Lines Matching refs:pu1_bs_buf
1626 UWORD8 *pu1_bs_buf, in flush_output() argument
1663 s_video_decode_ip.pv_stream_buffer = pu1_bs_buf; in flush_output()
1792 UWORD8 *pu1_bs_buf = NULL; in h264dec_main() local
2232 pu1_bs_buf, &u4_op_frm_ts, in h264dec_main()
2274 pu1_bs_buf = (UWORD8 *)malloc(u4_ip_buf_len); in h264dec_main()
2276 if(pu1_bs_buf == NULL) in h264dec_main()
2301 u4_bytes_remaining = fread(pu1_bs_buf, sizeof(UWORD8), numbytes, in h264dec_main()
2312 s_video_decode_ip.pv_stream_buffer = pu1_bs_buf; in h264dec_main()
2341 free(pu1_bs_buf); in h264dec_main()
2370 pu1_bs_buf = (UWORD8 *)malloc(u4_ip_buf_len); in h264dec_main()
2372 if(pu1_bs_buf == NULL) in h264dec_main()
2743 u4_bytes_remaining = fread(pu1_bs_buf, sizeof(UWORD8), in h264dec_main()
2765 u4_bytes_remaining = fread(pu1_bs_buf, sizeof(UWORD8), in h264dec_main()
2809 s_video_decode_ip.pv_stream_buffer = pu1_bs_buf; in h264dec_main()
2908 pu1_bs_buf, &u4_op_frm_ts, in h264dec_main()
3053 pu1_bs_buf, &u4_op_frm_ts, in h264dec_main()
3142 free(pu1_bs_buf); in h264dec_main()