Home
last modified time | relevance | path

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

1234567891011

/aosp_15_r20/packages/modules/Bluetooth/framework/java/android/bluetooth/
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()
DBluetoothCodecType.java76 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()
DBluetoothLeAudioCodecConfig.java237 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/
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()
/aosp_15_r20/packages/modules/Bluetooth/android/pandora/server/src/
DA2dp.kt415 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/
DBluetoothCodecListPreferenceController.java160 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/
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()
/aosp_15_r20/external/webrtc/sdk/android/tests/src/org/webrtc/
H A DHardwareVideoEncoderTest.java74 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 DAndroidVideoDecoderTest.java65 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 DResourceManagerMetrics.cpp52 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/
DBluetoothA2dpConfigStore.java41 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 DCallQuality.java147 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/
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()
/aosp_15_r20/external/webrtc/sdk/android/src/java/org/webrtc/
H A DAndroidVideoDecoder.java59 private final VideoCodecMimeType codecType; field in AndroidVideoDecoder
132 VideoCodecMimeType codecType, int colorFormat, @Nullable EglBase.Context sharedContext) { in AndroidVideoDecoder()
H A DHardwareVideoEncoder.java105 private final VideoCodecMimeType codecType; field in HardwareVideoEncoder
187 VideoCodecMimeType codecType, Integer surfaceColorFormat, Integer yuvColorFormat, in HardwareVideoEncoder()
H A DMediaCodecVideoDecoderFactory.java48 public VideoDecoder createDecoder(VideoCodecInfo codecType) { in createDecoder()
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpCodecConfigTest.java770 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/
DEcoSessionTest.cpp279 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/
DBluetoothLeAudioCodecConfigTest.java42 int codecType = mCodecTypeArray[codecIdx]; in testBluetoothLeAudioCodecConfig_valid_get_methods() local
/aosp_15_r20/external/webrtc/sdk/android/api/org/webrtc/
H A DDefaultVideoDecoderFactory.java42 public @Nullable VideoDecoder createDecoder(VideoCodecInfo codecType) { in createDecoder()
/aosp_15_r20/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/config/include/
DAudioConfig.h104 int32_t codecType; variable
/aosp_15_r20/out/soong/.intermediates/frameworks/av/media/module/libmediatranscoding/mediatranscoding_aidl_interface-java-source/gen/android/media/
DTranscodingVideoTrackFormat.java30 public int codecType; field in TranscodingVideoTrackFormat
/aosp_15_r20/frameworks/opt/net/voip/src/jni/rtp/
DAudioGroup.cpp171 int codecType, int dtmfType) in set()
990 int codecType = -1; in add() local
/aosp_15_r20/hardware/google/aemu/host-common/
DMediaFfmpegVideoHelper.cpp58 AVCodecID codecType; in init() local
/aosp_15_r20/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()

1234567891011