Lines Matching refs:OutputBuffers
126 OutputBuffers::OutputBuffers(const char *componentName, const char *name) in OutputBuffers() function in android::OutputBuffers
129 OutputBuffers::~OutputBuffers() = default;
131 void OutputBuffers::initSkipCutBuffer( in initSkipCutBuffer()
141 void OutputBuffers::updateSkipCutBuffer(int32_t sampleRate, int32_t channelCount) { in updateSkipCutBuffer()
159 void OutputBuffers::updateSkipCutBuffer( in updateSkipCutBuffer()
176 void OutputBuffers::submit(const sp<MediaCodecBuffer> &buffer) { in submit()
182 void OutputBuffers::setSkipCutBuffer(int32_t skip, int32_t cut) { in setSkipCutBuffer()
192 void OutputBuffers::clearStash() { in clearStash()
200 void OutputBuffers::flushStash() { in flushStash()
209 uint32_t OutputBuffers::getReorderDepth() const { in getReorderDepth()
213 void OutputBuffers::setReorderDepth(uint32_t depth) { in setReorderDepth()
218 void OutputBuffers::setReorderKey(C2Config::ordinal_key_t key) { in setReorderKey()
223 void OutputBuffers::pushToStash( in pushToStash()
259 OutputBuffers::BufferAction OutputBuffers::popFromStashAndRegister( in popFromStashAndRegister()
332 bool OutputBuffers::popPending(StashEntry *entry) { in popPending()
341 void OutputBuffers::deferPending(const OutputBuffers::StashEntry &entry) { in deferPending()
345 bool OutputBuffers::hasPending() const { in hasPending()
349 bool OutputBuffers::less( in less()
1167 void OutputBuffersArray::transferFrom(OutputBuffers* source) { in transferFrom()