Lines Matching refs:s_video_decode_op
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()
2227 u4_num_bytes_dec = s_video_decode_op.u4_num_bytes_consumed; in hevcdec_main()
2229 printf("%d\n",s_video_decode_op.u4_num_bytes_consumed); in hevcdec_main()
2236 s_app_ctx.u4_pic_wd = s_video_decode_op.u4_pic_wd; in hevcdec_main()
2237 s_app_ctx.u4_pic_ht = s_video_decode_op.u4_pic_ht; in hevcdec_main()
2700 ivd_video_decode_op_t s_video_decode_op; in hevcdec_main() local
2728 s_video_decode_op.u4_size = sizeof(ivd_video_decode_op_t); in hevcdec_main()
2753 (void *)&s_video_decode_op); in hevcdec_main()
2776 …sed_time, u4_tot_cycles / frm_cnt, peak_avg_max, s_video_decode_op.u4_output_present, s_video_deco… in hevcdec_main()
2781 bytes_consumed += s_video_decode_op.u4_num_bytes_consumed; in hevcdec_main()
2793 printf("%d\n", s_video_decode_op.u4_num_bytes_consumed); in hevcdec_main()
2799 s_video_decode_op.u4_error_code); in hevcdec_main()
2803 ((s_video_decode_op.u4_error_code & 0xFF) == IVD_RES_CHANGED)) in hevcdec_main()
2876 (1 == s_video_decode_op.u4_output_present)) in hevcdec_main()
2881 if(IV_B_FRAME == s_video_decode_op.e_pic_type) in hevcdec_main()
2884 u4_num_bytes_dec = s_video_decode_op.u4_num_bytes_consumed; in hevcdec_main()
2891 if(1 == s_video_decode_op.u4_output_present) in hevcdec_main()
2893 width = s_video_decode_op.s_disp_frm_buf.u4_y_wd; in hevcdec_main()
2894 height = s_video_decode_op.s_disp_frm_buf.u4_y_ht; in hevcdec_main()
2895 dump_output(&s_app_ctx, &(s_video_decode_op.s_disp_frm_buf), in hevcdec_main()
2896 s_video_decode_op.u4_disp_buf_id, ps_op_file, in hevcdec_main()
2905 if((s_video_decode_op.u4_error_code >> IVD_FATALERROR) & 1) in hevcdec_main()