/external/libvpx/libvpx/vp8/ |
vp8_cx_iface.c | 904 int64_t dst_time_stamp, dst_end_time_stamp; local 922 dst_end_time_stamp = (pts + duration) * 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 847 dst_end_time_stamp = (pts + duration) * 10000000 * ctx->cfg.g_timebase.num / ctx->cfg.g_timebase.den; 854 &sd, dst_time_stamp, dst_end_time_stamp)) 877 &dst_end_time_stamp, 894 delta = (dst_end_time_stamp - dst_time_stamp); [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 741 dst_end_time_stamp = (pts + duration) * 10000000 * ctx->cfg.g_timebase.num / 748 &sd, dst_time_stamp, dst_end_time_stamp)) { 777 &dst_end_time_stamp, !img)) { 797 delta = (dst_end_time_stamp - dst_time_stamp); [all...] |
/external/libvpx/libvpx/vp9/ |
vp9_cx_iface.c | 1025 int64_t dst_end_time_stamp = local [all...] |