Searched refs:prevTimestamp (Results 1 – 2 of 2) sorted by relevance
262 uint32 prevTimestamp[BITRATE_AVERAGE_WINDOW]; member
1398 video->prevTimestamp[idx] = currVop->timeStamp; in PVDecodeVopBody()1405 video->duration = video->prevTimestamp[idx]; in PVDecodeVopBody()1406 video->duration -= video->prevTimestamp[(++idx)%BITRATE_AVERAGE_WINDOW]; in PVDecodeVopBody()