Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/
H A DcJSON_Utils.cpp745 enum patch_operation { INVALID, ADD, REMOVE, REPLACE, MOVE, COPY, TEST }; enum
747 static enum patch_operation decode_patch_operation(const cJSON * const patch, const cJSON_bool case… in decode_patch_operation()
817 enum patch_operation opcode = INVALID; in apply_patch()