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

/frameworks/av/include/media/stagefright/
H A DCodecBase.h42 class BufferChannelBase;
164 * This interface defines events firing from BufferChannelBase back to MediaCodec.
173 * When BufferChannelBase::getInputBufferArray() is not called,
174 * BufferChannelBase may report different buffers with the same index if
176 * BufferChannelBase::getInputBufferArray(), the buffer and index match the
183 * When BufferChannelBase::getOutputBufferArray() is not called,
184 * BufferChannelBase may report different buffers with the same index if
186 * BufferChannelBase::getOutputBufferArray(), the buffer and index match the
199 virtual std::shared_ptr<BufferChannelBase> getBufferChannel() = 0;
251 class BufferChannelBase { class in namespace:android
[all...]
/frameworks/av/media/libstagefright/foundation/include/
H A DCodecBase.h42 class BufferChannelBase;
164 * This interface defines events firing from BufferChannelBase back to MediaCodec.
173 * When BufferChannelBase::getInputBufferArray() is not called,
174 * BufferChannelBase may report different buffers with the same index if
176 * BufferChannelBase::getInputBufferArray(), the buffer and index match the
183 * When BufferChannelBase::getOutputBufferArray() is not called,
184 * BufferChannelBase may report different buffers with the same index if
186 * BufferChannelBase::getOutputBufferArray(), the buffer and index match the
199 virtual std::shared_ptr<BufferChannelBase> getBufferChannel() = 0;
251 class BufferChannelBase { class in namespace:android
[all...]
/frameworks/av/media/libstagefright/include/
H A DCodecBase.h42 class BufferChannelBase;
164 * This interface defines events firing from BufferChannelBase back to MediaCodec.
173 * When BufferChannelBase::getInputBufferArray() is not called,
174 * BufferChannelBase may report different buffers with the same index if
176 * BufferChannelBase::getInputBufferArray(), the buffer and index match the
183 * When BufferChannelBase::getOutputBufferArray() is not called,
184 * BufferChannelBase may report different buffers with the same index if
186 * BufferChannelBase::getOutputBufferArray(), the buffer and index match the
199 virtual std::shared_ptr<BufferChannelBase> getBufferChannel() = 0;
251 class BufferChannelBase { class in namespace:android
[all...]

Completed in 51 milliseconds