Home
last modified time | relevance | path

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

1234567

/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpCodecConfig.java137 BluetoothCodecConfig codecConfig = codecConfigArray[i]; in enableOptionalCodecs() local
158 BluetoothCodecConfig codecConfig = codecConfigArray[i]; in disableOptionalCodecs() local
170 BluetoothCodecConfig codecConfig, List<BluetoothCodecConfig> selectableCodecs) { in getPrioitizedCodecType()
266 BluetoothCodecConfig codecConfig; in assignCodecConfigPriorities() local
317 BluetoothCodecConfig codecConfig = codecConfigArray[i]; in switchCodecByBufferSize() local
DA2dpService.java722 public void setCodecConfigPreference(BluetoothDevice device, BluetoothCodecConfig codecConfig) { in setCodecConfigPreference()
945 BluetoothCodecConfig codecConfig = codecStatus.getCodecConfig(); in codecConfigUpdated() local
1536 BluetoothCodecConfig codecConfig, in setCodecConfigPreference()
/aosp_15_r20/packages/modules/Bluetooth/system/audio_hal_interface/fuzzer/
Dlibbt_audio_hal_client_interface_fuzzer.cpp236 CodecConfiguration codecConfig = {}; in SbcCodecConfigurationsGenerator() local
260 CodecConfiguration codecConfig = {}; in AacCodecConfigurationsGenerator() local
288 CodecConfiguration codecConfig = {}; in LdacCodecConfigurationsGenerator() local
306 CodecConfiguration codecConfig = {}; in AptxCodecConfigurationsGenerator() local
367 CodecConfiguration codecConfig = {}; in process() local
/aosp_15_r20/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DA2dpReceiver.java402 BluetoothCodecConfig codecConfig = null; in getCodecValue() local
454 BluetoothCodecConfig codecConfig = new BluetoothCodecConfig.Builder() in setCodecValue() local
487 mBluetoothA2dp.setCodecConfigPreference(getA2dpActiveDevice(), codecConfig); in setCodecValue() local
531 BluetoothCodecConfig codecConfig = null; in verifyCodeConfig() local
/aosp_15_r20/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothCodecStatus.java50 public BluetoothCodecStatus( in BluetoothCodecStatus()
106 public boolean isCodecConfigSelectable(@Nullable BluetoothCodecConfig codecConfig) { in isCodecConfigSelectable()
221 public @NonNull Builder setCodecConfig(@NonNull BluetoothCodecConfig codecConfig) { in setCodecConfig()
DBluetoothLeAudioCodecStatus.java132 BluetoothLeAudioCodecConfig codecConfig, BluetoothLeAudioCodecConfig selectableConfig) { in isCodecConfigSelectable()
168 public boolean isInputCodecConfigSelectable(@Nullable BluetoothLeAudioCodecConfig codecConfig) { in isInputCodecConfigSelectable()
187 public boolean isOutputCodecConfigSelectable( in isOutputCodecConfigSelectable()
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/development/
DAbstractBluetoothA2dpPreferenceController.java92 final BluetoothCodecConfig codecConfig = mBluetoothA2dpConfigStore.createCodecConfig(); in onPreferenceChange() local
121 BluetoothCodecConfig codecConfig; in updateState() local
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/bluetooth/audio/2.1/[email protected]_genc++/gen/android/hardware/bluetooth/audio/2.1/
Dtypes.cpp397 void ::android::hardware::bluetooth::audio::V2_1::AudioConfiguration::codecConfig(const ::android::… in codecConfig() function in android::hardware::bluetooth::audio::V2_1::android::hardware::bluetooth::audio::V2_1::AudioConfiguration
410 void ::android::hardware::bluetooth::audio::V2_1::AudioConfiguration::codecConfig(::android::hardwa… in codecConfig() function in android::hardware::bluetooth::audio::V2_1::android::hardware::bluetooth::audio::V2_1::AudioConfiguration
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_encoder_bitstream_builder_h264.cpp60const D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264 & codecConfig, in build_sps()
196const D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264 & codecConfig, in build_pps()
H A Dd3d12_video_encoder_bitstream_builder_hevc.cpp384 const D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC& codecConfig, in build_sps()
530 const D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC& codecConfig, in build_pps()
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/development/bluetooth/
DAbstractBluetoothDialogPreferenceController.java89 final BluetoothCodecConfig codecConfig = mBluetoothA2dpConfigStore.createCodecConfig(); in onIndexUpdated() local
100 final BluetoothCodecConfig codecConfig = getCurrentCodecConfig(); in getCurrentConfigIndex() local
DBluetoothCodecListPreferenceController.java117 BluetoothCodecConfig codecConfig = in onPreferenceChange() local
/aosp_15_r20/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DA2dpProfile.java254 BluetoothCodecConfig codecConfig = null; in isHighQualityAudioEnabled() local
310 final BluetoothCodecConfig codecConfig = (selectable == null || selectable.size() < 1) in getHighQualityAudioOptionLabel() local
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/bluetooth/audio/2.0/[email protected]_genc++/gen/android/hardware/bluetooth/audio/2.0/
Dtypes.cpp915 void ::android::hardware::bluetooth::audio::V2_0::AudioConfiguration::codecConfig(const ::android::… in codecConfig() function in android::hardware::bluetooth::audio::V2_0::android::hardware::bluetooth::audio::V2_0::AudioConfiguration
928 void ::android::hardware::bluetooth::audio::V2_0::AudioConfiguration::codecConfig(::android::hardwa… in codecConfig() function in android::hardware::bluetooth::audio::V2_0::android::hardware::bluetooth::audio::V2_0::AudioConfiguration
/aosp_15_r20/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/video/
H A DVtsHalMediaC2V1_0TargetVideoDecTest.cpp269 bool codecConfig = ((work->worklets.front()->output.flags & in handleWorkDone() local
774 bool codecConfig = (vtsFlags & (1 << VTS_BIT_FLAG_CSD_FRAME)) != 0; in TEST_P() local
997 bool codecConfig = false; in TEST_P() local
/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0213/
H A Dpoc.cpp216 bool codecConfig = ((work->worklets.front()->output.flags & in handleWorkDone() local
441 bool codecConfig = flags ? ((1 << (flags - 1)) & C2FrameData::FLAG_CODEC_CONFIG) != 0 : 0; in populateInfoVector() local
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/transformer/src/test/java/com/google/android/exoplayer2/transformer/
H A DTransformerEndToEndTest.java731 ShadowMediaCodec.CodecConfig codecConfig = in createEncodersAndDecoders() local
792 ShadowMediaCodec.CodecConfig codecConfig, in addCodec()
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowBluetoothA2dpTest.java197 BluetoothCodecConfig codecConfig = in getCodecConfigPreference_returnValueFromSetter() local
/aosp_15_r20/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/audio/
H A DVtsHalMediaC2V1_0TargetAudioDecTest.cpp156 bool codecConfig = ((work->worklets.front()->output.flags & in handleWorkDone() local
879 bool codecConfig = false; in TEST_P() local
/aosp_15_r20/cts/hostsidetests/mediapc/videoencodingquality/app/src/android/videoencoding/app/
H A DVideoTranscoderTest.java156 JSONObject codecConfig = codecConfigs.getJSONObject(i); in parseEncoderConfigurationFile() local
/aosp_15_r20/cts/hostsidetests/videoencodingminimum/app/src/android/videoencodingmin/app/
H A DVideoTranscoderTest.java156 JSONObject codecConfig = codecConfigs.getJSONObject(i); in parseEncoderConfigurationFile() local
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowBluetoothA2dp.java167 BluetoothDevice device, BluetoothCodecConfig codecConfig) { in setCodecConfigPreference()
/aosp_15_r20/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
H A DBluetoothA2dpFacade.java260 BluetoothCodecConfig codecConfig = new BluetoothCodecConfig( in bluetoothA2dpSetCodecConfigPreference() local
/aosp_15_r20/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothA2dp.aidl59 …y void setCodecConfigPreference(in BluetoothDevice device, in BluetoothCodecConfig codecConfig, in… in setCodecConfigPreference()
/aosp_15_r20/frameworks/av/media/codec2/components/flac/
H A DC2SoftFlacDec.cpp203 bool codecConfig = (work->input.flags & C2FrameData::FLAG_CODEC_CONFIG) != 0; in process() local

1234567