• Home
  • Raw
  • Download

Lines Matching refs:ps_out_buf

1682                   ivd_out_bufdesc_t *ps_out_buf,  in flush_output()  argument
1730 ps_out_buf->u4_min_out_buf_size[0]; in flush_output()
1732 ps_out_buf->u4_min_out_buf_size[1]; in flush_output()
1734 ps_out_buf->u4_min_out_buf_size[2]; in flush_output()
1737 ps_out_buf->pu1_bufs[0]; in flush_output()
1739 ps_out_buf->pu1_bufs[1]; in flush_output()
1741 ps_out_buf->pu1_bufs[2]; in flush_output()
1743 ps_out_buf->u4_num_bufs; in flush_output()
2048 ivd_out_bufdesc_t *ps_out_buf; in h264dec_main() local
2408 ps_out_buf = (ivd_out_bufdesc_t *)malloc(sizeof(ivd_out_bufdesc_t)); in h264dec_main()
2531 flush_output(codec_obj, &s_app_ctx, ps_out_buf, pu1_bs_buf, &u4_op_frm_ts, in h264dec_main()
2737 ps_out_buf->u4_min_out_buf_size[0] = in h264dec_main()
2739 ps_out_buf->u4_min_out_buf_size[1] = in h264dec_main()
2741 ps_out_buf->u4_min_out_buf_size[2] = in h264dec_main()
2751 ps_out_buf->pu1_bufs[0] = (UWORD8 *)malloc(outlen); in h264dec_main()
2752 if(ps_out_buf->pu1_bufs[0] == NULL) in h264dec_main()
2761 ps_out_buf->pu1_bufs[1] = ps_out_buf->pu1_bufs[0] in h264dec_main()
2765 ps_out_buf->pu1_bufs[2] = ps_out_buf->pu1_bufs[1] in h264dec_main()
2768 ps_out_buf->u4_num_bufs = s_ctl_op.u4_min_num_out_bufs; in h264dec_main()
3149 ps_out_buf->u4_min_out_buf_size[0]; in h264dec_main()
3151 ps_out_buf->u4_min_out_buf_size[1]; in h264dec_main()
3153 ps_out_buf->u4_min_out_buf_size[2]; in h264dec_main()
3156 ps_out_buf->pu1_bufs[0]; in h264dec_main()
3158 ps_out_buf->pu1_bufs[1]; in h264dec_main()
3160 ps_out_buf->pu1_bufs[2]; in h264dec_main()
3162 ps_out_buf->u4_num_bufs; in h264dec_main()
3247 flush_output(codec_obj, &s_app_ctx, ps_out_buf, pu1_bs_buf, &u4_op_frm_ts, in h264dec_main()
3569 flush_output(codec_obj, &s_app_ctx, ps_out_buf, pu1_bs_buf, &u4_op_frm_ts, in h264dec_main()
3660 free(ps_out_buf->pu1_bufs[0]); in h264dec_main()
3668 free(ps_out_buf); in h264dec_main()