Searched refs:dst_time_stamp (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
H A Dvp8_cx_iface.c829 int64_t dst_time_stamp, dst_end_time_stamp; local
846 dst_time_stamp = pts * 10000000 * ctx->cfg.g_timebase.num / ctx->cfg.g_timebase.den;
854 &sd, dst_time_stamp, dst_end_time_stamp))
876 &dst_time_stamp,
894 delta = (dst_end_time_stamp - dst_time_stamp);
897 (dst_time_stamp * ctx->cfg.g_timebase.den + round)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
H A Dvp9_cx_iface.c727 int64_t dst_time_stamp, dst_end_time_stamp; local
739 dst_time_stamp = (pts * 10000000 * ctx->cfg.g_timebase.num)
748 &sd, dst_time_stamp, dst_end_time_stamp)) {
776 cx_data, &dst_time_stamp,
797 delta = (dst_end_time_stamp - dst_time_stamp);
800 (dst_time_stamp * ctx->cfg.g_timebase.den + round)

Completed in 19 milliseconds