Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/j2s4b/src/j2s4b/
H A Dj2s4b_utils.cpp33 j2s_pool_t *j2s_pool = (j2s_pool_t *)ctx->priv; in j2s_alloc_map_record()
57 j2s_pool_t *j2s_pool = (j2s_pool_t *)ctx->priv; in j2s_alloc_data()
60 ctx->priv = malloc(sizeof(j2s_pool_t)); in j2s_alloc_data()
61 j2s_pool = (j2s_pool_t *)ctx->priv; in j2s_alloc_data()
H A Dj2s.cpp1046 ((uint8_t *)buf - ((j2s_pool_t *)ctx->priv)->data), in _j2s_json_to_obj()
1047 (uint8_t *)*buf - ((j2s_pool_t *)ctx->priv)->data, *buf); in _j2s_json_to_obj()
1158 ((uint8_t *)buf - ((j2s_pool_t *)ctx->priv)->data), in _j2s_json_to_obj()
1159 (uint8_t *)*buf - ((j2s_pool_t *)ctx->priv)->data); in _j2s_json_to_obj()
1324 j2s_pool_t *j2s_pool = NULL; in j2s_json_to_bin()
1336 j2s_pool = (j2s_pool_t *)ctx->priv; in j2s_json_to_bin()
H A Dj2s.h69 } j2s_pool_t; typedef