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

  /frameworks/av/media/libstagefright/
ACodec.cpp 614 OMX_U32 newBufferCount = def.nBufferCountMin + minUndequeuedBufs;
615 def.nBufferCountActual = newBufferCount;
621 mComponentName.c_str(), newBufferCount, err);
    [all...]
OMXCodec.cpp     [all...]

Completed in 1165 milliseconds