/aosp_15_r20/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothCodecConfig.java | 246 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()
|
D | BluetoothCodecType.java | 76 private BluetoothCodecType(@BluetoothCodecConfig.SourceCodecType int codecType, long codecId) { in BluetoothCodecType() 95 public BluetoothCodecType(int codecType, long codecId, @NonNull String codecName) { in BluetoothCodecType() 185 public static @Nullable BluetoothCodecType createFromType( in createFromType()
|
D | BluetoothLeAudioCodecConfig.java | 237 private BluetoothLeAudioCodecConfig( in BluetoothLeAudioCodecConfig() 528 public @NonNull Builder setCodecType(@SourceCodecType int codecType) { in setCodecType()
|
/aosp_15_r20/packages/modules/ImsMedia/framework/src/android/telephony/imsmedia/ |
D | AudioConfig.java | 63 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()
|
/aosp_15_r20/packages/modules/Bluetooth/android/pandora/server/src/ |
D | A2dp.kt | 415 val codecType = (codecId and 0xFF).toInt() in unpackCodecId() constant 438 var codecType: Int in packCodecId() variable 467 for (codecType: BluetoothCodecType in supportedCodecTypes) { in getProtoCodecId() variable 556 for (codecType: BluetoothCodecType in codecTypes) { in getCodecConfigFromProtoConfiguration() variable
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/development/bluetooth/ |
D | BluetoothCodecListPreferenceController.java | 160 BluetoothCodecType codecType = config.getExtendedCodecType(); in updateState() local 239 BluetoothCodecType codecType = config.getExtendedCodecType(); in writeConfigurationValues() local 277 long codecType = BluetoothCodecType.CODEC_ID_SBC; in getCodecIdFromEntryValue() local
|
/aosp_15_r20/packages/apps/Test/connectivity/PMC/src/com/android/pmc/ |
D | A2dpReceiver.java | 197 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()
|
/aosp_15_r20/external/webrtc/sdk/android/tests/src/org/webrtc/ |
H A D | HardwareVideoEncoderTest.java | 74 VideoCodecMimeType codecType, Integer surfaceColorFormat, Integer yuvColorFormat, in TestEncoder() 124 private VideoCodecMimeType codecType = VideoCodecMimeType.VP8; field in HardwareVideoEncoderTest.TestEncoderBuilder 127 public TestEncoderBuilder setCodecType(VideoCodecMimeType codecType) { in setCodecType()
|
H A D | AndroidVideoDecoderTest.java | 65 VideoCodecMimeType codecType, int colorFormat, EglBase.Context sharedContext) { in TestDecoder() 146 private VideoCodecMimeType codecType = VideoCodecMimeType.VP8; field in AndroidVideoDecoderTest.TestDecoderBuilder 149 public TestDecoderBuilder setCodecType(VideoCodecMimeType codecType) { in setCodecType()
|
/aosp_15_r20/frameworks/av/services/mediaresourcemanager/ |
H A D | ResourceManagerMetrics.cpp | 52 inline int32_t getMetricsCodecType(MediaResourceSubType codecType) { in getMetricsCodecType() 69 inline const char* getCodecType(MediaResourceSubType codecType) { in getCodecType() 84 inline bool isHardwareCodec(MediaResourceSubType codecType) { in isHardwareCodec() 90 static CodecBucket getCodecBucket(bool isEncoder, MediaResourceSubType codecType) { in getCodecBucket()
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/development/ |
D | BluetoothA2dpConfigStore.java | 41 public void setCodecType(int codecType) { in setCodecType() 45 public void setCodecType(@Nullable BluetoothCodecType codecType) { in setCodecType()
|
/aosp_15_r20/frameworks/base/telephony/java/android/telephony/ |
H A D | CallQuality.java | 147 int codecType) { in CallQuality() 186 int codecType, in CallQuality() 695 public @NonNull Builder setCodecType(int codecType) { in setCodecType()
|
/aosp_15_r20/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/audio/nodes/ |
D | ImsMediaAudioUtil.cpp | 395 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()
|
/aosp_15_r20/external/webrtc/sdk/android/src/java/org/webrtc/ |
H A D | AndroidVideoDecoder.java | 59 private final VideoCodecMimeType codecType; field in AndroidVideoDecoder 132 VideoCodecMimeType codecType, int colorFormat, @Nullable EglBase.Context sharedContext) { in AndroidVideoDecoder()
|
H A D | HardwareVideoEncoder.java | 105 private final VideoCodecMimeType codecType; field in HardwareVideoEncoder 187 VideoCodecMimeType codecType, Integer surfaceColorFormat, Integer yuvColorFormat, in HardwareVideoEncoder()
|
H A D | MediaCodecVideoDecoderFactory.java | 48 public VideoDecoder createDecoder(VideoCodecInfo codecType) { in createDecoder()
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/ |
D | A2dpCodecConfigTest.java | 770 private BluetoothCodecConfig getDefaultCodecConfigByType(int codecType, int codecPriority) { in getDefaultCodecConfigByType() 795 private BluetoothCodecConfig getCodecCapabilitiesByType(int codecType) { in getCodecCapabilitiesByType()
|
/aosp_15_r20/hardware/google/av/media/eco/tests/ |
D | EcoSessionTest.cpp | 279 int32_t codecType; in TEST_F() local 617 int32_t codecType; in TEST_F() local
|
/aosp_15_r20/packages/modules/Bluetooth/framework/tests/unit/src/android/bluetooth/ |
D | BluetoothLeAudioCodecConfigTest.java | 42 int codecType = mCodecTypeArray[codecIdx]; in testBluetoothLeAudioCodecConfig_valid_get_methods() local
|
/aosp_15_r20/external/webrtc/sdk/android/api/org/webrtc/ |
H A D | DefaultVideoDecoderFactory.java | 42 public @Nullable VideoDecoder createDecoder(VideoCodecInfo codecType) { in createDecoder()
|
/aosp_15_r20/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/config/include/ |
D | AudioConfig.h | 104 int32_t codecType; variable
|
/aosp_15_r20/out/soong/.intermediates/frameworks/av/media/module/libmediatranscoding/mediatranscoding_aidl_interface-java-source/gen/android/media/ |
D | TranscodingVideoTrackFormat.java | 30 public int codecType; field in TranscodingVideoTrackFormat
|
/aosp_15_r20/frameworks/opt/net/voip/src/jni/rtp/ |
D | AudioGroup.cpp | 171 int codecType, int dtmfType) in set() 990 int codecType = -1; in add() local
|
/aosp_15_r20/hardware/google/aemu/host-common/ |
D | MediaFfmpegVideoHelper.cpp | 58 AVCodecID codecType; in init() local
|
/aosp_15_r20/packages/modules/ImsMedia/test/app/ImsMediaTestingApp/app/src/main/java/com/example/imsmediatestingapp/ |
D | MainActivity.java | 1511 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()
|