Lines Matching refs:numbytes
2286 WORD32 numbytes; in h264dec_main() local
2291 numbytes = u4_ip_buf_len; in h264dec_main()
2296 entries = fscanf(ps_piclen_file, "%d\n", &numbytes); in h264dec_main()
2298 numbytes = u4_ip_buf_len; in h264dec_main()
2301 u4_bytes_remaining = fread(pu1_bs_buf, sizeof(UWORD8), numbytes, in h264dec_main()
2751 WORD32 numbytes; in h264dec_main() local
2756 numbytes = u4_ip_buf_len; in h264dec_main()
2761 entries = fscanf(ps_piclen_file, "%d\n", &numbytes); in h264dec_main()
2763 numbytes = u4_ip_buf_len; in h264dec_main()
2767 numbytes, ps_ip_file); in h264dec_main()
2777 numbytes = u4_ip_buf_len; in h264dec_main()
2782 entries = fscanf(ps_piclen_file, "%d\n", &numbytes); in h264dec_main()
2784 numbytes = u4_ip_buf_len; in h264dec_main()
2789 numbytes, ps_ip_file); in h264dec_main()