Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/amd/
H A Drk_aiq_algo_amd_itf.cpp224 if (!stats->ispGain && !stats->spImage) //first time coming without value, filter it. in processing()
231 ctx->amdCtx.spImage_prev = stats->spImage; in processing()
240 ctx->amdCtx.spImage = stats->spImage; in processing()
241 ctx->amdCtx.spImage->ref(ctx->amdCtx.spImage); in processing()
242 …spImage>>>frame_id=%d,fd=%d\n",ctx->amdCtx.spImage->frame_id, ctx->amdCtx.spImage->get_fd(ctx->amd… in processing()
248 …assert ( ctx->amdCtx.ispGain && ctx->amdCtx.ispGain_prev && ctx->amdCtx.spImage && ctx->amdCtx.spI… in processing()
251 uint8_t *pCurIn = ctx->amdCtx.spImage->map(ctx->amdCtx.spImage); in processing()
261 metadata->frame_id = ctx->amdCtx.spImage->frame_id; in processing()
268 ctx->amdCtx.spImage->unmap(ctx->amdCtx.spImage); in processing()
275 ctx->amdCtx.spImage_prev = ctx->amdCtx.spImage; in processing()
[all …]
H A Drk_aiq_types_algo_amd_prvt.h30 XCamVideoBuffer* spImage; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/amd/
H A Drk_aiq_types_algo_amd_int.h7 XCamVideoBuffer* spImage; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/
H A DRkAiqAmdHandle.cpp115 amd_proc_int->stats.spImage = shared->sp; in processing()