HomeSort by relevance Sort by last modified time
    Searched refs:setMinBufferSize (Results 1 - 4 of 4) sorted by null

  /frameworks/av/include/media/stagefright/
ACodec.h 301 status_t setMinBufferSize(OMX_U32 portIndex, size_t size);
OMXCodec.h 289 void setMinBufferSize(OMX_U32 portIndex, OMX_U32 size);
  /frameworks/av/media/libstagefright/
ACodec.cpp     [all...]
OMXCodec.cpp 662 setMinBufferSize(kPortIndexInput, (OMX_U32)maxInputSize);
709 void OMXCodec::setMinBufferSize(OMX_U32 portIndex, OMX_U32 size) {
    [all...]

Completed in 50 milliseconds