Home
last modified time | relevance | path

Searched refs:updateSkipCutBuffer (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/codec2/sfplugin/
DCCodecBuffers.cpp141 void OutputBuffers::updateSkipCutBuffer(int32_t sampleRate, int32_t channelCount) { in updateSkipCutBuffer() function in android::OutputBuffers
159 void OutputBuffers::updateSkipCutBuffer( in updateSkipCutBuffer() function in android::OutputBuffers
168 updateSkipCutBuffer(sampleRate, channelCount); in updateSkipCutBuffer()
277 updateSkipCutBuffer(outputFormat, entry.notify); in popFromStashAndRegister()
DCCodecBuffers.h221 void updateSkipCutBuffer(const sp<AMessage> &format, bool notify = true);
377 void updateSkipCutBuffer(int32_t sampleRate, int32_t channelCount);
DCCodecBufferChannel.cpp1698 output->buffers->updateSkipCutBuffer(outputFormat); in handleWork()