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

/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp3088 TimestampDebugHelperEntry timestampDebugEntry; local
3090 timestampDebugEntry.pts = timestampUs;
3120 timestampDebugEntry.dts = decodingTimeUs;
3121 timestampDebugEntry.frameType = isSync ? "Key frame" : "Non-Key frame";
3126 mTimestampDebugHelper.push_back(timestampDebugEntry);

Completed in 43 milliseconds