Home
last modified time | relevance | path

Searched refs:imgAlignedW (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/amd/
H A Drk_aiq_types_algo_amd_prvt.h18 int imgAlignedW; member
H A Drk_aiq_algo_amd_itf.cpp120 ctx->amdCtx.imgAlignedW = pCfgParam->spAlignedW; in prepare()
255 int imgStride = XCAM_ALIGN_UP(ctx->amdCtx.imgAlignedW, 32); in processing()
256 LOGD_AMD("motion detect start,%d,%d",ctx->amdCtx.imgAlignedH,ctx->amdCtx.imgAlignedW); in processing()