Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DMPEG4Writer.cpp3799 TimestampDebugHelperEntry timestampDebugEntry; in threadEntry() local
3801 timestampDebugEntry.pts = timestampUs; in threadEntry()
3831 timestampDebugEntry.dts = decodingTimeUs; in threadEntry()
3832 timestampDebugEntry.frameType = isSync ? "Key frame" : "Non-Key frame"; in threadEntry()
3837 mTimestampDebugHelper.push_back(timestampDebugEntry); in threadEntry()