Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/
H A Dj2s.cpp346 #define J2S_STORE_NUM(type, value, ptr) \ in j2s_obj_set_value() macro
352 J2S_STORE_NUM(int8_t, value, ptr); in j2s_obj_set_value()
354 J2S_STORE_NUM(uint8_t, value, ptr); in j2s_obj_set_value()
356 J2S_STORE_NUM(int16_t, value, ptr); in j2s_obj_set_value()
358 J2S_STORE_NUM(uint16_t, value, ptr); in j2s_obj_set_value()
360 J2S_STORE_NUM(int32_t, value, ptr); in j2s_obj_set_value()
362 J2S_STORE_NUM(uint32_t, value, ptr); in j2s_obj_set_value()
364 J2S_STORE_NUM(int64_t, value, ptr); in j2s_obj_set_value()
366 J2S_STORE_NUM(uint64_t, value, ptr); in j2s_obj_set_value()
368 J2S_STORE_NUM(float, value, ptr); in j2s_obj_set_value()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/j2s4b/src/j2s4b/
H A Dj2s.cpp434 #define J2S_STORE_NUM(type, value, ptr) \ in j2s_obj_set_value() macro
440 J2S_STORE_NUM(int8_t, value, ptr); in j2s_obj_set_value()
442 J2S_STORE_NUM(uint8_t, value, ptr); in j2s_obj_set_value()
444 J2S_STORE_NUM(int16_t, value, ptr); in j2s_obj_set_value()
446 J2S_STORE_NUM(uint16_t, value, ptr); in j2s_obj_set_value()
448 J2S_STORE_NUM(int32_t, value, ptr); in j2s_obj_set_value()
450 J2S_STORE_NUM(uint32_t, value, ptr); in j2s_obj_set_value()
452 J2S_STORE_NUM(int64_t, value, ptr); in j2s_obj_set_value()
454 J2S_STORE_NUM(uint64_t, value, ptr); in j2s_obj_set_value()
456 J2S_STORE_NUM(float, value, ptr); in j2s_obj_set_value()
[all …]