/external/chromium_org/third_party/libvpx/source/libvpx/vp8/ |
vp8_cx_iface.c | 857 int64_t dst_time_stamp, dst_end_time_stamp; local 875 dst_end_time_stamp = (pts + duration) * 10000000 * ctx->cfg.g_timebase.num / ctx->cfg.g_timebase.den; 882 &sd, dst_time_stamp, dst_end_time_stamp)) 905 &dst_end_time_stamp, 922 delta = (dst_end_time_stamp - dst_time_stamp); [all...] |
/external/libvpx/libvpx/vp8/ |
vp8_cx_iface.c | 826 int64_t dst_time_stamp, dst_end_time_stamp; local 844 dst_end_time_stamp = (pts + duration) * 10000000 * ctx->cfg.g_timebase.num / ctx->cfg.g_timebase.den; 851 &sd, dst_time_stamp, dst_end_time_stamp)) 874 &dst_end_time_stamp, 891 delta = (dst_end_time_stamp - dst_time_stamp); [all...] |
/external/libvpx/libvpx/vp9/ |
vp9_cx_iface.c | 736 int64_t dst_time_stamp, dst_end_time_stamp; local 750 dst_end_time_stamp = (pts + duration) * 10000000 * ctx->cfg.g_timebase.num / 757 &sd, dst_time_stamp, dst_end_time_stamp)) { 786 &dst_end_time_stamp, !img)) { 806 delta = (dst_end_time_stamp - dst_time_stamp); [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/ |
vp9_cx_iface.c | 888 int64_t dst_end_time_stamp = local 903 &sd, dst_time_stamp, dst_end_time_stamp)) [all...] |