Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothCodecType.java69 private BluetoothCodecType(@BluetoothCodecConfig.SourceCodecType int codecType, long codecId) { in BluetoothCodecType()
84 public BluetoothCodecType(int codecType, long codecId, @NonNull String codecName) { in BluetoothCodecType()
165 public static @Nullable BluetoothCodecType createFromType( in createFromType()
DBluetoothCodecConfig.java247 public BluetoothCodecConfig( in BluetoothCodecConfig()
283 public BluetoothCodecConfig( in BluetoothCodecConfig()
316 public BluetoothCodecConfig(@SourceCodecType int codecType) { in BluetoothCodecConfig()
396 int codecType = SOURCE_CODEC_TYPE_INVALID; in toString() local
516 public static @NonNull String getCodecName(@SourceCodecType int codecType) { in getCodecName()
851 public @NonNull Builder setCodecType(@SourceCodecType int codecType) { in setCodecType()
863 public @NonNull Builder setExtendedCodecType(@Nullable BluetoothCodecType codecType) { in setExtendedCodecType()
DBluetoothLeAudioCodecConfig.java240 private BluetoothLeAudioCodecConfig( in BluetoothLeAudioCodecConfig()
526 public @NonNull Builder setCodecType(@SourceCodecType int codecType) { in setCodecType()
/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/Settings/src/com/android/settings/development/
DBluetoothA2dpConfigStore.java41 public void setCodecType(int codecType) { in setCodecType()
45 public void setCodecType(@Nullable BluetoothCodecType 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/apps/Settings/src/com/android/settings/development/bluetooth/
DBluetoothCodecListPreferenceController.java231 BluetoothCodecType codecType = config.getExtendedCodecType(); in writeConfigurationValues() local
267 long codecType = BluetoothCodecType.CODEC_ID_SBC; in getCodecIdFromEntryValue() local
/packages/modules/Bluetooth/framework/tests/unit/src/android/bluetooth/
DBluetoothLeAudioCodecConfigTest.java42 int codecType = mCodecTypeArray[codecIdx]; in testBluetoothLeAudioCodecConfig_valid_get_methods() local
/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/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/audio/nodes/
DImsMediaAudioUtil.cpp395 uint32_t ImsMediaAudioUtil::GetMaximumAmrMode(int32_t codecType, int32_t bitmask) in GetMaximumAmrMode()
574 const int32_t codecType, const uint32_t frameTypeIndex, const uint32_t size) in GetAmrFrameType()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpCodecConfigTest.java773 private BluetoothCodecConfig getDefaultCodecConfigByType(int codecType, int codecPriority) { in getDefaultCodecConfigByType()
798 private BluetoothCodecConfig getCodecCapabilitiesByType(int codecType) { in getCodecCapabilitiesByType()
/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/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/text/nodes/
DTextRtpPayloadEncoderNode.cpp129 uint32_t codecType = mCodecType; in EncodeT140() local
/packages/modules/ImsMedia/test/app/ImsMediaTestingApp/app/src/main/java/com/example/imsmediatestingapp/
DMainActivity.java1511 RtcpConfig rtcpConfig, int codecType, int videoMode, int framerate, int bitrate, in createVideoConfig()
1545 RtcpConfig rtcpConfig, int codecType) { in createTextConfig()
1728 private VideoConfig createVideoConfig(int codecType, int videoMode, int framerate, int bitrate, in createVideoConfig()
1752 private TextConfig createTextConfig(int codecType) { in createTextConfig()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_a2dp.cpp213 jint codecType = env->CallIntMethod( in prepareCodecPreferences() local
Dcom_android_bluetooth_le_audio.cpp395 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