Searched defs:setMinBufferSize (Results 1 - 2 of 2) sorted by last modified time

/frameworks/av/media/libstagefright/
H A DACodec.cpp1302 err = setMinBufferSize(kPortIndexInput, (size_t)maxInputSize);
1304 err = setMinBufferSize(kPortIndexInput, 8192); // XXX
1310 status_t ACodec::setMinBufferSize(OMX_U32 portIndex, size_t size) { function in class:android::ACodec
H A DOMXCodec.cpp566 setMinBufferSize(kPortIndexInput, (OMX_U32)maxInputSize);
613 void OMXCodec::setMinBufferSize(OMX_U32 portIndex, OMX_U32 size) { function in class:android::OMXCodec

Completed in 61 milliseconds