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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/
vp8_cx_iface.c 857 int64_t dst_time_stamp, dst_end_time_stamp; local
874 dst_time_stamp = pts * 10000000 * ctx->cfg.g_timebase.num / ctx->cfg.g_timebase.den;
882 &sd, dst_time_stamp, dst_end_time_stamp))
904 &dst_time_stamp,
922 delta = (dst_end_time_stamp - dst_time_stamp);
925 (dst_time_stamp * ctx->cfg.g_timebase.den + round)
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 826 int64_t dst_time_stamp, dst_end_time_stamp; local
843 dst_time_stamp = pts * 10000000 * ctx->cfg.g_timebase.num / ctx->cfg.g_timebase.den;
851 &sd, dst_time_stamp, dst_end_time_stamp))
873 &dst_time_stamp,
891 delta = (dst_end_time_stamp - dst_time_stamp);
894 (dst_time_stamp * ctx->cfg.g_timebase.den + round)
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 736 int64_t dst_time_stamp, dst_end_time_stamp; local
748 dst_time_stamp = (pts * 10000000 * ctx->cfg.g_timebase.num)
757 &sd, dst_time_stamp, dst_end_time_stamp)) {
785 cx_data, &dst_time_stamp,
806 delta = (dst_end_time_stamp - dst_time_stamp);
809 (dst_time_stamp * ctx->cfg.g_timebase.den + round)
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/
vp9_cx_iface.c 887 int64_t dst_time_stamp = timebase_units_to_ticks(timebase, pts); local
903 &sd, dst_time_stamp, dst_end_time_stamp))
    [all...]

Completed in 173 milliseconds