Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/j2s4b/src/j2s4b/
H A DBinRecord.cpp80 map_index_t *temp_item = in dumpMap() local
83 printf("[%ld]---dst:%ld-", curr_index, (uint64_t)temp_item->dst_offset); in dumpMap()
84 printf("ptr:%ld-", (uint64_t)temp_item->ptr_offset); in dumpMap()
85 printf("len:%ld\n", temp_item->len); in dumpMap()
88 dst_map[(uint64_t)temp_item->dst_offset] = (void *)0xfffff; in dumpMap()
342 map_index_t *temp_item = in removeBlock() local
345 uint64_t curr_dst = (uint64_t)temp_item->dst_offset; in removeBlock()
346 uint64_t curr_ptr = (uint64_t)temp_item->ptr_offset; in removeBlock()
350 if (map_item->ptr_offset == temp_item->ptr_offset) { in removeBlock()
351 if (map_item->dst_offset != temp_item->dst_offset) in removeBlock()
[all …]
H A DRkAiqsceneManager.cpp28 cJSON *temp_item = json_item; in mergeSubMultiScene() local
35 new_item = cJSONUtils_MergePatch(new_item, temp_item); in mergeSubMultiScene()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/scene/
H A Dscene_manager.cpp321 cJSON* temp_item = json_item; in mergeSubMultiScene() local
328 new_item = cJSONUtils_MergePatch(new_item, temp_item); in mergeSubMultiScene()