Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DA2dpProfile.java254 BluetoothCodecConfig codecConfig = null; in isHighQualityAudioEnabled() local
256 codecConfig = mService.getCodecStatus(bluetoothDevice).getCodecConfig(); in isHighQualityAudioEnabled()
258 if (codecConfig != null) { in isHighQualityAudioEnabled()
259 return !codecConfig.isMandatoryCodec(); in isHighQualityAudioEnabled()
310 final BluetoothCodecConfig codecConfig = (selectable == null || selectable.size() < 1) in getHighQualityAudioOptionLabel() local
312 final int codecType = (codecConfig == null || codecConfig.isMandatoryCodec()) in getHighQualityAudioOptionLabel()
313 ? BluetoothCodecConfig.SOURCE_CODEC_TYPE_INVALID : codecConfig.getCodecType(); in getHighQualityAudioOptionLabel()
/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/hal/hidl/1.0/vts/functional/common/
Dmedia_c2_hidl_test_common.cpp274 bool codecConfig = (vtsFlags & (1 << VTS_BIT_FLAG_CSD_FRAME)) != 0 ; in populateInfoVector() local
275 if (codecConfig) numCsds++; in populateInfoVector()
277 if (timestampDevTest && !codecConfig && !nonDisplayFrame) { in populateInfoVector()
/frameworks/av/media/module/codecs/m4v_h263/dec/test/
DMpeg4H263DecoderTest.cpp187 bool codecConfig = flags == CODEC_CONFIG_FLAG; in processMpeg4H263Decoder() local
188 if (codecConfig || volHeader) { in processMpeg4H263Decoder()
230 if (codecConfig) { in processMpeg4H263Decoder()
/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/video/
DVtsHalMediaC2V1_0TargetVideoDecTest.cpp254 bool codecConfig = ((work->worklets.front()->output.flags & in handleWorkDone() local
256 if (!codecConfig && !work->worklets.front()->output.buffers.empty()) { in handleWorkDone()
743 bool codecConfig = (vtsFlags & (1 << VTS_BIT_FLAG_CSD_FRAME)) != 0; in TEST_P() local
748 if (mTimestampDevTest && !codecConfig && !nonDisplayFrame) in TEST_P()
966 bool codecConfig = false; in TEST_P() local
979 codecConfig = (vtsFlags & (1 << VTS_BIT_FLAG_CSD_FRAME)) != 0; in TEST_P()
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Dec.cpp472 bool codecConfig = (work->input.flags & C2FrameData::FLAG_CODEC_CONFIG) != 0; in process() local
478 if (codecConfig || volHeader) { in process()
518 if (codecConfig) { in process()
/frameworks/av/media/codec2/components/aac/
DC2SoftAacDec.cpp604 bool codecConfig = (work->input.flags & C2FrameData::FLAG_CODEC_CONFIG) != 0; in process() local
608 if (mInputBufferCount == 0 && !codecConfig) { in process()
610 codecConfig = true; in process()
613 if (codecConfig && size > 0u) { in process()
/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/audio/
DVtsHalMediaC2V1_0TargetAudioDecTest.cpp156 bool codecConfig = ((work->worklets.front()->output.flags & in handleWorkDone() local
158 if (!codecConfig && !work->worklets.front()->output.buffers.empty()) { in handleWorkDone()
879 bool codecConfig = false; in TEST_P() local
893 codecConfig = (vtsFlags & (1 << VTS_BIT_FLAG_CSD_FRAME)) != 0; in TEST_P()
/frameworks/av/media/codec2/components/aom/
DC2SoftAomDec.cpp449 bool codecConfig = in process() local
457 if (codecConfig) { in process()
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxDec.cpp643 bool codecConfig = ((work->input.flags & C2FrameData::FLAG_CODEC_CONFIG) !=0); in process() local
653 if (codecConfig) { in process()
/frameworks/av/media/codec2/components/xaac/
DC2SoftXaacDec.cpp418 bool codecConfig = in process() local
420 if (codecConfig) { in process()
/frameworks/av/media/codec2/components/dav1d/
DC2SoftDav1dDec.cpp645 bool codecConfig = ((work->input.flags & C2FrameData::FLAG_CODEC_CONFIG) != 0); in process() local
648 if (codecConfig) { in process()
/frameworks/av/media/codec2/components/gav1/
DC2SoftGav1Dec.cpp595 bool codecConfig = in process() local
603 if (codecConfig) { in process()