Home
last modified time | relevance | path

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

/external/libvpx/vp8/
Dvp8_cx_iface.c866 volatile vpx_codec_pts_t pts_val = pts; in vp8e_encode() local
888 ctx->pts_offset = pts_val; in vp8e_encode()
891 pts_val -= ctx->pts_offset; in vp8e_encode()
943 pts_val * ctx->timestamp_ratio.num / ctx->timestamp_ratio.den; in vp8e_encode()
944 dst_end_time_stamp = (pts_val + (int64_t)duration) * in vp8e_encode()
/external/libvpx/vp9/
Dvp9_cx_iface.c1288 vpx_codec_pts_t pts_val, in encoder_encode() argument
1294 volatile vpx_codec_pts_t pts = pts_val; in encoder_encode()