Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/j2s4b/src/j2s4b/
H A Dj2s.cpp49 char block_file_name[J2B_MAX_PATH_LEN] = {0}; in struct_map_create() local
58 snprintf(block_file_name, J2B_MAX_PATH_LEN, "%s.block", fpath); in struct_map_create()
62 new_struct->block_file = fopen(block_file_name, "wb+"); in struct_map_create()