Lines Matching refs:ps_out_buf

1644                   ivd_out_bufdesc_t *ps_out_buf,  in flush_output()  argument
1686 ps_out_buf->u4_min_out_buf_size[0]; in flush_output()
1688 ps_out_buf->u4_min_out_buf_size[1]; in flush_output()
1690 ps_out_buf->u4_min_out_buf_size[2]; in flush_output()
1693 ps_out_buf->pu1_bufs[0]; in flush_output()
1695 ps_out_buf->pu1_bufs[1]; in flush_output()
1697 ps_out_buf->pu1_bufs[2]; in flush_output()
1699 ps_out_buf->u4_num_bufs; in flush_output()
1813 ivd_out_bufdesc_t *ps_out_buf; in h264dec_main() local
2135 ps_out_buf = (ivd_out_bufdesc_t *)malloc(sizeof(ivd_out_bufdesc_t)); in h264dec_main()
2344 ps_out_buf->u4_min_out_buf_size[0] = in h264dec_main()
2346 ps_out_buf->u4_min_out_buf_size[1] = in h264dec_main()
2348 ps_out_buf->u4_min_out_buf_size[2] = in h264dec_main()
2358 ps_out_buf->pu1_bufs[0] = (UWORD8 *)malloc(outlen); in h264dec_main()
2359 if(ps_out_buf->pu1_bufs[0] == NULL) in h264dec_main()
2368 ps_out_buf->pu1_bufs[1] = ps_out_buf->pu1_bufs[0] in h264dec_main()
2372 ps_out_buf->pu1_bufs[2] = ps_out_buf->pu1_bufs[1] in h264dec_main()
2375 ps_out_buf->u4_num_bufs = s_ctl_op.u4_min_num_out_bufs; in h264dec_main()
2875 ps_out_buf->u4_min_out_buf_size[0]; in h264dec_main()
2877 ps_out_buf->u4_min_out_buf_size[1]; in h264dec_main()
2879 ps_out_buf->u4_min_out_buf_size[2]; in h264dec_main()
2882 ps_out_buf->pu1_bufs[0]; in h264dec_main()
2884 ps_out_buf->pu1_bufs[1]; in h264dec_main()
2886 ps_out_buf->pu1_bufs[2]; in h264dec_main()
2888 ps_out_buf->u4_num_bufs; in h264dec_main()
2969 flush_output(codec_obj, &s_app_ctx, ps_out_buf, in h264dec_main()
3115 flush_output(codec_obj, &s_app_ctx, ps_out_buf, in h264dec_main()
3214 free(ps_out_buf->pu1_bufs[0]); in h264dec_main()
3222 free(ps_out_buf); in h264dec_main()