Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/amd/
H A Drk_aiq_algo_amd_itf.cpp77 if (context->amdCtx.ratio_out[i]) in destroy_context()
78 free(context->amdCtx.ratio_out[i]); in destroy_context()
143 ctx->amdCtx.ratio_out[i] = (uint8_t*)malloc(ctx->amdCtx.ratio_size); in prepare()
144 memset(ctx->amdCtx.ratio_out[i], static_ratio_l, ctx->amdCtx.ratio_size); in prepare()
157 ctx->amdCtx.BufPoolMem.pBufferMemory = (void *)ctx->amdCtx.ratio_out; in prepare()
283 …ctx->amdCtx.params.ratio_prev = ctx->amdCtx.ratio_out[prev_index];//first time it's not correct,bu… in processing()
284 ctx->amdCtx.params.ratio_cur = ctx->amdCtx.ratio_out[ctx->amdCtx.cur_index]; in processing()
H A Drk_aiq_types_algo_amd_prvt.h24 uint8_t* ratio_out[AMD_RATIO_BUF_NUM]; member