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

  /frameworks/av/media/libstagefright/
MediaCodecSource.cpp 713 int64_t decodingTimeUs;
722 decodingTimeUs = timeUs;
725 decodingTimeUs = *(mDecodingTimeQueue.begin());
728 mbuf->meta_data()->setInt64(kKeyDecodingTime, decodingTimeUs);
731 timeUs, timeUs / 1E6, decodingTimeUs - timeUs);
MPEG4Writer.cpp     [all...]
OMXCodec.cpp     [all...]

Completed in 248 milliseconds