Searched refs:u4_ip_frm_ts (Results 1 – 3 of 3) sorted by relevance
/external/libhevc/test/decoder/ |
D | main.c | 1598 UWORD32 u4_ip_frm_ts, in flush_output() argument 1630 s_video_decode_ip.u4_ts = u4_ip_frm_ts; in flush_output() 1736 UWORD32 u4_ip_frm_ts = 0, u4_op_frm_ts = 0; in hevcdec_main() local 1819 u4_ip_frm_ts = 0; in hevcdec_main() 2132 u4_ip_frm_ts, u4_bytes_remaining); in hevcdec_main() 2208 s_video_decode_ip.u4_ts = u4_ip_frm_ts; in hevcdec_main() 2571 if(u4_ip_frm_ts == FLUSH_FRM_CNT) in hevcdec_main() 2593 if(u4_ip_frm_ts < s_app_ctx.num_disp_buf) in hevcdec_main() 2595 release_disp_frame(codec_obj, u4_ip_frm_ts); in hevcdec_main() 2610 s_ctl_set_cores_ip.u4_num_cores = 1 + 3 * (u4_ip_frm_ts % 2); in hevcdec_main() [all …]
|
/external/libmpeg2/test/decoder/ |
D | main.c | 1631 UWORD32 u4_ip_frm_ts, in flush_output() argument 1663 s_video_decode_ip.u4_ts = u4_ip_frm_ts; in flush_output() 1769 UWORD32 u4_ip_frm_ts = 0, u4_op_frm_ts = 0; in vdec_main() local 1853 u4_ip_frm_ts = 0; in vdec_main() 2403 s_video_decode_ip.u4_ts = u4_ip_frm_ts; in vdec_main() 2676 if(u4_ip_frm_ts == FLUSH_FRM_CNT) in vdec_main() 2698 if(u4_ip_frm_ts < s_app_ctx.num_disp_buf && (1 == s_app_ctx.share_disp_buf)) in vdec_main() 2700 release_disp_frame(codec_obj, u4_ip_frm_ts); in vdec_main() 2715 s_ctl_set_cores_ip.u4_num_cores = 1 + 3 * (u4_ip_frm_ts % 2); in vdec_main() 2814 s_video_decode_ip.u4_ts = u4_ip_frm_ts; in vdec_main() [all …]
|
/external/libavc/test/decoder/ |
D | main.c | 1630 UWORD32 u4_ip_frm_ts, in flush_output() argument 1662 s_video_decode_ip.u4_ts = u4_ip_frm_ts; in flush_output() 1798 UWORD32 u4_ip_frm_ts = 0, u4_op_frm_ts = 0; in h264dec_main() local 1883 u4_ip_frm_ts = 0; in h264dec_main() 2234 u4_ip_frm_ts, u4_bytes_remaining); in h264dec_main() 2311 s_video_decode_ip.u4_ts = u4_ip_frm_ts; in h264dec_main() 2669 if(u4_ip_frm_ts == FLUSH_FRM_CNT) in h264dec_main() 2709 s_ctl_set_cores_ip.u4_num_cores = 1 + 3 * (u4_ip_frm_ts % 2); in h264dec_main() 2808 s_video_decode_ip.u4_ts = u4_ip_frm_ts; in h264dec_main() 2910 u4_ip_frm_ts, u4_bytes_remaining); in h264dec_main() [all …]
|