Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dwebmenc.c150 (double)(ebml->last_pts_ms + frame_time)); in write_webm_seek_info()
227 if (pts_ms <= glob->last_pts_ms) in write_webm_block()
228 pts_ms = glob->last_pts_ms + 1; in write_webm_block()
230 glob->last_pts_ms = pts_ms; in write_webm_block()
Dwebmenc.h41 int64_t last_pts_ms; member
Dvpxenc.c844 stream->ebml.last_pts_ms = -1; in new_stream()