Lines Matching refs:ps_out_buf
1593 ivd_out_bufdesc_t *ps_out_buf, in flush_output() argument
1635 ps_out_buf->u4_min_out_buf_size[0]; in flush_output()
1637 ps_out_buf->u4_min_out_buf_size[1]; in flush_output()
1639 ps_out_buf->u4_min_out_buf_size[2]; in flush_output()
1642 ps_out_buf->pu1_bufs[0]; in flush_output()
1644 ps_out_buf->pu1_bufs[1]; in flush_output()
1646 ps_out_buf->pu1_bufs[2]; in flush_output()
1648 ps_out_buf->u4_num_bufs; in flush_output()
1732 ivd_out_bufdesc_t *ps_out_buf; in hevcdec_main() local
2043 ps_out_buf = (ivd_out_bufdesc_t *)malloc(sizeof(ivd_out_bufdesc_t)); in hevcdec_main()
2129 flush_output(codec_obj, &s_app_ctx, ps_out_buf, in hevcdec_main()
2326 ps_out_buf->u4_min_out_buf_size[0] = in hevcdec_main()
2328 ps_out_buf->u4_min_out_buf_size[1] = in hevcdec_main()
2330 ps_out_buf->u4_min_out_buf_size[2] = in hevcdec_main()
2340 ps_out_buf->pu1_bufs[0] = (UWORD8 *)malloc(outlen); in hevcdec_main()
2341 if(ps_out_buf->pu1_bufs[0] == NULL) in hevcdec_main()
2349 ps_out_buf->pu1_bufs[1] = ps_out_buf->pu1_bufs[0] in hevcdec_main()
2353 ps_out_buf->pu1_bufs[2] = ps_out_buf->pu1_bufs[1] in hevcdec_main()
2356 ps_out_buf->u4_num_bufs = s_ctl_op.u4_min_num_out_bufs; in hevcdec_main()
2714 ps_out_buf->u4_min_out_buf_size[0]; in hevcdec_main()
2716 ps_out_buf->u4_min_out_buf_size[1]; in hevcdec_main()
2718 ps_out_buf->u4_min_out_buf_size[2]; in hevcdec_main()
2721 ps_out_buf->pu1_bufs[0]; in hevcdec_main()
2723 ps_out_buf->pu1_bufs[1]; in hevcdec_main()
2725 ps_out_buf->pu1_bufs[2]; in hevcdec_main()
2727 ps_out_buf->u4_num_bufs; in hevcdec_main()
2808 flush_output(codec_obj, &s_app_ctx, ps_out_buf, in hevcdec_main()
2945 flush_output(codec_obj, &s_app_ctx, ps_out_buf, in hevcdec_main()
3026 free(ps_out_buf->pu1_bufs[0]); in hevcdec_main()
3034 free(ps_out_buf); in hevcdec_main()