Searched refs:numbytes (Results 1 – 7 of 7) sorted by relevance
/external/libhevc/test/decoder/ |
D | main.c | 2184 WORD32 numbytes; in hevcdec_main() local 2188 numbytes = u4_ip_buf_len; in hevcdec_main() 2193 entries = fscanf(ps_piclen_file, "%d\n", &numbytes); in hevcdec_main() 2195 numbytes = u4_ip_buf_len; in hevcdec_main() 2198 u4_bytes_remaining = fread(pu1_bs_buf, sizeof(UWORD8), numbytes, in hevcdec_main() 2629 WORD32 numbytes; in hevcdec_main() local 2634 numbytes = u4_ip_buf_len; in hevcdec_main() 2639 entries = fscanf(ps_piclen_file, "%d\n", &numbytes); in hevcdec_main() 2641 numbytes = u4_ip_buf_len; in hevcdec_main() 2645 numbytes, ps_ip_file); in hevcdec_main() [all …]
|
/external/libmpeg2/test/decoder/ |
D | main.c | 2380 WORD32 numbytes; in vdec_main() local 2384 numbytes = u4_ip_buf_len; in vdec_main() 2389 entries = fscanf(ps_piclen_file, "%d\n", &numbytes); in vdec_main() 2391 numbytes = u4_ip_buf_len; in vdec_main() 2394 u4_bytes_remaining = fread(pu1_bs_buf, sizeof(UWORD8), numbytes, in vdec_main() 2763 WORD32 numbytes; in vdec_main() local 2768 numbytes = u4_ip_buf_len; in vdec_main() 2773 entries = fscanf(ps_piclen_file, "%d\n", &numbytes); in vdec_main() 2775 numbytes = u4_ip_buf_len; in vdec_main() 2779 numbytes, ps_ip_file); in vdec_main() [all …]
|
/external/libavc/test/decoder/ |
D | main.c | 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() [all …]
|
/external/python/cpython2/Lib/ |
D | tarfile.py | 1332 numbytes = nti(buf[pos + 12:pos + 24]) 1337 sp.append(_data(offset, numbytes, realpos)) 1338 realpos += numbytes 1339 lastpos = offset + numbytes 1353 numbytes = nti(buf[pos + 12:pos + 24]) 1358 sp.append(_data(offset, numbytes, realpos)) 1359 realpos += numbytes 1360 lastpos = offset + numbytes
|
/external/libhevc/common/arm/ |
D | ihevc_mem_fns.s | 153 @ Assumptions: numbytes is either 8, 16 or 32
|
/external/libavc/common/arm/ |
D | ih264_mem_fns_neon.s | 152 @ Assumptions: numbytes is either 8, 16 or 32
|
/external/zopfli/src/zopflipng/lodepng/ |
D | lodepng.cpp | 3404 size_t numbytes = lodepng_get_raw_size(w, h, mode_in); in lodepng_convert() local 3405 for(i = 0; i < numbytes; i++) out[i] = in[i]; in lodepng_convert()
|