Home
last modified time | relevance | path

Searched refs:skipFramesBeforeUs (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/bqhelper/
DGraphicBufferSource.cpp1297 status_t GraphicBufferSource::setStartTimeUs(int64_t skipFramesBeforeUs) { in setStartTimeUs() argument
1298 ALOGV("setStartTimeUs: skipFramesBeforeUs=%lld", (long long)skipFramesBeforeUs); in setStartTimeUs()
1303 (skipFramesBeforeUs > 0 && skipFramesBeforeUs <= INT64_MAX / 1000) ? in setStartTimeUs()
1304 (skipFramesBeforeUs * 1000) : -1LL; in setStartTimeUs()
/frameworks/av/media/libstagefright/
DACodec.cpp7490 int64_t skipFramesBeforeUs; in setParameters() local
7491 if (params->findInt64("skip-frames-before", &skipFramesBeforeUs)) { in setParameters()
7499 mGraphicBufferSource->setStartTimeUs(skipFramesBeforeUs)); in setParameters()