Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/
H A DcJSON_Utils.cpp1043 const cJSON *current_patch = NULL; in cJSONUtils_ApplyPatches() local
1054 current_patch = patches->child; in cJSONUtils_ApplyPatches()
1057 while (current_patch != NULL) in cJSONUtils_ApplyPatches()
1059 status = apply_patch(object, current_patch, false); in cJSONUtils_ApplyPatches()
1064 current_patch = current_patch->next; in cJSONUtils_ApplyPatches()
1072 const cJSON *current_patch = NULL; in cJSONUtils_ApplyPatchesCaseSensitive() local
1083 current_patch = patches->child; in cJSONUtils_ApplyPatchesCaseSensitive()
1086 while (current_patch != NULL) in cJSONUtils_ApplyPatchesCaseSensitive()
1088 status = apply_patch(object, current_patch, true); in cJSONUtils_ApplyPatchesCaseSensitive()
1093 current_patch = current_patch->next; in cJSONUtils_ApplyPatchesCaseSensitive()