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

  /frameworks/av/media/libmediaplayerservice/nuplayer/
GenericSource.h 281 int64_t *actualTimeUs = NULL);
287 int64_t seekTimeUs = -1ll, int64_t *actualTimeUs = NULL, bool formatChange = false);
GenericSource.cpp 661 int64_t timeUs, actualTimeUs;
668 readBuffer(trackType, timeUs, &actualTimeUs, formatChange);
670 ALOGV("timeUs %lld actualTimeUs %lld", (long long)timeUs, (long long)actualTimeUs);
    [all...]

Completed in 739 milliseconds