HomeSort by relevance Sort by last modified time
    Searched full:pts_ms (Results 1 - 1 of 1) sorted by null

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
webmenc.c 220 int64_t pts_ms; local
224 pts_ms = pkt->data.frame.pts * 1000
227 if (pts_ms <= glob->last_pts_ms)
228 pts_ms = glob->last_pts_ms + 1;
230 glob->last_pts_ms = pts_ms;
233 if (pts_ms - glob->cluster_timecode > SHRT_MAX)
236 block_timecode = (uint16_t)pts_ms - glob->cluster_timecode;
246 glob->cluster_timecode = (uint32_t)pts_ms;

Completed in 73 milliseconds