Searched refs:pu1_bs_buf (Results 1 – 3 of 3) sorted by relevance
/external/libhevc/test/decoder/ |
D | main.c | 1594 UWORD8 *pu1_bs_buf, in flush_output() argument 1631 s_video_decode_ip.pv_stream_buffer = pu1_bs_buf; in flush_output() 1730 UWORD8 *pu1_bs_buf = NULL; in hevcdec_main() local 2130 pu1_bs_buf, &u4_op_frm_ts, in hevcdec_main() 2172 pu1_bs_buf = (UWORD8 *)malloc(u4_ip_buf_len); in hevcdec_main() 2174 if(pu1_bs_buf == NULL) in hevcdec_main() 2198 u4_bytes_remaining = fread(pu1_bs_buf, sizeof(UWORD8), numbytes, in hevcdec_main() 2209 s_video_decode_ip.pv_stream_buffer = pu1_bs_buf; in hevcdec_main() 2239 free(pu1_bs_buf); in hevcdec_main() 2268 pu1_bs_buf = (UWORD8 *)malloc(u4_ip_buf_len); in hevcdec_main() [all …]
|
/external/libavc/test/decoder/ |
D | main.c | 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() [all …]
|
/external/libmpeg2/test/decoder/ |
D | main.c | 1627 UWORD8 *pu1_bs_buf, in flush_output() argument 1664 s_video_decode_ip.pv_stream_buffer = pu1_bs_buf; in flush_output() 1763 UWORD8 *pu1_bs_buf; in vdec_main() local 2240 pu1_bs_buf = (UWORD8 *)malloc(u4_ip_buf_len); in vdec_main() 2242 if(pu1_bs_buf == NULL) in vdec_main() 2394 u4_bytes_remaining = fread(pu1_bs_buf, sizeof(UWORD8), numbytes, in vdec_main() 2405 s_video_decode_ip.pv_stream_buffer = pu1_bs_buf; in vdec_main() 2778 u4_bytes_remaining = fread(pu1_bs_buf, sizeof(UWORD8), in vdec_main() 2800 u4_bytes_remaining = fread(pu1_bs_buf, sizeof(UWORD8), in vdec_main() 2844 s_video_decode_ip.pv_stream_buffer = pu1_bs_buf; in vdec_main() [all …]
|