Lines Matching refs:OutputBuffers
137 OutputBuffers::OutputBuffers(const char *componentName, const char *name) in OutputBuffers() function in android::OutputBuffers
140 OutputBuffers::~OutputBuffers() = default;
142 void OutputBuffers::initSkipCutBuffer( in initSkipCutBuffer()
152 void OutputBuffers::updateSkipCutBuffer(int32_t sampleRate, int32_t channelCount) { in updateSkipCutBuffer()
170 void OutputBuffers::updateSkipCutBuffer(const sp<AMessage> &format) { in updateSkipCutBuffer()
183 void OutputBuffers::submit(const sp<MediaCodecBuffer> &buffer) { in submit()
189 void OutputBuffers::setSkipCutBuffer(int32_t skip, int32_t cut) { in setSkipCutBuffer()
199 void OutputBuffers::clearStash() { in clearStash()
206 void OutputBuffers::flushStash() { in flushStash()
215 uint32_t OutputBuffers::getReorderDepth() const { in getReorderDepth()
219 void OutputBuffers::setReorderDepth(uint32_t depth) { in setReorderDepth()
224 void OutputBuffers::setReorderKey(C2Config::ordinal_key_t key) { in setReorderKey()
229 void OutputBuffers::pushToStash( in pushToStash()
265 OutputBuffers::BufferAction OutputBuffers::popFromStashAndRegister( in popFromStashAndRegister()
327 bool OutputBuffers::popPending(StashEntry *entry) { in popPending()
336 void OutputBuffers::deferPending(const OutputBuffers::StashEntry &entry) { in deferPending()
340 bool OutputBuffers::hasPending() const { in hasPending()
344 bool OutputBuffers::less( in less()
1179 void OutputBuffersArray::transferFrom(OutputBuffers* source) { in transferFrom()