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

/frameworks/base/media/libstagefright/
H A DACodec.cpp777 CHECK_EQ(setMinBufferSize(kPortIndexInput, (size_t)maxInputSize),
780 CHECK_EQ(setMinBufferSize(kPortIndexInput, 8192), // XXX
785 status_t ACodec::setMinBufferSize(OMX_U32 portIndex, size_t size) { function in class:android::ACodec
H A DOMXCodec.cpp725 setMinBufferSize(kPortIndexInput, (OMX_U32)maxInputSize);
731 setMinBufferSize(kPortIndexOutput, 8192); // XXX
776 void OMXCodec::setMinBufferSize(OMX_U32 portIndex, OMX_U32 size) { function in class:android::OMXCodec

Completed in 31 milliseconds