Searched refs:bufferNum (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DACodec.h381 // sets |portIndex| port buffer numbers to be |bufferNum|. NOTE: Component could reject
382 // this setting if the |bufferNum| is less than the minimum buffer num of the port.
383 status_t setPortBufferNum(OMX_U32 portIndex, int bufferNum);
/frameworks/av/media/libstagefright/foundation/include/
H A DACodec.h381 // sets |portIndex| port buffer numbers to be |bufferNum|. NOTE: Component could reject
382 // this setting if the |bufferNum| is less than the minimum buffer num of the port.
383 status_t setPortBufferNum(OMX_U32 portIndex, int bufferNum);
/frameworks/av/media/libstagefright/include/
H A DACodec.h381 // sets |portIndex| port buffer numbers to be |bufferNum|. NOTE: Component could reject
382 // this setting if the |bufferNum| is less than the minimum buffer num of the port.
383 status_t setPortBufferNum(OMX_U32 portIndex, int bufferNum);
/frameworks/av/media/libstagefright/
H A DACodec.cpp3255 status_t ACodec::setPortBufferNum(OMX_U32 portIndex, int bufferNum) { argument
3261 portIndex == kPortIndexInput ? "input" : "output", bufferNum);
3267 def.nBufferCountActual = bufferNum;
3273 portIndex == kPortIndexInput ? "input" : "output", bufferNum);

Completed in 55 milliseconds