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

  /frameworks/av/include/media/stagefright/
MediaCodecSource.h 101 void resume(int64_t skipFramesBeforeUs = -1ll);
  /frameworks/av/media/libstagefright/
MediaCodecSource.cpp 638 void MediaCodecSource::resume(int64_t skipFramesBeforeUs) {
643 if (skipFramesBeforeUs > 0) {
644 params->setInt64("skip-frames-before", skipFramesBeforeUs);
ACodec.cpp     [all...]
  /frameworks/av/media/libstagefright/omx/
GraphicBufferSource.cpp     [all...]
OMXNodeInstance.cpp     [all...]

Completed in 60 milliseconds