Searched refs:ispGain (Results 1 – 7 of 7) sorted by relevance
224 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 …]
31 XCamVideoBuffer* ispGain; member
116 amd_proc_int->stats.ispGain = shared->ispGain; in processing()
8 XCamVideoBuffer* ispGain; member
348 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()
388 XCamVideoBuffer* ispGain; member409 ispGain = nullptr; in reset()
783 if (shared->ispGain) { in freeSharebuf()784 shared->ispGain->unref(shared->ispGain); in freeSharebuf()785 shared->ispGain = nullptr; in freeSharebuf()