Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothCodecType.java72 private BluetoothCodecType(@BluetoothCodecConfig.SourceCodecType int codecType, long codecId) { in BluetoothCodecType()
87 public BluetoothCodecType(int codecType, long codecId, @NonNull String codecName) { in BluetoothCodecType()
173 public static @Nullable BluetoothCodecType createFromType( in createFromType()
DBluetoothCodecConfig.java246 public BluetoothCodecConfig( in BluetoothCodecConfig()
282 public BluetoothCodecConfig( in BluetoothCodecConfig()
315 public BluetoothCodecConfig(@SourceCodecType int codecType) { in BluetoothCodecConfig()
395 int codecType = SOURCE_CODEC_TYPE_INVALID; in toString() local
515 public static @NonNull String getCodecName(@SourceCodecType int codecType) { in getCodecName()
849 public @NonNull Builder setCodecType(@SourceCodecType int codecType) { in setCodecType()
860 public @NonNull Builder setExtendedCodecType(@Nullable BluetoothCodecType codecType) { in setExtendedCodecType()
DBluetoothLeAudioCodecConfig.java237 private BluetoothLeAudioCodecConfig( in BluetoothLeAudioCodecConfig()
528 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/bluetooth/
DBluetoothCodecListPreferenceController.java150 BluetoothCodecType codecType = config.getExtendedCodecType(); in updateState() local
229 BluetoothCodecType codecType = config.getExtendedCodecType(); in writeConfigurationValues() local
267 long codecType = BluetoothCodecType.CODEC_ID_SBC; in getCodecIdFromEntryValue() local
/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.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/Bluetooth/android/pandora/server/src/
DA2dp.kt402 val codecType = (codecId and 0xFF).toInt() in unpackCodecId() constant
425 var codecType: Int in packCodecId() variable
454 for (codecType: BluetoothCodecType in supportedCodecTypes) { in getProtoCodecId() variable
543 for (codecType: BluetoothCodecType in codecTypes) { in getCodecConfigFromProtoConfiguration() 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/apps/Settings/src/com/android/settings/development/
DBluetoothA2dpConfigStore.java39 public void setCodecType(@Nullable BluetoothCodecType codecType) { in setCodecType()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpCodecConfigTest.java772 int codecType, int codecPriority) { in getDefaultCodecConfigByType()
799 private static 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.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.cpp238 jint codecType = in prepareCodecPreferences() local
Dcom_android_bluetooth_le_audio.cpp416 jint codecType = env->CallIntMethod(jcodecConfig, in prepareCodecPreferences() local
/packages/providers/MediaProvider/src/com/android/providers/media/
DTranscodeHelperImpl.java1167 String codecType = c.getString(0); in getVideoTrackFormat() local