OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPortBuffers
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libstagefright/
OMXCodec.cpp
[
all
...]
MediaCodec.cpp
478
mPortBuffers
[kPortIndexOutput].itemAt(index).mData;
691
mPortBuffers
[portIndex].clear();
693
Vector<BufferInfo> *buffers = &
mPortBuffers
[portIndex];
[
all
...]
/frameworks/av/include/media/stagefright/
MediaCodec.h
204
Vector<BufferInfo>
mPortBuffers
[2];
OMXCodec.h
199
Vector<BufferInfo>
mPortBuffers
[2];
221
// The index in each of the
mPortBuffers
arrays of the buffer that will be
Completed in 47 milliseconds