Searched refs:ACodecBufferChannel (Results 1 – 7 of 7) sorted by relevance
44 using BufferInfo = ACodecBufferChannel::BufferInfo;47 ACodecBufferChannel::~ACodecBufferChannel() { in ~ACodecBufferChannel()69 ACodecBufferChannel::BufferInfo::BufferInfo( in BufferInfo()82 ACodecBufferChannel::ACodecBufferChannel( in ACodecBufferChannel() function in android::ACodecBufferChannel89 status_t ACodecBufferChannel::queueInputBuffer(const sp<MediaCodecBuffer> &buffer) { in queueInputBuffer()107 status_t ACodecBufferChannel::queueSecureInputBuffer( in queueSecureInputBuffer()250 status_t ACodecBufferChannel::renderOutputBuffer( in renderOutputBuffer()269 status_t ACodecBufferChannel::discardBuffer(const sp<MediaCodecBuffer> &buffer) { in discardBuffer()291 void ACodecBufferChannel::getInputBufferArray(Vector<sp<MediaCodecBuffer>> *array) { in getInputBufferArray()300 void ACodecBufferChannel::getOutputBufferArray(Vector<sp<MediaCodecBuffer>> *array) { in getOutputBufferArray()[all …]
191 "ACodecBufferChannel.cpp",
615 mBufferChannel = std::make_shared<ACodecBufferChannel>( in getBufferChannel()1033 std::vector<ACodecBufferChannel::BufferAndId> array(mBuffers[portIndex].size()); in allocateBuffersOnPort()
40 class ACodecBufferChannel : public BufferChannelBase {65 ACodecBufferChannel(67 virtual ~ACodecBufferChannel();
24 class ACodecBufferChannel; variable116 std::shared_ptr<ACodecBufferChannel> mBufferChannel;
42 class ACodecBufferChannel; variable297 std::shared_ptr<ACodecBufferChannel> mBufferChannel;
57 mBufferChannel = std::make_shared<ACodecBufferChannel>( in MediaFilter()247 std::vector<ACodecBufferChannel::BufferAndId> array(mBuffers[portIndex].size()); in allocateBuffersOnPort()