Lines Matching refs:numbytes
2431 WORD32 numbytes; in h264dec_main() local
2436 numbytes = u4_ip_buf_len; in h264dec_main()
2441 entries = fscanf(ps_piclen_file, "%d\n", &numbytes); in h264dec_main()
2443 numbytes = u4_ip_buf_len; in h264dec_main()
2446 u4_bytes_remaining = fread(pu1_bs_buf, sizeof(UWORD8), numbytes, in h264dec_main()
2899 WORD32 numbytes; in h264dec_main() local
2904 numbytes = u4_ip_buf_len; in h264dec_main()
2909 entries = fscanf(ps_piclen_file, "%d\n", &numbytes); in h264dec_main()
2911 numbytes = u4_ip_buf_len; in h264dec_main()
2915 numbytes, ps_ip_file); in h264dec_main()
2925 numbytes = u4_ip_buf_len; in h264dec_main()
2930 entries = fscanf(ps_piclen_file, "%d\n", &numbytes); in h264dec_main()
2932 numbytes = u4_ip_buf_len; in h264dec_main()
2937 numbytes, ps_ip_file); in h264dec_main()