Home
last modified time | relevance | path

Searched refs:ispGain (Results 1 – 7 of 7) 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()
228 ctx->amdCtx.ispGain_prev = stats->ispGain; in processing()
236 if (ctx->amdCtx.ispGain == NULL) { in processing()
237 ctx->amdCtx.ispGain = stats->ispGain; in processing()
238 ctx->amdCtx.ispGain->ref(ctx->amdCtx.ispGain); in processing()
239 …ispGain>>>frame_id=%d,fd=%d\n",ctx->amdCtx.ispGain->frame_id, ctx->amdCtx.ispGain->get_fd(ctx->amd… in processing()
248 …assert ( ctx->amdCtx.ispGain && ctx->amdCtx.ispGain_prev && ctx->amdCtx.spImage && ctx->amdCtx.spI… in processing()
249 uint8_t *pCurGain = ctx->amdCtx.ispGain->map(ctx->amdCtx.ispGain); in processing()
270 ctx->amdCtx.ispGain->unmap(ctx->amdCtx.ispGain); in processing()
276 ctx->amdCtx.ispGain_prev = ctx->amdCtx.ispGain; in processing()
[all …]
H A Drk_aiq_types_algo_amd_prvt.h31 XCamVideoBuffer* ispGain; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/
H A DRkAiqAmdHandle.cpp116 amd_proc_int->stats.ispGain = shared->ispGain; in processing()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/amd/
H A Drk_aiq_types_algo_amd_int.h8 XCamVideoBuffer* ispGain; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A DRkAiqAnalyzeGroupManager.cpp348 shared->ispGain = convert_to_XCamVideoBuffer(vdBufMsg->msg); in groupMessageHandler()
511 if (shared->ispGain) { in groupMessageHandler()
512 shared->ispGain->unref(shared->ispGain); in groupMessageHandler()
513 shared->ispGain = nullptr; in groupMessageHandler()
H A DRkAiqCore.h388 XCamVideoBuffer* ispGain; member
409 ispGain = nullptr; in reset()
H A DRkAiqCore.cpp783 if (shared->ispGain) { in freeSharebuf()
784 shared->ispGain->unref(shared->ispGain); in freeSharebuf()
785 shared->ispGain = nullptr; in freeSharebuf()