HomeSort by relevance Sort by last modified time
    Searched defs:kPortIndexInput (Results 1 - 4 of 4) sorted by null

  /frameworks/av/include/media/stagefright/
ACodec.h 122 kPortIndexInput = 0,
MediaCodec.h 143 kPortIndexInput = 0,
OMXCodec.h 146 kPortIndexInput = 0,
  /frameworks/av/media/libstagefright/omx/
OMXNodeInstance.cpp 33 static const OMX_U32 kPortIndexInput = 0;
435 if (bufferSource != NULL && portIndex == kPortIndexInput) {
647 if (bufferSource != NULL && portIndex == kPortIndexInput) {
684 if (bufferSource != NULL && portIndex == kPortIndexInput) {

Completed in 246 milliseconds