Searched defs:BufferChannelBase (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DCodecBase.h38 class BufferChannelBase;
168 * This interface defines events firing from BufferChannelBase back to MediaCodec.
177 * When BufferChannelBase::getInputBufferArray() is not called,
178 * BufferChannelBase may report different buffers with the same index if
180 * BufferChannelBase::getInputBufferArray(), the buffer and index match the
187 * When BufferChannelBase::getOutputBufferArray() is not called,
188 * BufferChannelBase may report different buffers with the same index if
190 * BufferChannelBase::getOutputBufferArray(), the buffer and index match the
203 virtual std::shared_ptr<BufferChannelBase> getBufferChannel() = 0;
250 class BufferChannelBase { class in namespace:android
[all...]
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DCodecBase.h38 class BufferChannelBase;
168 * This interface defines events firing from BufferChannelBase back to MediaCodec.
177 * When BufferChannelBase::getInputBufferArray() is not called,
178 * BufferChannelBase may report different buffers with the same index if
180 * BufferChannelBase::getInputBufferArray(), the buffer and index match the
187 * When BufferChannelBase::getOutputBufferArray() is not called,
188 * BufferChannelBase may report different buffers with the same index if
190 * BufferChannelBase::getOutputBufferArray(), the buffer and index match the
203 virtual std::shared_ptr<BufferChannelBase> getBufferChannel() = 0;
250 class BufferChannelBase { class in namespace:android
[all...]

Completed in 46 milliseconds