Home
last modified time | relevance | path

Searched refs:block_file (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/j2s4b/src/j2s4b/
H A Dj2s.cpp62 new_struct->block_file = fopen(block_file_name, "wb+"); in struct_map_create()
64 if (!new_struct->file || !new_struct->map_file || !new_struct->block_file) { in struct_map_create()
78 if (new_struct->block_file) in struct_map_create()
79 fclose(new_struct->block_file); in struct_map_create()
120 fwrite(data, 1, len, struct_map->block_file); in struct_map_record()
143 if (struct_map->block_file) in struct_map_close()
144 fclose(struct_map->block_file); in struct_map_close()
H A Dj2s.h200 FILE *block_file; member