Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aorb/
H A Drk_aiq_algo_aorb_itf.cpp54 ORBHandle_t hORB; member
74 ctx->hORB = new ORBContext_t; in ORBCreateContext()
75 if (ctx->hORB == NULL) { in ORBCreateContext()
80 memset(ctx->hORB, 0, sizeof(ORBContext_t)); in ORBCreateContext()
93 delete context->hORB; in ORBDestroyContext()
94 context->hORB = NULL; in ORBDestroyContext()
105 ORBHandle_t hORB = (ORBHandle_t)params->ctx->hORB; in ORBPrepare() local
106 ORBContext_t* ORBctx = (ORBContext_t*)hORB; in ORBPrepare()
136 ORBHandle_t ORBctx = (ORBHandle_t)inparams->ctx->hORB; in ORBProcessing()