Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aldch/
H A Drk_aiq_ldch_generate_mesh.h26 XCamReturn get_ldch_buf(LDCHContext_t* ldchCtx);
27 XCamReturn release_ldch_buf(LDCHContext_t* ldchCtx);
28 bool read_mesh_from_file(LDCHContext_t* ldchCtx, const char* fileName);
29 XCamReturn aiqGenLdchMeshInit(LDCHContext_t* ldchCtx);
30 XCamReturn aiqGenLdchMeshDeInit(LDCHContext_t* ldchCtx);
31 bool aiqGenMesh(LDCHContext_t* ldchCtx, int32_t level);
32 void put_ldch_buf(LDCHContext_t* ldchCtx);
H A Drk_aiq_ldch_generate_mesh.cpp28 static XCamReturn alloc_ldch_buf(LDCHContext_t* ldchCtx) in alloc_ldch_buf()
51 XCamReturn release_ldch_buf(LDCHContext_t* ldchCtx) in release_ldch_buf()
63 XCamReturn get_ldch_buf(LDCHContext_t* ldchCtx) in get_ldch_buf()
88 void put_ldch_buf(LDCHContext_t* ldchCtx) in put_ldch_buf()
102 read_mesh_from_file(LDCHContext_t* ldchCtx, const char* fileName) in read_mesh_from_file()
149 XCamReturn aiqGenLdchMeshInit(LDCHContext_t* ldchCtx) in aiqGenLdchMeshInit()
191 XCamReturn aiqGenLdchMeshDeInit(LDCHContext_t* ldchCtx) in aiqGenLdchMeshDeInit()
205 bool aiqGenMesh(LDCHContext_t* ldchCtx, int32_t level) in aiqGenMesh()
H A Drk_aiq_algo_aldch_itf.cpp34 LDCHContext_t* ldchCtx = (LDCHContext_t*)hLDCH; in updateCalibConfig()
92 ctx->hLDCH = new LDCHContext_t; in create_context()
98 memset((void *)(ctx->hLDCH), 0, sizeof(LDCHContext_t) ); in create_context()
148 LDCHContext_t* ldchCtx = (LDCHContext_t*)hLDCH; in destroy_context()
172 LDCHContext_t* ldchCtx = (LDCHContext_t*)hLDCH; in prepare()
246 LDCHContext_t* ldchCtx = (LDCHContext_t*)hLDCH; in processing()
H A Drk_aiq_algo_aldch_v21_itf.cpp47 LDCHContext_t* ldchCtx = (LDCHContext_t*)hLDCH; in updateCalibConfig()
102 static XCamReturn update_custom_lut_from_file(LDCHContext_t* ldchCtx) in update_custom_lut_from_file()
147 static XCamReturn update_custom_lut_from_external_buffer(LDCHContext_t* ldchCtx) in update_custom_lut_from_external_buffer()
210 static XCamReturn update_uapi_attribute(LDCHContext_t* ldchCtx) in update_uapi_attribute()
291 ctx->hLDCH = new LDCHContext_t; in create_context()
297 memset((void *)(ctx->hLDCH), 0, sizeof(LDCHContext_t) ); in create_context()
376 LDCHContext_t* ldchCtx = (LDCHContext_t*)hLDCH; in destroy_context()
403 LDCHContext_t* ldchCtx = (LDCHContext_t*)hLDCH; in prepare()
508 LDCHContext_t* ldchCtx = (LDCHContext_t*)hLDCH; in processing()
H A Drk_aiq_types_aldch_algo_prvt.h138 } LDCHContext_t; typedef