Lines Matching refs:s_video_decode_op
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()
2329 u4_num_bytes_dec = s_video_decode_op.u4_num_bytes_consumed; in h264dec_main()
2331 printf("%d\n",s_video_decode_op.u4_num_bytes_consumed); in h264dec_main()
2338 s_app_ctx.u4_pic_wd = s_video_decode_op.u4_pic_wd; in h264dec_main()
2339 s_app_ctx.u4_pic_ht = s_video_decode_op.u4_pic_ht; in h264dec_main()
2799 ivd_video_decode_op_t s_video_decode_op; in h264dec_main() local
2827 s_video_decode_op.u4_size = sizeof(ivd_video_decode_op_t); in h264dec_main()
2852 (void *)&s_video_decode_op); in h264dec_main()
2875 …sed_time, u4_tot_cycles / frm_cnt, peak_avg_max, s_video_decode_op.u4_output_present, s_video_deco… in h264dec_main()
2880 bytes_consumed += s_video_decode_op.u4_num_bytes_consumed; in h264dec_main()
2892 printf("%d\n",s_video_decode_op.u4_num_bytes_consumed); in h264dec_main()
2898 s_video_decode_op.u4_error_code); in h264dec_main()
2902 ((s_video_decode_op.u4_error_code & 0xFF) == IVD_RES_CHANGED)) in h264dec_main()
2979 (1 == s_video_decode_op.u4_output_present)) in h264dec_main()
2984 if(IV_B_FRAME == s_video_decode_op.e_pic_type) in h264dec_main()
2987 u4_num_bytes_dec = s_video_decode_op.u4_num_bytes_consumed; in h264dec_main()
2994 if(1 == s_video_decode_op.u4_output_present) in h264dec_main()
3024 width = s_video_decode_op.s_disp_frm_buf.u4_y_wd; in h264dec_main()
3025 height = s_video_decode_op.s_disp_frm_buf.u4_y_ht; in h264dec_main()
3026 dump_output(&s_app_ctx, &(s_video_decode_op.s_disp_frm_buf), in h264dec_main()
3027 s_video_decode_op.u4_disp_buf_id, ps_op_file, in h264dec_main()
3039 if((s_video_decode_op.u4_error_code >> IVD_FATALERROR) & 1) in h264dec_main()