Home
last modified time | relevance | path

Searched refs:spImage_prev (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.cpp80 if (context->amdCtx.spImage_prev) in destroy_context()
81 context->amdCtx.spImage_prev->unref(context->amdCtx.spImage_prev);//release prev image in destroy_context()
231 ctx->amdCtx.spImage_prev = stats->spImage; in processing()
232 ctx->amdCtx.spImage_prev->ref(ctx->amdCtx.spImage_prev); in processing()
233 …>>>frame_id=%d,fd=%d\n",ctx->amdCtx.spImage_prev->frame_id, ctx->amdCtx.spImage_prev->get_fd(ctx->… in processing()
248 …x->amdCtx.ispGain && ctx->amdCtx.ispGain_prev && ctx->amdCtx.spImage && ctx->amdCtx.spImage_prev ); in processing()
252 uint8_t *pPreIn = ctx->amdCtx.spImage_prev->map(ctx->amdCtx.spImage_prev); in processing()
269 ctx->amdCtx.spImage_prev->unmap(ctx->amdCtx.spImage_prev); in processing()
273 ctx->amdCtx.spImage_prev->unref(ctx->amdCtx.spImage_prev);//release prev image in processing()
275 ctx->amdCtx.spImage_prev = ctx->amdCtx.spImage; in processing()
H A Drk_aiq_types_algo_amd_prvt.h28 XCamVideoBuffer* spImage_prev; member