Searched refs:s_video_decode_op (Results 1 – 3 of 3) sorted by relevance
/external/libmpeg2/test/decoder/ |
D | main.c | 1660 ivd_video_decode_op_t s_video_decode_op; in flush_output() local 1683 s_video_decode_op.u4_size = sizeof(ivd_video_decode_op_t); in flush_output() 1689 (void *)&s_video_decode_op); in flush_output() 1691 if(1 == s_video_decode_op.u4_output_present) in flush_output() 1693 dump_output(ps_app_ctx, &(s_video_decode_op.s_disp_frm_buf), in flush_output() 1694 s_video_decode_op.u4_disp_buf_id, ps_op_file, in flush_output() 2354 ivd_video_decode_op_t s_video_decode_op; in vdec_main() local 2407 s_video_decode_op.u4_size = sizeof(ivd_video_decode_op_t); in vdec_main() 2413 (void *)&s_video_decode_op); in vdec_main() 2418 s_video_decode_op.u4_error_code); in vdec_main() [all …]
|
/external/libhevc/test/decoder/ |
D | main.c | 1627 ivd_video_decode_op_t s_video_decode_op; in flush_output() local 1650 s_video_decode_op.u4_size = sizeof(ivd_video_decode_op_t); in flush_output() 1656 (void *)&s_video_decode_op); in flush_output() 1658 if(1 == s_video_decode_op.u4_output_present) in flush_output() 1660 dump_output(ps_app_ctx, &(s_video_decode_op.s_disp_frm_buf), in flush_output() 1661 s_video_decode_op.u4_disp_buf_id, ps_op_file, in flush_output() 2139 ivd_video_decode_op_t s_video_decode_op; in hevcdec_main() local 2212 s_video_decode_op.u4_size = sizeof(ivd_video_decode_op_t); in hevcdec_main() 2218 (void *)&s_video_decode_op); in hevcdec_main() 2223 s_video_decode_op.u4_error_code); in hevcdec_main() [all …]
|
/external/libavc/test/decoder/ |
D | main.c | 1659 ivd_video_decode_op_t s_video_decode_op; in flush_output() local 1682 s_video_decode_op.u4_size = sizeof(ivd_video_decode_op_t); in flush_output() 1688 (void *)&s_video_decode_op); in flush_output() 1690 if(1 == s_video_decode_op.u4_output_present) in flush_output() 1720 dump_output(ps_app_ctx, &(s_video_decode_op.s_disp_frm_buf), in flush_output() 1721 s_video_decode_op.u4_disp_buf_id, ps_op_file, in flush_output() 2241 ivd_video_decode_op_t s_video_decode_op; in h264dec_main() local 2315 s_video_decode_op.u4_size = sizeof(ivd_video_decode_op_t); in h264dec_main() 2321 (void *)&s_video_decode_op); in h264dec_main() 2325 printf("Error in header decode 0x%x\n", s_video_decode_op.u4_error_code); in h264dec_main() [all …]
|