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 250 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 571 setMinBufferSize(kPortIndexInput, (OMX_U32)maxInputSize);
618 void OMXCodec::setMinBufferSize(OMX_U32 portIndex, OMX_U32 size) {
    [all...]

Completed in 20 milliseconds