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

  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 904 int64_t dst_time_stamp, dst_end_time_stamp; local
921 dst_time_stamp = pts * 10000000 * ctx->cfg.g_timebase.num / ctx->cfg.g_timebase.den;
929 &sd, dst_time_stamp, dst_end_time_stamp))
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_cx_iface.c 829 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)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_cx_iface.c 727 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)
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 1024 int64_t dst_time_stamp = timebase_units_to_ticks(timebase, pts); local
    [all...]

Completed in 51 milliseconds