Searched refs:targetTimeUs (Results 1 - 1 of 1) sorted by path

/frameworks/av/media/libstagefright/
H A DStagefrightMetadataRetriever.cpp259 int64_t targetTimeUs = -1ll; local
288 mediaBuffer->meta_data()->findInt64(kKeyTargetTime, &targetTimeUs);
289 ALOGV("Seeking closest: targetTimeUs=%lld", (long long)targetTimeUs);
306 // option, in which case we need to actually decode to targetTimeUs.
353 // If we're seeking with CLOSEST option and obtained a valid targetTimeUs
355 done = (targetTimeUs < 0ll) || (timeUs >= targetTimeUs);

Completed in 45 milliseconds