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

/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp662 setMinBufferSize(kPortIndexInput, (OMX_U32)maxInputSize);
709 void OMXCodec::setMinBufferSize(OMX_U32 portIndex, OMX_U32 size) { function in class:android::OMXCodec
H A DACodec.cpp1670 err = setMinBufferSize(kPortIndexInput, (size_t)maxInputSize);
1672 err = setMinBufferSize(kPortIndexInput, 8192); // XXX
1685 status_t ACodec::setMinBufferSize(OMX_U32 portIndex, size_t size) { function in class:android::ACodec

Completed in 114 milliseconds