Home
last modified time | relevance | path

Searched defs:bytesPerFrame (Results 1 – 25 of 97) sorted by relevance

1234

/aosp_15_r20/frameworks/av/media/libaaudio/src/fifo/
H A DFifoBuffer.cpp38 FifoBuffer::FifoBuffer(int32_t bytesPerFrame) in FifoBuffer()
41 FifoBufferAllocated::FifoBufferAllocated(int32_t bytesPerFrame, fifo_frames_t capacityInFrames) in FifoBufferAllocated()
52 FifoBufferIndirect::FifoBufferIndirect( int32_t bytesPerFrame, in FifoBufferIndirect()
/aosp_15_r20/frameworks/av/services/oboeservice/
H A DSharedMemoryWrapper.cpp68 aaudio_result_t SharedMemoryWrapper::setupFifoBuffer(android::fifo_frames_t bytesPerFrame, in setupFifoBuffer()
106 int32_t bytesPerFrame, int32_t framesPerBurst, int32_t capacityInFrames, in fillParcelable()
H A DSharedRingBuffer.cpp42 aaudio_result_t SharedRingBuffer::allocate(fifo_frames_t bytesPerFrame, in allocate()
/aosp_15_r20/external/webrtc/sdk/android/src/java/org/webrtc/audio/
H A DWebRtcAudioManager.java103 final int bytesPerFrame = numChannels * (BITS_PER_SAMPLE / 8); in getMinOutputFrameSize() local
115 final int bytesPerFrame = numChannels * (BITS_PER_SAMPLE / 8); in getMinInputFrameSize() local
/aosp_15_r20/external/oboe/src/fifo/
H A DFifoBuffer.cpp28 FifoBuffer::FifoBuffer(uint32_t bytesPerFrame, uint32_t capacityInFrames) in FifoBuffer()
41 FifoBuffer::FifoBuffer( uint32_t bytesPerFrame, in FifoBuffer()
/aosp_15_r20/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
H A DAudioSampleEntry.java61 private long bytesPerFrame; field in AudioSampleEntry
157 public void setBytesPerFrame(long bytesPerFrame) { in setBytesPerFrame()
/aosp_15_r20/external/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
H A DWebRtcAudioManager.java334 final int bytesPerFrame = numChannels * (BITS_PER_SAMPLE / 8); in getMinOutputFrameSize() local
352 final int bytesPerFrame = numChannels * (BITS_PER_SAMPLE / 8); in getMinInputFrameSize() local
/aosp_15_r20/system/media/audio_utils/
H A Dtinysndfile.c34 size_t bytesPerFrame; member
208 unsigned bytesPerFrame = (bitsPerSample >> 3) * channels; in sf_open_read() local
/aosp_15_r20/frameworks/av/media/module/extractors/wav/
H A DWAVExtractor.cpp451 int64_t bytesPerFrame; in read() local
517 const size_t bytesPerFrame = (mBitsPerSample >> 3) * mNumChannels; in read() local
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/wav/
H A DWavExtractor.java305 int bytesPerFrame = wavFormat.numChannels * wavFormat.bitsPerSample / 8; in PassthroughOutputWriter() local
359 int bytesPerFrame = wavFormat.blockSize; in sampleData() local
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/wav/
H A DWavExtractor.java306 int bytesPerFrame = wavFormat.numChannels * wavFormat.bitsPerSample / 8; in PassthroughOutputWriter() local
360 int bytesPerFrame = wavFormat.blockSize; in sampleData() local
/aosp_15_r20/out/soong/.intermediates/frameworks/av/media/libaaudio/src/aaudio-aidl-cpp-source/gen/include/aaudio/
DRingBuffer.h28 int32_t bytesPerFrame = 0; variable
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/test/java/com/google/android/exoplayer2/e2etest/
H A DEndToEndGaplessTest.java105 int bytesPerFrame = audioTrackListener.getAudioTrackOutputFormat().getFrameSizeInBytes(); in testPlayback_twoIdenticalMp3Files() local
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/audio/
H A DAudioProcessor.java48 public final int bytesPerFrame; field in AudioProcessor.AudioFormat
H A DSilenceSkippingAudioProcessor.java73 private int bytesPerFrame; field in SilenceSkippingAudioProcessor
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/test/java/com/google/android/exoplayer2/e2etest/
H A DEndToEndGaplessTest.java105 int bytesPerFrame = audioTrackListener.getAudioTrackOutputFormat().getFrameSizeInBytes(); in testPlayback_twoIdenticalMp3Files() local
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/audio/
H A DAudioProcessor.java48 public final int bytesPerFrame; field in AudioProcessor.AudioFormat
H A DSilenceSkippingAudioProcessor.java70 private int bytesPerFrame; field in SilenceSkippingAudioProcessor
/aosp_15_r20/frameworks/av/media/libaaudio/src/binding/
H A DRingBufferParcelable.cpp89 void RingBufferParcelable::setBytesPerFrame(int32_t bytesPerFrame) { in setBytesPerFrame()
H A DAAudioServiceDefinitions.h73 int32_t bytesPerFrame; // index is in frames member
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/transformer/src/main/java/com/google/android/exoplayer2/transformer/
H A DAudioTranscodingSamplePipeline.java281 long bytesWritten, int bytesPerFrame, int sampleRate) { in computeNextEncoderInputBufferTimeUs()
/aosp_15_r20/cts/tests/tests/media/audio/src/android/media/audio/cts/
H A DMediaSyncEventTest.java156 final int bytesPerFrame = numChannels * bytesPerSample; in testSynchronizedRecord() local
H A DAudioTrack_ListenerTest.java169 final int bytesPerFrame = numChannels * bytesPerSample; in doTest() local
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/transformer/src/main/java/com/google/android/exoplayer2/transformer/
H A DAudioSamplePipeline.java312 long bytesWritten, int bytesPerFrame, int sampleRate) { in computeNextEncoderInputBufferTimeUs()
/aosp_15_r20/frameworks/av/media/libaaudio/tests/
H A Dtest_marshalling.cpp138 const size_t bytesPerFrame = 8; in TEST() local

1234