Searched refs:dst_end_time_stamp (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp8/ |
D | vp8_cx_iface.c | 895 int64_t dst_time_stamp, dst_end_time_stamp; in vp8e_encode() local 915 dst_end_time_stamp = (pts_val + (int64_t)duration) * in vp8e_encode() 922 dst_time_stamp, dst_end_time_stamp)) { in vp8e_encode() 941 &dst_end_time_stamp, !img); in vp8e_encode() 957 delta = (dst_end_time_stamp - dst_time_stamp); in vp8e_encode()
|
/external/libvpx/libvpx/vp9/ |
D | vp9_cx_iface.c | 1178 int64_t dst_end_time_stamp = in encoder_encode() local 1195 dst_time_stamp, dst_end_time_stamp)) { in encoder_encode() 1230 &dst_time_stamp, &dst_end_time_stamp, in encoder_encode() 1252 &dst_time_stamp, &dst_end_time_stamp, in encoder_encode() 1289 timestamp_ratio, dst_end_time_stamp - dst_time_stamp); in encoder_encode() 1309 timestamp_ratio, dst_end_time_stamp - dst_time_stamp); in encoder_encode()
|
/external/libaom/libaom/av1/ |
D | av1_cx_iface.c | 2084 int64_t dst_end_time_stamp = in encoder_encode() local 2122 dst_time_stamp, dst_end_time_stamp)) { in encoder_encode() 2160 int64_t dst_end_time_stamp_la = dst_end_time_stamp; in encoder_encode() 2179 &dst_end_time_stamp, !img, timestamp_ratio); in encoder_encode() 2289 timestamp_ratio, dst_end_time_stamp - dst_time_stamp); in encoder_encode()
|