Home
last modified time | relevance | path

Searched defs:codec_config_ (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/bt/stack/include/
H A Da2dp_codec_api.h264 btav_a2dp_codec_config_t codec_config_; variable
/aosp12/system/bt/stack/a2dp/
H A Da2dp_vendor_ldac.cc358 btav_a2dp_codec_config_t codec_config_ = current_codec->getCodecConfig(); in A2DP_VendorGetBitRateLdac() local
/aosp12/system/bt/btif/co/
H A Dbta_av_co.cc686 uint8_t codec_config_[AVDT_CODEC_SIZE]; // Current codec configuration member in BtaAvCo