Searched refs:ACodecBufferChannel (Results 1 – 7 of 7) sorted by relevance
39 using BufferInfo = ACodecBufferChannel::BufferInfo;42 ACodecBufferChannel::~ACodecBufferChannel() { in ~ACodecBufferChannel()64 ACodecBufferChannel::BufferInfo::BufferInfo( in BufferInfo()77 ACodecBufferChannel::ACodecBufferChannel( in ACodecBufferChannel() function in android::ACodecBufferChannel84 status_t ACodecBufferChannel::queueInputBuffer(const sp<MediaCodecBuffer> &buffer) { in queueInputBuffer()102 status_t ACodecBufferChannel::queueSecureInputBuffer( in queueSecureInputBuffer()209 status_t ACodecBufferChannel::renderOutputBuffer( in renderOutputBuffer()228 status_t ACodecBufferChannel::discardBuffer(const sp<MediaCodecBuffer> &buffer) { in discardBuffer()250 void ACodecBufferChannel::getInputBufferArray(Vector<sp<MediaCodecBuffer>> *array) { in getInputBufferArray()259 void ACodecBufferChannel::getOutputBufferArray(Vector<sp<MediaCodecBuffer>> *array) { in getOutputBufferArray()[all …]
7 ACodecBufferChannel.cpp \
596 mBufferChannel = std::make_shared<ACodecBufferChannel>( in getBufferChannel()1037 std::vector<ACodecBufferChannel::BufferAndId> array(mBuffers[portIndex].size()); in allocateBuffersOnPort()
36 class ACodecBufferChannel : public BufferChannelBase {61 ACodecBufferChannel(63 virtual ~ACodecBufferChannel();
24 class ACodecBufferChannel; variable116 std::shared_ptr<ACodecBufferChannel> mBufferChannel;
39 class ACodecBufferChannel; variable307 std::shared_ptr<ACodecBufferChannel> mBufferChannel;
57 mBufferChannel = std::make_shared<ACodecBufferChannel>( in MediaFilter()247 std::vector<ACodecBufferChannel::BufferAndId> array(mBuffers[portIndex].size()); in allocateBuffersOnPort()