Home
last modified time | relevance | path

Searched defs:codecConfig (Results 1 – 21 of 21) sorted by relevance

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpCodecConfig.java130 BluetoothCodecConfig codecConfig = codecConfigArray[i]; in enableOptionalCodecs() local
151 BluetoothCodecConfig codecConfig = codecConfigArray[i]; in disableOptionalCodecs() local
162 private int getPrioitizedCodecType(BluetoothCodecConfig codecConfig, in getPrioitizedCodecType()
234 BluetoothCodecConfig codecConfig; in assignCodecConfigPriorities() local
H A DA2dpService.java730 BluetoothCodecConfig codecConfig) { in setCodecConfigPreference()
952 BluetoothCodecConfig codecConfig = codecStatus.getCodecConfig(); in codecConfigUpdated() local
1403 BluetoothCodecConfig codecConfig, AttributionSource source) { in setCodecConfigPreference()
/aosp12/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
H A DA2dpReceiver.java401 BluetoothCodecConfig codecConfig = null; in getCodecValue() local
453 BluetoothCodecConfig codecConfig = in setCodecValue() local
479 mBluetoothA2dp.setCodecConfigPreference(mBluetoothA2dp.getActiveDevice(), codecConfig); in setCodecValue() local
514 BluetoothCodecConfig codecConfig = null; in verifyCodeConfig() local
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothCodecStatus.java50 public BluetoothCodecStatus(@Nullable BluetoothCodecConfig codecConfig, in BluetoothCodecStatus()
101 public boolean isCodecConfigSelectable(BluetoothCodecConfig codecConfig) { in isCodecConfigSelectable()
H A DBluetoothA2dp.java775 @NonNull BluetoothCodecConfig codecConfig) { in setCodecConfigPreference()
/aosp12/packages/apps/Settings/src/com/android/settings/development/
H A DAbstractBluetoothA2dpPreferenceController.java83 final BluetoothCodecConfig codecConfig = mBluetoothA2dpConfigStore.createCodecConfig(); in onPreferenceChange() local
114 BluetoothCodecConfig codecConfig; in updateState() local
/aosp12/packages/apps/Settings/src/com/android/settings/development/bluetooth/
H A DAbstractBluetoothDialogPreferenceController.java84 final BluetoothCodecConfig codecConfig = mBluetoothA2dpConfigStore.createCodecConfig(); in onIndexUpdated() local
95 final BluetoothCodecConfig codecConfig = getCurrentCodecConfig(); in getCurrentConfigIndex() local
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DA2dpProfile.java244 BluetoothCodecConfig codecConfig = null; in isHighQualityAudioEnabled() local
293 final BluetoothCodecConfig codecConfig = (selectable == null || selectable.length < 1) in getHighQualityAudioOptionLabel() local
/aosp12/frameworks/av/media/codec2/components/flac/
H A DC2SoftFlacDec.cpp203 bool codecConfig = (work->input.flags & C2FrameData::FLAG_CODEC_CONFIG) != 0; in process() local
/aosp12/system/bt/binder/android/bluetooth/
H A DIBluetoothA2dp.aidl74 …y void setCodecConfigPreference(in BluetoothDevice device, in BluetoothCodecConfig codecConfig, in… in setCodecConfigPreference()
/aosp12/frameworks/av/media/codec2/hidl/1.0/vts/functional/video/
H A DVtsHalMediaC2V1_0TargetVideoDecTest.cpp253 bool codecConfig = ((work->worklets.front()->output.flags & in handleWorkDone() local
720 bool codecConfig = in TEST_P() local
951 bool codecConfig = false; in TEST_P() local
/aosp12/frameworks/av/media/codec2/hidl/1.0/vts/functional/common/
H A Dmedia_c2_hidl_test_common.cpp232 bool codecConfig = flags ? ((1 << (flags - 1)) & C2FrameData::FLAG_CODEC_CONFIG) != 0 : 0; in populateInfoVector() local
/aosp12/frameworks/av/media/codec2/hidl/1.0/vts/functional/audio/
H A DVtsHalMediaC2V1_0TargetAudioDecTest.cpp153 bool codecConfig = ((work->worklets.front()->output.flags & in handleWorkDone() local
688 bool codecConfig = false; in TEST_P() local
/aosp12/frameworks/av/media/codecs/m4v_h263/dec/test/
H A DMpeg4H263DecoderTest.cpp187 bool codecConfig = flags == CODEC_CONFIG_FLAG; in processMpeg4H263Decoder() local
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
H A DA2dpServiceTest.java577 BluetoothCodecConfig codecConfig = codecConfigSbc; in testProcessAudioStateChangedCodecConfigChangedEvents() local
/aosp12/frameworks/av/media/codec2/components/mpeg4_h263/
H A DC2SoftMpeg4Dec.cpp533 bool codecConfig = (work->input.flags & C2FrameData::FLAG_CODEC_CONFIG) != 0; in process() local
/aosp12/frameworks/av/media/codec2/components/aac/
H A DC2SoftAacDec.cpp581 bool codecConfig = (work->input.flags & C2FrameData::FLAG_CODEC_CONFIG) != 0; in process() local
/aosp12/frameworks/av/media/codec2/components/aom/
H A DC2SoftAomDec.cpp450 bool codecConfig = in process() local
/aosp12/frameworks/av/media/codec2/components/gav1/
H A DC2SoftGav1Dec.cpp418 bool codecConfig = in process() local
/aosp12/frameworks/av/media/codec2/components/xaac/
H A DC2SoftXaacDec.cpp418 bool codecConfig = in process() local
/aosp12/frameworks/av/media/codec2/components/vpx/
H A DC2SoftVpxDec.cpp575 bool codecConfig = ((work->input.flags & C2FrameData::FLAG_CODEC_CONFIG) !=0); in process() local