Home
last modified time | relevance | path

Searched refs:KEY_SAMPLE_RATE (Results 1 – 21 of 21) sorted by relevance

/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
H A DAudioTrackDecoder.java56 mAudioSampleRate = format.getInteger(MediaFormat.KEY_SAMPLE_RATE); in AudioTrackDecoder()
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/audio/
H A DAudioTrackWrapper.java118 int sampleRate = format.getInteger(MediaFormat.KEY_SAMPLE_RATE); in reconfigure()
/aosp12/packages/apps/TV/tuner/src/com/google/android/exoplayer/
H A DMediaFormatUtil.java41 int sampleRate = getOptionalIntegerV16(format, android.media.MediaFormat.KEY_SAMPLE_RATE); in createMediaFormat()
/aosp12/frameworks/base/media/java/android/media/
H A DAmrInputStream.java64 format.setInteger(MediaFormat.KEY_SAMPLE_RATE, 8000); in AmrInputStream()
H A DMediaFormat.java280 public static final String KEY_SAMPLE_RATE = "sample-rate"; field in MediaFormat
1900 format.setInteger(KEY_SAMPLE_RATE, sampleRate); in createAudioFormat()
H A DAudioMetadata.java151 @NonNull public static final Key<Integer> KEY_SAMPLE_RATE = field in AudioMetadata.Format
H A DMediaCodecInfo.java1445 format.setInteger(MediaFormat.KEY_SAMPLE_RATE, mSampleRates[0]); in getDefaultFormat()
1452 Integer sampleRate = (Integer)map.get(MediaFormat.KEY_SAMPLE_RATE); in supportsFormat()
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/buffer/
H A DDvrStorageManager.java181 readFormatInt(in, format, MediaFormat.KEY_SAMPLE_RATE); in readTrackInfoFiles()
345 writeFormatInt(out, trackFormat.format, MediaFormat.KEY_SAMPLE_RATE); in writeTrackInfoFiles()
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer2/buffer/
H A DDvrStorageManager.java181 readFormatInt(in, mediaFormat, MediaFormat.KEY_SAMPLE_RATE); in readTrackInfoFiles()
345 writeFormatInt(out, trackFormat.mediaFormat, MediaFormat.KEY_SAMPLE_RATE); in writeTrackInfoFiles()
H A DSampleChunkIoHelper.java261 mediaFormat.setInteger(MediaFormat.KEY_SAMPLE_RATE, format.sampleRate); in getAudioMediaFormat()
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer2/
H A DFileSampleExtractor.java151 getOptionalIntegerV16(mediaFormat, android.media.MediaFormat.KEY_SAMPLE_RATE); in createFormat()
/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaCodecConstants.h807 constexpr char KEY_SAMPLE_RATE[] = "sample-rate"; variable
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodecConfig.cpp655 add(ConfigMapper(KEY_SAMPLE_RATE, C2_PARAMKEY_SAMPLE_RATE, "value") in initializeStandardParams()
657 add(ConfigMapper(KEY_SAMPLE_RATE, C2_PARAMKEY_CODED_SAMPLE_RATE, "value") in initializeStandardParams()
H A DCCodecBuffers.cpp180 && format->findInt32(KEY_SAMPLE_RATE, &sampleRate)) { in updateSkipCutBuffer()
H A DCCodecBufferChannel.cpp1369 && outputFormat->findInt32(KEY_SAMPLE_RATE, &sampleRate)) { in start()
H A DCCodec.cpp891 if (!msg->findInt32(KEY_SAMPLE_RATE, &i32)) { in configure()
/aosp12/frameworks/base/apex/media/framework/java/android/media/
H A DMediaParser.java2024 setOptionalMediaFormatInt(result, MediaFormat.KEY_SAMPLE_RATE, format.sampleRate); in toMediaFormat()
/aosp12/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp1587 if (format->findInt32(KEY_SAMPLE_RATE, &sampleRate)) { in configure()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt20672 …ld @NonNull public static final android.media.AudioMetadata.Key<java.lang.Integer> KEY_SAMPLE_RATE;
22604 field public static final String KEY_SAMPLE_RATE = "sample-rate";
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt14980 field public static final java.lang.String KEY_SAMPLE_RATE = "sample-rate";