Home
last modified time | relevance | path

Searched refs:codec_type (Results 1 – 5 of 5) sorted by relevance

/btstack/src/classic/
H A Da2dp_source.c256 …avdtp_media_codec_type_t codec_type = connection->a2dp_source_config_process.local_stream_endpoint… in a2dp_source_reconfigure_stream_sampling_frequency() local
259 switch (codec_type){ in a2dp_source_reconfigure_stream_sampling_frequency()
288 new_configuration.media_codec.media_codec_type = codec_type; in a2dp_source_reconfigure_stream_sampling_frequency()
H A Da2dp.h81 avdtp_media_codec_type_t codec_type);
H A Davdtp.h661 …endpoint_t * avdtp_get_source_stream_endpoint_for_media_codec(avdtp_media_codec_type_t codec_type);
663 …urce_stream_endpoint_for_media_codec_and_type(avdtp_media_codec_type_t codec_type, avdtp_sep_type_…
H A Davdtp.c150 …urce_stream_endpoint_for_media_codec_and_type(avdtp_media_codec_type_t codec_type, avdtp_sep_type_… in avdtp_get_source_stream_endpoint_for_media_codec_and_type() argument
157 if (stream_endpoint->sep.capabilities.media_codec.media_codec_type != codec_type) continue; in avdtp_get_source_stream_endpoint_for_media_codec_and_type()
164 …endpoint_t * avdtp_get_source_stream_endpoint_for_media_codec(avdtp_media_codec_type_t codec_type){ in avdtp_get_source_stream_endpoint_for_media_codec() argument
165 return avdtp_get_source_stream_endpoint_for_media_codec_and_type(codec_type, AVDTP_SOURCE); in avdtp_get_source_stream_endpoint_for_media_codec()
H A Da2dp.c436 avdtp_media_codec_type_t codec_type) { in a2dp_config_process_config_init() argument
469 stream_endpoint->remote_configuration.media_codec.media_codec_type = codec_type; in a2dp_config_process_config_init()