Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/afec/
H A Drk_aiq_algo_afec_itf.cpp30 static XCamReturn release_fec_buf(FECContext_t* fecCtx);
31 static XCamReturn alloc_fec_buf(FECContext_t* fecCtx) in alloc_fec_buf()
46 static XCamReturn release_fec_buf(FECContext_t* fecCtx) in release_fec_buf()
54 static XCamReturn get_fec_buf(FECContext_t* fecCtx) in get_fec_buf()
89 ctx->hFEC = new FECContext_t(); in create_context()
94 memset((void *)(ctx->hFEC), 0, sizeof(FECContext_t)); in create_context()
162 FECContext_t* fecCtx = (FECContext_t*)hFEC; in destroy_context()
228 read_mesh_table(FECContext_t* fecCtx, unsigned int correct_level) in read_mesh_table()
321 FECContext_t* fecCtx = (FECContext_t*)hFEC; in prepare()
496 FECContext_t* fecCtx = (FECContext_t*)hFEC; in processing()
H A Drk_aiq_types_afec_algo_prvt.h93 } FECContext_t; typedef