Searched refs:allocateBuffersOnPort (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DMediaFilter.h122 status_t allocateBuffersOnPort(OMX_U32 portIndex);
H A DACodec.h318 status_t allocateBuffersOnPort(OMX_U32 portIndex);
/frameworks/av/media/libstagefright/foundation/include/
H A DMediaFilter.h122 status_t allocateBuffersOnPort(OMX_U32 portIndex);
H A DACodec.h318 status_t allocateBuffersOnPort(OMX_U32 portIndex);
/frameworks/av/media/libstagefright/include/
H A DMediaFilter.h122 status_t allocateBuffersOnPort(OMX_U32 portIndex);
H A DACodec.h318 status_t allocateBuffersOnPort(OMX_U32 portIndex);
/frameworks/av/media/libstagefright/filters/
H A DMediaFilter.cpp210 status_t MediaFilter::allocateBuffersOnPort(OMX_U32 portIndex) { function in class:android::MediaFilter
489 allocateBuffersOnPort(kPortIndexInput);
491 allocateBuffersOnPort(kPortIndexOutput);
/frameworks/av/media/libstagefright/
H A DACodec.cpp831 status_t ACodec::allocateBuffersOnPort(OMX_U32 portIndex) { function in class:android::ACodec
6786 status_t err = mCodec->allocateBuffersOnPort(kPortIndexInput);
6791 err = mCodec->allocateBuffersOnPort(kPortIndexOutput);
7830 err = mCodec->allocateBuffersOnPort(kPortIndexOutput);

Completed in 323 milliseconds