Home
last modified time | relevance | path

Searched refs:BufferAndId (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/include/
DACodecBufferChannel.h42 struct BufferAndId { struct
95 void setInputBufferArray(const std::vector<BufferAndId> &array);
102 void setOutputBufferArray(const std::vector<BufferAndId> &array);
/frameworks/av/media/libstagefright/
DACodecBufferChannel.cpp336 void ACodecBufferChannel::setInputBufferArray(const std::vector<BufferAndId> &array) { in setInputBufferArray()
341 (size_t sum, const BufferAndId& elem) { in setInputBufferArray()
347 (size_t max, const BufferAndId& elem) { in setInputBufferArray()
358 for (const BufferAndId &elem : array) { in setInputBufferArray()
370 void ACodecBufferChannel::setOutputBufferArray(const std::vector<BufferAndId> &array) { in setOutputBufferArray()
372 for (const BufferAndId &elem : array) { in setOutputBufferArray()
DACodec.cpp1033 std::vector<ACodecBufferChannel::BufferAndId> array(mBuffers[portIndex].size()); in allocateBuffersOnPort()
/frameworks/av/media/libstagefright/filters/
DMediaFilter.cpp247 std::vector<ACodecBufferChannel::BufferAndId> array(mBuffers[portIndex].size()); in allocateBuffersOnPort()