Searched refs:spImage_prev (Results 1 – 2 of 2) sorted by relevance
80 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()
28 XCamVideoBuffer* spImage_prev; member