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

/frameworks/av/include/media/stagefright/
H A DACodec.h367 // sets |portIndex| port buffer numbers to be |bufferNum|. NOTE: Component could reject
368 // this setting if the |bufferNum| is less than the minimum buffer num of the port.
369 status_t setPortBufferNum(OMX_U32 portIndex, int bufferNum);
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DACodec.h367 // sets |portIndex| port buffer numbers to be |bufferNum|. NOTE: Component could reject
368 // this setting if the |bufferNum| is less than the minimum buffer num of the port.
369 status_t setPortBufferNum(OMX_U32 portIndex, int bufferNum);
/frameworks/av/media/libstagefright/
H A DACodec.cpp3279 status_t ACodec::setPortBufferNum(OMX_U32 portIndex, int bufferNum) { argument
3285 portIndex == kPortIndexInput ? "input" : "output", bufferNum);
3291 def.nBufferCountActual = bufferNum;
3297 portIndex == kPortIndexInput ? "input" : "output", bufferNum);

Completed in 81 milliseconds