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 268 status_t setMinBufferSize(OMX_U32 portIndex, size_t size);
OMXCodec.h 287 void setMinBufferSize(OMX_U32 portIndex, OMX_U32 size);
  /frameworks/av/media/libstagefright/
ACodec.cpp     [all...]
OMXCodec.cpp 566 setMinBufferSize(kPortIndexInput, (OMX_U32)maxInputSize);
613 void OMXCodec::setMinBufferSize(OMX_U32 portIndex, OMX_U32 size) {
    [all...]

Completed in 1291 milliseconds