Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp4032 TimestampDebugHelperEntry timestampDebugEntry; in threadEntry() local
4034 timestampDebugEntry.pts = timestampUs; in threadEntry()
4064 timestampDebugEntry.dts = decodingTimeUs; in threadEntry()
4065 timestampDebugEntry.frameType = isSync ? "Key frame" : "Non-Key frame"; in threadEntry()
4070 mTimestampDebugHelper.push_back(timestampDebugEntry); in threadEntry()