HomeSort by relevance Sort by last modified time
    Searched refs:dst_end_time_stamp (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 700 int64_t dst_time_stamp, dst_end_time_stamp; local
717 dst_end_time_stamp = (pts + duration) * 10000000 * ctx->cfg.g_timebase.num /
724 &sd, dst_time_stamp, dst_end_time_stamp)) {
753 &dst_end_time_stamp, !img)) {
773 delta = (dst_end_time_stamp - dst_time_stamp);
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 830 int64_t dst_time_stamp, dst_end_time_stamp; local
848 dst_end_time_stamp = (pts + duration) * 10000000 * ctx->cfg.g_timebase.num / ctx->cfg.g_timebase.den;
855 &sd, dst_time_stamp, dst_end_time_stamp))
878 &dst_end_time_stamp,
895 delta = (dst_end_time_stamp - dst_time_stamp);
    [all...]

Completed in 472 milliseconds