| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aldch/ |
| H A D | rk_aiq_ldch_generate_mesh.cpp | 110 fread(&hpic, sizeof(unsigned short), 1, ofp); in read_mesh_from_file() 111 fread(&vpic, sizeof(unsigned short), 1, ofp); in read_mesh_from_file() 112 fread(&hsize, sizeof(unsigned short), 1, ofp); in read_mesh_from_file() 113 fread(&vsize, sizeof(unsigned short), 1, ofp); in read_mesh_from_file() 114 fread(&hstep, sizeof(unsigned short), 1, ofp); in read_mesh_from_file() 115 fread(&vstep, sizeof(unsigned short), 1, ofp); in read_mesh_from_file() 119 unsigned int num = fread(ldchCtx->ldch_mem_info->addr, 1, lut_size, ofp); in read_mesh_from_file()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/ |
| H A D | saving.h | 110 size_t read_size = fread(&header,sizeof(header),1,stream); 149 size_t read_cnt = fread(&value, sizeof(value), count, stream); 158 size_t read_cnt = fread(&value, sizeof(value), 1, stream); 163 read_cnt = fread(value.data, sizeof(T), value.rows*value.cols, stream); 174 size_t read_cnt = fread(&size, sizeof(size_t), 1, stream); 179 read_cnt = fread(&value[0], sizeof(T), size, stream);
|
| /OK3568_Linux_fs/external/xserver/xkb/ |
| H A D | xkmread.c | 99 if ((fread(&val, 2, 1, file) == 1) && (pNRead)) in XkmGetCARD16() 109 if ((fread(&val, 4, 1, file) == 1) && (pNRead)) in XkmGetCARD32() 136 tmp = fread(str, 1, max_len, file); in XkmGetCountedString() 145 tmp = fread(str, 1, count, file); in XkmGetCountedString() 242 if (fread(pN, 1, XkbKeyNameLength, file) != XkbKeyNameLength) { in ReadXkmKeycodes() 254 tmp = fread(pAl, 1, 2 * XkbKeyNameLength, file); in ReadXkmKeycodes() 311 if ((int) fread(&wire, SIZEOF(xkmKeyTypeDesc), 1, file) < 1) { in ReadXkmKeyTypes() 329 if (fread(&wire_entry, SIZEOF(xkmKTMapEntryDesc), 1, file) < in ReadXkmKeyTypes() 366 if (fread(&p_entry, SIZEOF(xkmModsDesc), 1, file) < 1) { in ReadXkmKeyTypes() 447 tmp = fread(&wire, SIZEOF(xkmSymInterpretDesc), 1, file); in ReadXkmCompatMap() [all …]
|
| /OK3568_Linux_fs/external/rkupdate/ |
| H A D | RKImage.cpp | 121 size_t ret = fread(buffer, 1, dwReadSize, m_pFile); in SaveBootFile() 149 size_t ret = fread(buffer, 1, dwReadSize, m_pFile); in SaveFWFile() 175 uiActualRead = fread(lpBuffer, 1, dwSize, m_pFile); in GetData() 283 size_t ret = fread((PBYTE)(&imageHead), 1, sizeof(STRUCT_RKIMAGE_HEAD), m_pFile); in CRKImage() 313 size_t ret = fread(m_md5, 1, 32, m_pFile); in CRKImage() 318 ret = fread(m_signMd5, 1, nMd5DataSize - 32, m_pFile); in CRKImage() 327 size_t read = fread(m_md5, 1, 32, m_pFile); in CRKImage() 369 size_t ret = fread(lpBoot, 1, m_bootSize, m_pFile); in CRKImage()
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_benchmark/src/cnpy/ |
| H A D | cnpy.cpp | 149 size_t res = fread(buffer, sizeof(char), 11, fp); in parse_npy_header() 212 size_t res = fread(&footer[0], sizeof(char), 22, fp); in parse_zip_footer() 240 size_t nread = fread(arr.data<char>(), 1, arr.num_bytes(), fp); in load_the_npy_file() 250 size_t nread = fread(&buffer_compr[0], 1, compr_bytes, fp); in load_the_npz_array() 300 size_t headerres = fread(&local_header[0], sizeof(char), 30, fp); in npz_load() 311 size_t vname_res = fread(&varname[0], sizeof(char), name_len, fp); in npz_load() 322 size_t efield_res = fread(&buff[0], sizeof(char), extra_field_len, fp); in npz_load() 351 size_t header_res = fread(&local_header[0], sizeof(char), 30, fp); in npz_load() 362 size_t vname_res = fread(&vname[0], sizeof(char), name_len, fp); in npz_load()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/cnpy/ |
| H A D | cnpy.cpp | 149 size_t res = fread(buffer, sizeof(char), 11, fp); in parse_npy_header() 212 size_t res = fread(&footer[0], sizeof(char), 22, fp); in parse_zip_footer() 240 size_t nread = fread(arr.data<char>(), 1, arr.num_bytes(), fp); in load_the_npy_file() 250 size_t nread = fread(&buffer_compr[0], 1, compr_bytes, fp); in load_the_npz_array() 300 size_t headerres = fread(&local_header[0], sizeof(char), 30, fp); in npz_load() 311 size_t vname_res = fread(&varname[0], sizeof(char), name_len, fp); in npz_load() 322 size_t efield_res = fread(&buff[0], sizeof(char), extra_field_len, fp); in npz_load() 351 size_t header_res = fread(&local_header[0], sizeof(char), 30, fp); in npz_load() 362 size_t vname_res = fread(&vname[0], sizeof(char), name_len, fp); in npz_load()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | symbol-minimal.c | 103 if (fread(e_ident, sizeof(e_ident), 1, fp) != 1) in filename__read_build_id() 119 if (fread(&ehdr, sizeof(ehdr), 1, fp) != 1) in filename__read_build_id() 134 if (fread(buf, buf_size, 1, fp) != 1) in filename__read_build_id() 158 if (fread(buf, buf_size, 1, fp) != 1) in filename__read_build_id() 170 if (fread(&ehdr, sizeof(ehdr), 1, fp) != 1) in filename__read_build_id() 185 if (fread(buf, buf_size, 1, fp) != 1) in filename__read_build_id() 209 if (fread(buf, buf_size, 1, fp) != 1) in filename__read_build_id()
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | bmp_logo.c | 109 if (fread (&data_offset, sizeof (uint16_t), 1, fp) != 1) in main() 112 if (fread (&b->width, sizeof (uint16_t), 1, fp) != 1) in main() 115 if (fread (&b->height, sizeof (uint16_t), 1, fp) != 1) in main() 118 if (fread (&n_colors, sizeof (uint16_t), 1, fp) != 1) in main()
|
| H A D | sunxi-spl-image-builder.c | 127 cnt = fread(buffer, 1, info->usable_page_size, src); in write_page() 161 ret = fread(buffer + offs, 1, cnt, rnd); in write_page() 191 cnt = fread(buffer, 1, info->ecc_step_size, src); in write_page() 203 ret = fread(buffer + cnt, 1, pad, rnd); in write_page()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/fakecamera/ |
| H A D | FakeCamHwIsp20.cpp | 624 int ret = fread(&tag, sizeof(tag), 1, fp); in parse_rk_rawfile() 639 fread(&header, sizeof(header), 1, fp); in parse_rk_rawfile() 642 fread(vbuf->buf_info[0].data_addr, header.block_length, 1, fp); in parse_rk_rawfile() 649 fread(&header, sizeof(header), 1, fp); in parse_rk_rawfile() 652 fread(vbuf->buf_info[0].data_addr, header.block_length, 1, fp); in parse_rk_rawfile() 659 fread(&header, sizeof(header), 1, fp); in parse_rk_rawfile() 662 fread(vbuf->buf_info[1].data_addr, header.block_length, 1, fp); in parse_rk_rawfile() 669 fread(&header, sizeof(header), 1, fp); in parse_rk_rawfile() 672 fread(vbuf->buf_info[2].data_addr, header.block_length, 1, fp); in parse_rk_rawfile() 679 fread(&_rawfmt, sizeof(_rawfmt), 1, fp); in parse_rk_rawfile() [all …]
|
| /OK3568_Linux_fs/external/rk_pcba_test/tinyalsa/ |
| H A D | tinyplay.c | 100 fread(&riff_wave_header, sizeof(riff_wave_header), 1, file); in tiny_play() 109 fread(&chunk_header, sizeof(chunk_header), 1, file); in tiny_play() 113 fread(&chunk_fmt, sizeof(chunk_fmt), 1, file); in tiny_play() 256 num_read = fread(buffer, 1, size, file); in play_sample()
|
| /OK3568_Linux_fs/external/common_algorithm/video/move_detect/test/ |
| H A D | test.c | 104 fread(datain, sizeof(unsigned char), frame_size_y, fidin); in hw_simu_top() 105 fread(datain_uv, sizeof(unsigned char), frame_size_uv, fidin); in hw_simu_top() 118 fread(datain, sizeof(unsigned char), frame_size_y, fidin); in hw_simu_top() 119 fread(datain_uv, sizeof(unsigned char), frame_size_uv, fidin); in hw_simu_top()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/ |
| H A D | dictlist.cpp | 417 if (fread(&scis_num_, sizeof(uint32), 1, fp) != 1) in load_list() 420 if (fread(start_pos_, sizeof(uint32), kMaxLemmaSize + 1, fp) != in load_list() 424 if (fread(start_id_, sizeof(uint32), kMaxLemmaSize + 1, fp) != in load_list() 433 if (fread(scis_hz_, sizeof(char16), scis_num_, fp) != scis_num_) in load_list() 436 if (fread(scis_splid_, sizeof(SpellingId), scis_num_, fp) != scis_num_) in load_list() 439 if (fread(buf_, sizeof(char16), start_pos_[kMaxLemmaSize], fp) != in load_list()
|
| H A D | utf16reader.cpp | 63 if (fread(&header, sizeof(header), 1, fp_) != 1 || header != 0xfeff) { in open() 81 buffer_valid_len_ = fread(buffer_, sizeof(char16), in readline()
|
| /OK3568_Linux_fs/kernel/tools/wmi/ |
| H A D | dell-smbios-example.c | 71 fread(buf, 1, 4096, f); in find_token() 85 fread(buf, 1, 4096, f); in find_token() 150 fread(buffer_size, sizeof(__u64), 1, f); in query_buffer_size()
|
| /OK3568_Linux_fs/external/rockit/mpi/example/common/ |
| H A D | test_comm_bmp.cpp | 93 (void)fread(&bfType, 1, sizeof(bfType), pFile); in TEST_COMM_GetBmpInfo() 100 (void)fread(pBmpFileHeader, 1, sizeof(OSD_BITMAPFILEHEADER), pFile); in TEST_COMM_GetBmpInfo() 101 (void)fread(pBmpInfo, 1, sizeof(OSD_BITMAPINFO), pFile); in TEST_COMM_GetBmpInfo() 179 if (fread(pOrigBMPBuf, 1, h*stride, pFile) != (h * stride)) { in load_bmp_ex()
|
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/ |
| H A D | rtmpdump.c | 161 if (fread(hbuf, 1, 13, *file) != 13) in OpenResumeFile() 183 if (fread(hbuf, 1, 4, *file) != 4) in OpenResumeFile() 203 if (fread(hbuf, 1, 4, *file) != 4) in OpenResumeFile() 222 if (fread(buffer, 1, dataSize, *file) != dataSize) in OpenResumeFile() 291 if (fread(&dataType, sizeof(uint8_t), 1, file) != 1) in GetLastKeyframe() 319 xread = fread(buffer, 1, 4, file); in GetLastKeyframe() 346 if (fread(buffer, 1, 12, file) != 12) in GetLastKeyframe() 385 if (fread(*initialFrame, 1, *nInitialFrameSize, file) != *nInitialFrameSize) in GetLastKeyframe()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/anr/ |
| H A D | rk_aiq_anr_algo.cpp | 103 fread(&pANRCtx->stAuto.stBayernrParams, 1, sizeof(RKAnr_Bayernr_Params_t), fp2); in ANRInit() 105 fread(&pANRCtx->stAuto.stMfnrParams, 1, sizeof(RKAnr_Mfnr_Params_t), fp2); in ANRInit() 107 fread(&pANRCtx->stAuto.stUvnrParams, 1, sizeof(RKAnr_Uvnr_Params_t), fp2); in ANRInit() 109 fread(&pANRCtx->stAuto.stYnrParams, 1, sizeof(RKAnr_Ynr_Params_t), fp2); in ANRInit() 200 fread(&pANRCtx->stAuto.stBayernrParams, 1, sizeof(RKAnr_Bayernr_Params_t), fp2); in ANRInit_json() 202 fread(&pANRCtx->stAuto.stMfnrParams, 1, sizeof(RKAnr_Mfnr_Params_t), fp2); in ANRInit_json() 204 fread(&pANRCtx->stAuto.stUvnrParams, 1, sizeof(RKAnr_Uvnr_Params_t), fp2); in ANRInit_json() 206 fread(&pANRCtx->stAuto.stYnrParams, 1, sizeof(RKAnr_Ynr_Params_t), fp2); in ANRInit_json()
|
| /OK3568_Linux_fs/buildroot/board/forlinx/ok3568/fs-overlay/usr/share/matrix-gui-2.0/ |
| H A D | generate.php | 62 $contents = fread($handle,filesize("catdesktop.txt")); 71 $dotdesktop = fread($handle,filesize($contents[$x]));
|
| /OK3568_Linux_fs/buildroot/board/rockchip/rk3566_rk3568/fs-overlay/usr/share/matrix-gui-2.0/ |
| H A D | generate.php | 62 $contents = fread($handle,filesize("catdesktop.txt")); 71 $dotdesktop = fread($handle,filesize($contents[$x]));
|
| /OK3568_Linux_fs/external/common_algorithm/audio/rkap_3a/test/ |
| H A D | test_rkap_3a.c | 108 dataLen = fread(swBufferIn, sizeof(short), swFrameLen, fp_near); in main() 109 dataLen = fread(swBufferRef, sizeof(short), swFrameLen, fp_far); in main()
|
| /OK3568_Linux_fs/u-boot/tools/rockchip/ |
| H A D | loaderimage.c | 292 if (!fread(buf + sizeof(second_loader_hdr), size, 1, fi)) in main() 377 if (!fread(&hdr, sizeof(second_loader_hdr), 1, fi)) in main() 380 if (!fread(buf, hdr.loader_load_size, 1, fi)) in main() 402 if (!fread(hdr, sizeof(struct tag_second_loader_hdr), 1, fi)) in main()
|
| /OK3568_Linux_fs/kernel/arch/mips/boot/tools/ |
| H A D | relocs.c | 207 if (fread(&ehdr, sizeof(ehdr), 1, fp) != 1) in read_ehdr() 276 if (fread(&shdr, sizeof(shdr), 1, fp) != 1) in read_shdrs() 313 if (fread(sec->strtab, 1, sec->shdr.sh_size, fp) != in read_strtabs() 337 if (fread(sec->symtab, 1, sec->shdr.sh_size, fp) != in read_symtabs() 381 if (fread(sec->reltab, 1, sec->shdr.sh_size, fp) != in read_relocs() 422 if (fread(&shdr, sizeof(shdr), 1, fp) != 1) in remove_relocs()
|
| /OK3568_Linux_fs/buildroot/boot/syslinux/ |
| H A D | 0013-Fix-build-with-gnu-efi-version-3.0.9.patch | 26 - strcpy.o strncpy.o setjmp.o fopen.o fread.o fread2.o puts.o \ 27 + strcpy.o strncpy.o fopen.o fread.o fread2.o puts.o \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/ovmf/ovmf/ |
| H A D | 0001-BaseTools-fix-gcc12-warning.patch | 33 fread (PeFileBuffer, sizeof (UINT8), PeFileSize, InFileHandle); 46 fread (PeFileBuffer, sizeof (UINT8), PeFileSize, InFileHandle);
|