Home
last modified time | relevance | path

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

/packages/services/Car/cpp/computepipe/runner/input_manager/
DVideoDecoder.cpp251 int64_t presentationTime = AMediaExtractor_getSampleTime(mExtractor); in addFramesToCodec() local
264 if (presentationTime < 0) { in addFramesToCodec()
266 presentationTime, AMEDIACODEC_BUFFER_FLAG_END_OF_STREAM); in addFramesToCodec()
272 presentationTime, 0 /*flags*/); in addFramesToCodec()