Home
last modified time | relevance | path

Searched defs:codecType (Results 1 – 17 of 17) sorted by relevance

/packages/modules/ImsMedia/framework/src/android/telephony/imsmedia/
DAudioConfig.java63 private @CodecType int codecType; field in AudioConfig
136 public void setCodecType(int codecType) { in setCodecType()
272 private @CodecType int codecType; field in AudioConfig.Builder
333 public Builder setCodecType(final @CodecType int codecType) { in setCodecType()
DVideoConfig.java564 public Builder setCodecType(final @CodecType int codecType) { in setCodecType()
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DA2dpReceiver.java197 int codecType = BluetoothCodecConfig.SOURCE_CODEC_TYPE_INVALID; in processParameters() local
447 private boolean setCodecValue(int codecType, int sampleRate, int bitsPerSample, in setCodecValue()
529 private boolean verifyCodeConfig(int codecType, int sampleRate, int bitsPerSample, in verifyCodeConfig()
/packages/modules/Bluetooth/framework/tests/unit/src/android/bluetooth/
DBluetoothLeAudioCodecConfigTest.java36 int codecType = mCodecTypeArray[codecIdx]; in testBluetoothLeAudioCodecConfig_valid_get_methods() local
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothCodecConfig.java253 public BluetoothCodecConfig(@SourceCodecType int codecType, @CodecPriority int codecPriority, in BluetoothCodecConfig()
281 public BluetoothCodecConfig(@SourceCodecType int codecType) { in BluetoothCodecConfig()
456 public static @NonNull String getCodecName(@SourceCodecType int codecType) { in getCodecName()
758 public @NonNull Builder setCodecType(@SourceCodecType int codecType) { in setCodecType()
DBluetoothLeAudioCodecConfig.java226 private BluetoothLeAudioCodecConfig(@SourceCodecType int codecType, in BluetoothLeAudioCodecConfig()
444 public @NonNull Builder setCodecType(@SourceCodecType int codecType) { in setCodecType()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/config/include/
DAudioConfig.h104 int32_t codecType; variable
DVideoConfig.h224 int32_t codecType; variable
/packages/apps/Settings/src/com/android/settings/development/
DBluetoothA2dpConfigStore.java37 public void setCodecType(int codecType) { in setCodecType()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpCodecConfigTest.java671 private BluetoothCodecConfig getDefaultCodecConfigByType(int codecType, int codecPriority) { in getDefaultCodecConfigByType()
690 private BluetoothCodecConfig getCodecCapabilitiesByType(int codecType) { in getCodecCapabilitiesByType()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/text/nodes/
DTextRtpPayloadEncoderNode.cpp129 uint32_t codecType = mCodecType; in EncodeT140() local
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/video/android/
DImsMediaVideoRenderer.cpp55 void ImsMediaVideoRenderer::SetCodec(int32_t codecType) in SetCodec()
DImsMediaVideoSource.cpp80 void ImsMediaVideoSource::SetCodecConfig(int32_t codecType, const uint32_t profile, in SetCodecConfig()
/packages/modules/ImsMedia/test/app/ImsMediaTestingApp/app/src/main/java/com/example/imsmediatestingapp/
DMainActivity.java1502 RtcpConfig rtcpConfig, int codecType, int videoMode, int framerate, int bitrate, in createVideoConfig()
1536 RtcpConfig rtcpConfig, int codecType) { in createTextConfig()
1719 private VideoConfig createVideoConfig(int codecType, int videoMode, int framerate, int bitrate, in createVideoConfig()
1743 private TextConfig createTextConfig(int codecType) { in createTextConfig()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_a2dp.cpp249 jint codecType = env->CallIntMethod( in prepareCodecPreferences() local
Dcom_android_bluetooth_le_audio.cpp320 jint codecType = env->CallIntMethod( in prepareCodecPreferences() local
/packages/providers/MediaProvider/src/com/android/providers/media/
DTranscodeHelperImpl.java1152 String codecType = c.getString(0); in getVideoTrackFormat() local