Searched refs:setMinBufferSize (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DACodec.h483 status_t setMinBufferSize(OMX_U32 portIndex, size_t size);
/frameworks/av/media/libstagefright/
H A DACodec.cpp2270 err = setMinBufferSize(kPortIndexInput, (size_t)maxInputSize);
2272 err = setMinBufferSize(kPortIndexInput, 8192); // XXX
2465 status_t ACodec::setMinBufferSize(OMX_U32 portIndex, size_t size) { function in class:android::ACodec

Completed in 49 milliseconds