Home
last modified time | relevance | path

Searched refs:codecConfig (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DA2dpProfile.java228 BluetoothCodecConfig codecConfig = null; in isHighQualityAudioEnabled() local
230 codecConfig = mService.getCodecStatus(device).getCodecConfig(); in isHighQualityAudioEnabled()
232 if (codecConfig != null) { in isHighQualityAudioEnabled()
233 return !codecConfig.isMandatoryCodec(); in isHighQualityAudioEnabled()
272 final BluetoothCodecConfig codecConfig = (selectable == null || selectable.length < 1) in getHighQualityAudioOptionLabel() local
274 final int codecType = (codecConfig == null || codecConfig.isMandatoryCodec()) in getHighQualityAudioOptionLabel()
275 ? BluetoothCodecConfig.SOURCE_CODEC_TYPE_INVALID : codecConfig.getCodecType(); in getHighQualityAudioOptionLabel()
/frameworks/base/core/java/android/bluetooth/
DBluetoothCodecStatus.java50 public BluetoothCodecStatus(BluetoothCodecConfig codecConfig, in BluetoothCodecStatus() argument
53 mCodecConfig = codecConfig; in BluetoothCodecStatus()
114 final BluetoothCodecConfig codecConfig = in.readTypedObject(
121 return new BluetoothCodecStatus(codecConfig,
DBluetoothA2dp.java621 BluetoothCodecConfig codecConfig) { in setCodecConfigPreference() argument
626 service.setCodecConfigPreference(device, codecConfig); in setCodecConfigPreference()
/frameworks/av/media/codec2/components/flac/
DC2SoftFlacDec.cpp203 bool codecConfig = (work->input.flags & C2FrameData::FLAG_CODEC_CONFIG) != 0; in process() local
217 if (mInputBufferCount == 0 && !codecConfig) { in process()
219 codecConfig = true; in process()
223 if (codecConfig) { in process()
/frameworks/av/media/codec2/hidl/1.0/vts/functional/video/
DVtsHalMediaC2V1_0TargetVideoDecTest.cpp153 bool codecConfig = ((work->worklets.front()->output.flags & in handleWorkDone() local
155 if (!codecConfig && in handleWorkDone()
460 bool codecConfig = flags ? in TEST_P() local
462 if (mTimestampDevTest && !codecConfig) in TEST_P()
550 bool codecConfig = flags ? in TEST_F() local
555 if (mTimestampDevTest && !codecConfig) in TEST_F()
841 bool codecConfig = false; in TEST_F() local
853 codecConfig = flags ? in TEST_F()
/frameworks/av/media/codec2/hidl/1.0/vts/functional/audio/
DVtsHalMediaC2V1_0TargetAudioDecTest.cpp155 bool codecConfig = ((work->worklets.front()->output.flags & in handleWorkDone() local
157 if (!codecConfig && in handleWorkDone()
536 bool codecConfig = in TEST_P() local
538 if (mTimestampDevTest && !codecConfig) in TEST_P()
868 bool codecConfig = false; in TEST_F() local
880 codecConfig = flags ? in TEST_F()
/frameworks/av/media/codec2/components/aac/
DC2SoftAacDec.cpp537 bool codecConfig = (work->input.flags & C2FrameData::FLAG_CODEC_CONFIG) != 0; in process() local
541 if (mInputBufferCount == 0 && !codecConfig) { in process()
543 codecConfig = true; in process()
546 if (codecConfig && size > 0u) { in process()
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Dec.cpp553 bool codecConfig = (work->input.flags & C2FrameData::FLAG_CODEC_CONFIG) != 0; in process() local
554 if (codecConfig || volHeader) { in process()
592 if (codecConfig) { in process()
/frameworks/av/media/codec2/components/aom/
DC2SoftAomDec.cpp446 bool codecConfig = in process() local
454 if (codecConfig) { in process()
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxDec.cpp574 bool codecConfig = ((work->input.flags & C2FrameData::FLAG_CODEC_CONFIG) !=0); in process() local
584 if (codecConfig) { in process()
/frameworks/av/media/codec2/components/xaac/
DC2SoftXaacDec.cpp415 bool codecConfig = in process() local
417 if (codecConfig) { in process()