Searched defs:skipFramesBeforeUs (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/omx/
H A DGraphicBufferSource.cpp1182 status_t GraphicBufferSource::setStartTimeUs(int64_t skipFramesBeforeUs) { argument
1183 ALOGV("setStartTimeUs: skipFramesBeforeUs=%lld", (long long)skipFramesBeforeUs);
1188 (skipFramesBeforeUs > 0) ? (skipFramesBeforeUs * 1000) : -1ll;
/frameworks/av/media/libstagefright/
H A DACodec.cpp7196 int64_t skipFramesBeforeUs; local
7197 if (params->findInt64("skip-frames-before", &skipFramesBeforeUs)) {
7205 mGraphicBufferSource->setStartTimeUs(skipFramesBeforeUs));

Completed in 1632 milliseconds