Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/j2s4b/src/j2s4b/
H A Dj2s4b_utils.cpp35 if (!j2s_pool->maps_list) { in j2s_alloc_map_record()
36 j2s_pool->maps_list = (map_index_t *)calloc(1, sizeof(map_index_t)); in j2s_alloc_map_record()
40 j2s_pool->maps_list = (map_index_t *)realloc( in j2s_alloc_map_record()
41 j2s_pool->maps_list, j2s_pool->map_len * sizeof(map_index_t)); in j2s_alloc_map_record()
44 j2s_pool->maps_list[j2s_pool->map_len - 1].dst_offset = in j2s_alloc_map_record()
47 j2s_pool->maps_list[j2s_pool->map_len - 1].ptr_offset = in j2s_alloc_map_record()
50 j2s_pool->maps_list[j2s_pool->map_len - 1].len = len; in j2s_alloc_map_record()
H A Dj2s.h67 map_index_t *maps_list; member
H A Dj2s.cpp1341 memcpy(current_index, j2s_pool->maps_list, sizeof(map_index_t) * j2s_pool->map_len); in j2s_json_to_bin()