Lines Matching refs:ps_out_buf

1625                   ivd_out_bufdesc_t *ps_out_buf,  in flush_output()  argument
1667 ps_out_buf->u4_min_out_buf_size[0]; in flush_output()
1669 ps_out_buf->u4_min_out_buf_size[1]; in flush_output()
1671 ps_out_buf->u4_min_out_buf_size[2]; in flush_output()
1674 ps_out_buf->pu1_bufs[0]; in flush_output()
1676 ps_out_buf->pu1_bufs[1]; in flush_output()
1678 ps_out_buf->pu1_bufs[2]; in flush_output()
1680 ps_out_buf->u4_num_bufs; in flush_output()
1794 ivd_out_bufdesc_t *ps_out_buf; in h264dec_main() local
2111 ps_out_buf = (ivd_out_bufdesc_t *)malloc(sizeof(ivd_out_bufdesc_t)); in h264dec_main()
2231 flush_output(codec_obj, &s_app_ctx, ps_out_buf, in h264dec_main()
2429 ps_out_buf->u4_min_out_buf_size[0] = in h264dec_main()
2431 ps_out_buf->u4_min_out_buf_size[1] = in h264dec_main()
2433 ps_out_buf->u4_min_out_buf_size[2] = in h264dec_main()
2443 ps_out_buf->pu1_bufs[0] = (UWORD8 *)malloc(outlen); in h264dec_main()
2444 if(ps_out_buf->pu1_bufs[0] == NULL) in h264dec_main()
2453 ps_out_buf->pu1_bufs[1] = ps_out_buf->pu1_bufs[0] in h264dec_main()
2457 ps_out_buf->pu1_bufs[2] = ps_out_buf->pu1_bufs[1] in h264dec_main()
2460 ps_out_buf->u4_num_bufs = s_ctl_op.u4_min_num_out_bufs; in h264dec_main()
2836 ps_out_buf->u4_min_out_buf_size[0]; in h264dec_main()
2838 ps_out_buf->u4_min_out_buf_size[1]; in h264dec_main()
2840 ps_out_buf->u4_min_out_buf_size[2]; in h264dec_main()
2843 ps_out_buf->pu1_bufs[0]; in h264dec_main()
2845 ps_out_buf->pu1_bufs[1]; in h264dec_main()
2847 ps_out_buf->pu1_bufs[2]; in h264dec_main()
2849 ps_out_buf->u4_num_bufs; in h264dec_main()
2930 flush_output(codec_obj, &s_app_ctx, ps_out_buf, in h264dec_main()
3075 flush_output(codec_obj, &s_app_ctx, ps_out_buf, in h264dec_main()
3156 free(ps_out_buf->pu1_bufs[0]); in h264dec_main()
3164 free(ps_out_buf); in h264dec_main()