Home
last modified time | relevance | path

Searched refs:u16YSize (Results 1 – 25 of 32) sorted by relevance

12

/utopia/UTPA2-700.0.x/modules/mvop/hal/mainz/mvop/
H A DhalMVOP.c3270 …stXCCrop->u16XStart, stXCCrop->u16YStart, stXCCrop->u16XSize, stXCCrop->u16YSize, u16Width, u16Hei… in HAL_MVOP_SetCropforXC()
3271 …stXCCrop->u16XStart, stXCCrop->u16YStart, stXCCrop->u16XSize, stXCCrop->u16YSize, u16Width, u16Hei… in HAL_MVOP_SetCropforXC()
3291 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > u16Height) in HAL_MVOP_SetCropforXC()
3306 if((TRUE == g_pHalMVOPCtx->bMirrorModeVer) && (stXCCrop->u16YSize != 0)) in HAL_MVOP_SetCropforXC()
3308 stXCCrop->u16YStart = stXCCrop->u16YStart + stXCCrop->u16YSize - 1; in HAL_MVOP_SetCropforXC()
3313 g_pHalMVOPCtx->u16CropYSize = stXCCrop->u16YSize; in HAL_MVOP_SetCropforXC()
3319 …if(TRUE == g_pHalMVOPCtx->bMirrorModeHor && (stXCCrop->u16XSize != 0) && (stXCCrop->u16YSize != 0)) in HAL_MVOP_SetCropforXC()
3353 if((stXCCrop->u16XSize != 0) && (stXCCrop->u16YSize != 0)) in HAL_MVOP_SetCropforXC()
3363 … stXCCrop->reserve[0] = ((((stXCCrop->u16YStart+stXCCrop->u16YSize-1) & 0x000f) << 1) + 1) in HAL_MVOP_SetCropforXC()
3364 … + ((((((stXCCrop->u16YStart >> 1) + (stXCCrop->u16YSize >> 1) - 1) & 0x000f) << 1) + 1) << 8); in HAL_MVOP_SetCropforXC()
[all …]
/utopia/UTPA2-700.0.x/modules/mvop/hal/messi/mvop/
H A DhalMVOP.c3270 …stXCCrop->u16XStart, stXCCrop->u16YStart, stXCCrop->u16XSize, stXCCrop->u16YSize, u16Width, u16Hei… in HAL_MVOP_SetCropforXC()
3271 …stXCCrop->u16XStart, stXCCrop->u16YStart, stXCCrop->u16XSize, stXCCrop->u16YSize, u16Width, u16Hei… in HAL_MVOP_SetCropforXC()
3291 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > u16Height) in HAL_MVOP_SetCropforXC()
3306 if((TRUE == g_pHalMVOPCtx->bMirrorModeVer) && (stXCCrop->u16YSize != 0)) in HAL_MVOP_SetCropforXC()
3308 stXCCrop->u16YStart = stXCCrop->u16YStart + stXCCrop->u16YSize - 1; in HAL_MVOP_SetCropforXC()
3313 g_pHalMVOPCtx->u16CropYSize = stXCCrop->u16YSize; in HAL_MVOP_SetCropforXC()
3319 …if(TRUE == g_pHalMVOPCtx->bMirrorModeHor && (stXCCrop->u16XSize != 0) && (stXCCrop->u16YSize != 0)) in HAL_MVOP_SetCropforXC()
3353 if((stXCCrop->u16XSize != 0) && (stXCCrop->u16YSize != 0)) in HAL_MVOP_SetCropforXC()
3363 … stXCCrop->reserve[0] = ((((stXCCrop->u16YStart+stXCCrop->u16YSize-1) & 0x000f) << 1) + 1) in HAL_MVOP_SetCropforXC()
3364 … + ((((((stXCCrop->u16YStart >> 1) + (stXCCrop->u16YSize >> 1) - 1) & 0x000f) << 1) + 1) << 8); in HAL_MVOP_SetCropforXC()
[all …]
/utopia/UTPA2-700.0.x/modules/mvop/hal/manhattan/mvop/
H A DhalMVOP.c3182 …stXCCrop->u16XStart, stXCCrop->>u16YStart, stXCCrop->>u16XSize, stXCCrop->u16YSize, u16Width, u16H… in HAL_MVOP_SetCropforXC()
3200 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > u16Height) in HAL_MVOP_SetCropforXC()
3222 …HalMVOPCtx->u16CropYStart = g_pHalMVOPCtx->u16CropYSize - stXCCrop->u16YStart - stXCCrop->u16YSize; in HAL_MVOP_SetCropforXC()
3224 g_pHalMVOPCtx->u16CropYSize = stXCCrop->u16YSize; in HAL_MVOP_SetCropforXC()
3230 …if((stXCCrop->u16YSize <= 512) && (stXCCrop->u16YStart == 0) && (g_pHalMVOPCtx->bMirrorModeVer == … in HAL_MVOP_SetCropforXC()
3236 g_pHalMVOPCtx->u16CropYSize = stXCCrop->u16YSize; in HAL_MVOP_SetCropforXC()
3239 stXCCrop->u16YSize -= 1; in HAL_MVOP_SetCropforXC()
3249 g_pHalMVOPCtx->u16CropYSize = stXCCrop->u16YSize; in HAL_MVOP_SetCropforXC()
3268 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > u16Height) in HAL_MVOP_SetCropforXC()
3291 …PCtx->u16SubCropYStart = g_pHalMVOPCtx->u16SubCropYSize - stXCCrop->u16YStart - stXCCrop->u16YSize; in HAL_MVOP_SetCropforXC()
[all …]
/utopia/UTPA2-700.0.x/modules/mvop/hal/mooney/mvop/
H A DhalMVOP.c3178 …stXCCrop->u16XStart, stXCCrop->>u16YStart, stXCCrop->>u16XSize, stXCCrop->u16YSize, u16Width, u16H… in HAL_MVOP_SetCropforXC()
3196 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > u16Height) in HAL_MVOP_SetCropforXC()
3208 …if((stXCCrop->u16YSize <= 512) && (stXCCrop->u16YStart == 0) && (g_pHalMVOPCtx->bMirrorModeVer == … in HAL_MVOP_SetCropforXC()
3214 g_pHalMVOPCtx->u16CropYSize = stXCCrop->u16YSize; in HAL_MVOP_SetCropforXC()
3217 stXCCrop->u16YSize -= 1; in HAL_MVOP_SetCropforXC()
3232 g_pHalMVOPCtx->u16CropYSize = stXCCrop->u16YSize; in HAL_MVOP_SetCropforXC()
3251 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > u16Height) in HAL_MVOP_SetCropforXC()
3263 …if((stXCCrop->u16YSize <= 512) && (stXCCrop->u16YStart == 0) && (g_pHalMVOPCtx->bSubMirrorModeVer … in HAL_MVOP_SetCropforXC()
3269 g_pHalMVOPCtx->u16SubCropYSize = stXCCrop->u16YSize; in HAL_MVOP_SetCropforXC()
3272 stXCCrop->u16YSize -= 1; in HAL_MVOP_SetCropforXC()
[all …]
/utopia/UTPA2-700.0.x/modules/mvop/hal/maserati/mvop/
H A DhalMVOP.c3373 …stXCCrop->u16XStart, stXCCrop->>u16YStart, stXCCrop->>u16XSize, stXCCrop->u16YSize, u16Width, u16H… in HAL_MVOP_SetCropforXC()
3391 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > u16Height) in HAL_MVOP_SetCropforXC()
3403 …if((stXCCrop->u16YSize <= 512) && (stXCCrop->u16YStart == 0) && (g_pHalMVOPCtx->bMirrorModeVer == … in HAL_MVOP_SetCropforXC()
3409 g_pHalMVOPCtx->u16CropYSize = stXCCrop->u16YSize; in HAL_MVOP_SetCropforXC()
3412 stXCCrop->u16YSize -= 1; in HAL_MVOP_SetCropforXC()
3427 g_pHalMVOPCtx->u16CropYSize = stXCCrop->u16YSize; in HAL_MVOP_SetCropforXC()
3446 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > u16Height) in HAL_MVOP_SetCropforXC()
3458 …if((stXCCrop->u16YSize <= 512) && (stXCCrop->u16YStart == 0) && (g_pHalMVOPCtx->bSubMirrorModeVer … in HAL_MVOP_SetCropforXC()
3464 g_pHalMVOPCtx->u16SubCropYSize = stXCCrop->u16YSize; in HAL_MVOP_SetCropforXC()
3467 stXCCrop->u16YSize -= 1; in HAL_MVOP_SetCropforXC()
[all …]
/utopia/UTPA2-700.0.x/modules/mvop/hal/M7621/mvop/
H A DhalMVOP.c3354 …stXCCrop->u16XStart, stXCCrop->>u16YStart, stXCCrop->>u16XSize, stXCCrop->u16YSize, u16Width, u16H… in HAL_MVOP_SetCropforXC()
3372 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > u16Height) in HAL_MVOP_SetCropforXC()
3384 …if((stXCCrop->u16YSize <= 512) && (stXCCrop->u16YStart == 0) && (g_pHalMVOPCtx->bMirrorModeVer == … in HAL_MVOP_SetCropforXC()
3390 g_pHalMVOPCtx->u16CropYSize = stXCCrop->u16YSize; in HAL_MVOP_SetCropforXC()
3393 stXCCrop->u16YSize -= 1; in HAL_MVOP_SetCropforXC()
3408 g_pHalMVOPCtx->u16CropYSize = stXCCrop->u16YSize; in HAL_MVOP_SetCropforXC()
3427 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > u16Height) in HAL_MVOP_SetCropforXC()
3439 …if((stXCCrop->u16YSize <= 512) && (stXCCrop->u16YStart == 0) && (g_pHalMVOPCtx->bSubMirrorModeVer … in HAL_MVOP_SetCropforXC()
3445 g_pHalMVOPCtx->u16SubCropYSize = stXCCrop->u16YSize; in HAL_MVOP_SetCropforXC()
3448 stXCCrop->u16YSize -= 1; in HAL_MVOP_SetCropforXC()
[all …]
/utopia/UTPA2-700.0.x/modules/mvop/hal/macan/mvop/
H A DhalMVOP.c3313 …stXCCrop->u16XStart, stXCCrop->>u16YStart, stXCCrop->>u16XSize, stXCCrop->u16YSize, u16Width, u16H… in HAL_MVOP_SetCropforXC()
3331 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > u16Height) in HAL_MVOP_SetCropforXC()
3343 …if((stXCCrop->u16YSize <= 512) && (stXCCrop->u16YStart == 0) && (g_pHalMVOPCtx->bMirrorModeVer == … in HAL_MVOP_SetCropforXC()
3349 g_pHalMVOPCtx->u16CropYSize = stXCCrop->u16YSize; in HAL_MVOP_SetCropforXC()
3352 stXCCrop->u16YSize -= 1; in HAL_MVOP_SetCropforXC()
3367 g_pHalMVOPCtx->u16CropYSize = stXCCrop->u16YSize; in HAL_MVOP_SetCropforXC()
3386 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > u16Height) in HAL_MVOP_SetCropforXC()
3398 …if((stXCCrop->u16YSize <= 512) && (stXCCrop->u16YStart == 0) && (g_pHalMVOPCtx->bSubMirrorModeVer … in HAL_MVOP_SetCropforXC()
3404 g_pHalMVOPCtx->u16SubCropYSize = stXCCrop->u16YSize; in HAL_MVOP_SetCropforXC()
3407 stXCCrop->u16YSize -= 1; in HAL_MVOP_SetCropforXC()
[all …]
/utopia/UTPA2-700.0.x/modules/mvop/hal/M7821/mvop/
H A DhalMVOP.c3343 …stXCCrop->u16XStart, stXCCrop->>u16YStart, stXCCrop->>u16XSize, stXCCrop->u16YSize, u16Width, u16H… in HAL_MVOP_SetCropforXC()
3361 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > u16Height) in HAL_MVOP_SetCropforXC()
3373 …if((stXCCrop->u16YSize <= 512) && (stXCCrop->u16YStart == 0) && (g_pHalMVOPCtx->bMirrorModeVer == … in HAL_MVOP_SetCropforXC()
3379 g_pHalMVOPCtx->u16CropYSize = stXCCrop->u16YSize; in HAL_MVOP_SetCropforXC()
3382 stXCCrop->u16YSize -= 1; in HAL_MVOP_SetCropforXC()
3397 g_pHalMVOPCtx->u16CropYSize = stXCCrop->u16YSize; in HAL_MVOP_SetCropforXC()
3416 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > u16Height) in HAL_MVOP_SetCropforXC()
3428 …if((stXCCrop->u16YSize <= 512) && (stXCCrop->u16YStart == 0) && (g_pHalMVOPCtx->bSubMirrorModeVer … in HAL_MVOP_SetCropforXC()
3434 g_pHalMVOPCtx->u16SubCropYSize = stXCCrop->u16YSize; in HAL_MVOP_SetCropforXC()
3437 stXCCrop->u16YSize -= 1; in HAL_MVOP_SetCropforXC()
[all …]
/utopia/UTPA2-700.0.x/modules/mvop/hal/maxim/mvop/
H A DhalMVOP.c3415 …stXCCrop->u16XStart, stXCCrop->>u16YStart, stXCCrop->>u16XSize, stXCCrop->u16YSize, u16Width, u16H… in HAL_MVOP_SetCropforXC()
3433 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > u16Height) in HAL_MVOP_SetCropforXC()
3445 …if((stXCCrop->u16YSize <= 512) && (stXCCrop->u16YStart == 0) && (g_pHalMVOPCtx->bMirrorModeVer == … in HAL_MVOP_SetCropforXC()
3451 g_pHalMVOPCtx->u16CropYSize = stXCCrop->u16YSize; in HAL_MVOP_SetCropforXC()
3454 stXCCrop->u16YSize -= 1; in HAL_MVOP_SetCropforXC()
3469 g_pHalMVOPCtx->u16CropYSize = stXCCrop->u16YSize; in HAL_MVOP_SetCropforXC()
3488 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > u16Height) in HAL_MVOP_SetCropforXC()
3500 …if((stXCCrop->u16YSize <= 512) && (stXCCrop->u16YStart == 0) && (g_pHalMVOPCtx->bSubMirrorModeVer … in HAL_MVOP_SetCropforXC()
3506 g_pHalMVOPCtx->u16SubCropYSize = stXCCrop->u16YSize; in HAL_MVOP_SetCropforXC()
3509 stXCCrop->u16YSize -= 1; in HAL_MVOP_SetCropforXC()
[all …]
/utopia/UTPA2-700.0.x/modules/mvop/hal/curry/mvop/
H A DhalMVOP.c3427 …stXCCrop->u16XStart, stXCCrop->u16XSize, stXCCrop->u16YStart, stXCCrop->u16YSize, u16Width, u16Hei… in HAL_MVOP_SetCropforXC()
3445 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > g_pHalMVOPCtx->u16CropYSize) in HAL_MVOP_SetCropforXC()
3467 …HalMVOPCtx->u16CropYStart = g_pHalMVOPCtx->u16CropYSize - stXCCrop->u16YStart - stXCCrop->u16YSize; in HAL_MVOP_SetCropforXC()
3469 g_pHalMVOPCtx->u16CropYSize = stXCCrop->u16YSize; in HAL_MVOP_SetCropforXC()
3479 g_pHalMVOPCtx->u16CropYSize = stXCCrop->u16YSize; in HAL_MVOP_SetCropforXC()
3498 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > g_pHalMVOPCtx->u16SubCropYSize) in HAL_MVOP_SetCropforXC()
3521 …PCtx->u16SubCropYStart = g_pHalMVOPCtx->u16SubCropYSize - stXCCrop->u16YStart - stXCCrop->u16YSize; in HAL_MVOP_SetCropforXC()
3523 g_pHalMVOPCtx->u16SubCropYSize = stXCCrop->u16YSize; in HAL_MVOP_SetCropforXC()
3533 g_pHalMVOPCtx->u16SubCropYSize = stXCCrop->u16YSize; in HAL_MVOP_SetCropforXC()
3543 … %d, ysize = %d, xstart = %d, ystart=%d\n",stXCCrop->u16XSize,stXCCrop->u16YSize,stXCCrop->u16XSta… in HAL_MVOP_SetCropforXC()
/utopia/UTPA2-700.0.x/modules/mvop/hal/k7u/mvop/
H A DhalMVOP.c3454 …stXCCrop->u16XStart, stXCCrop->u16XSize, stXCCrop->u16YStart, stXCCrop->u16YSize, u16Width, u16Hei… in HAL_MVOP_SetCropforXC()
3468 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > u16Height) in HAL_MVOP_SetCropforXC()
3490 stXCCrop->u16YSize = stXCCrop->u16YSize >> 1; in HAL_MVOP_SetCropforXC()
3492 g_pHalMVOPCtx->u16CropYSize = stXCCrop->u16YSize; in HAL_MVOP_SetCropforXC()
3505 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > u16Height) in HAL_MVOP_SetCropforXC()
3527 stXCCrop->u16YSize = stXCCrop->u16YSize >> 1; in HAL_MVOP_SetCropforXC()
3529 g_pHalMVOPCtx->u16SubCropYSize = stXCCrop->u16YSize; in HAL_MVOP_SetCropforXC()
3537 … %d, ysize = %d, xstart = %d, ystart=%d\n",stXCCrop->u16XSize,stXCCrop->u16YSize,stXCCrop->u16XSta… in HAL_MVOP_SetCropforXC()
/utopia/UTPA2-700.0.x/modules/mvop/hal/k6/mvop/
H A DhalMVOP.c3444 …stXCCrop->u16XStart, stXCCrop->u16XSize, stXCCrop->u16YStart, stXCCrop->u16YSize, u16Width, u16Hei… in HAL_MVOP_SetCropforXC()
3458 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > u16Height) in HAL_MVOP_SetCropforXC()
3480 stXCCrop->u16YSize = stXCCrop->u16YSize >> 1; in HAL_MVOP_SetCropforXC()
3482 g_pHalMVOPCtx->u16CropYSize = stXCCrop->u16YSize; in HAL_MVOP_SetCropforXC()
3495 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > u16Height) in HAL_MVOP_SetCropforXC()
3517 stXCCrop->u16YSize = stXCCrop->u16YSize >> 1; in HAL_MVOP_SetCropforXC()
3519 g_pHalMVOPCtx->u16SubCropYSize = stXCCrop->u16YSize; in HAL_MVOP_SetCropforXC()
3527 … %d, ysize = %d, xstart = %d, ystart=%d\n",stXCCrop->u16XSize,stXCCrop->u16YSize,stXCCrop->u16XSta… in HAL_MVOP_SetCropforXC()
/utopia/UTPA2-700.0.x/modules/mvop/hal/k6lite/mvop/
H A DhalMVOP.c3391 …stXCCrop->u16XStart, stXCCrop->u16XSize, stXCCrop->u16YStart, stXCCrop->u16YSize, u16Width, u16Hei… in HAL_MVOP_SetCropforXC()
3405 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > u16Height) in HAL_MVOP_SetCropforXC()
3427 stXCCrop->u16YSize = stXCCrop->u16YSize >> 1; in HAL_MVOP_SetCropforXC()
3429 g_pHalMVOPCtx->u16CropYSize = stXCCrop->u16YSize; in HAL_MVOP_SetCropforXC()
3442 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > u16Height) in HAL_MVOP_SetCropforXC()
3464 stXCCrop->u16YSize = stXCCrop->u16YSize >> 1; in HAL_MVOP_SetCropforXC()
3466 g_pHalMVOPCtx->u16SubCropYSize = stXCCrop->u16YSize; in HAL_MVOP_SetCropforXC()
3474 … %d, ysize = %d, xstart = %d, ystart=%d\n",stXCCrop->u16XSize,stXCCrop->u16YSize,stXCCrop->u16XSta… in HAL_MVOP_SetCropforXC()
/utopia/UTPA2-700.0.x/modules/mvop/hal/kastor/mvop/
H A DhalMVOP.c3409 …stXCCrop->u16XStart, stXCCrop->u16XSize, stXCCrop->u16YStart, stXCCrop->u16YSize, u16Width, u16Hei… in HAL_MVOP_SetCropforXC()
3427 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > g_pHalMVOPCtx->u16CropYSize) in HAL_MVOP_SetCropforXC()
3449 …HalMVOPCtx->u16CropYStart = g_pHalMVOPCtx->u16CropYSize - stXCCrop->u16YStart - stXCCrop->u16YSize; in HAL_MVOP_SetCropforXC()
3451 g_pHalMVOPCtx->u16CropYSize = stXCCrop->u16YSize; in HAL_MVOP_SetCropforXC()
3461 g_pHalMVOPCtx->u16CropYSize = stXCCrop->u16YSize; in HAL_MVOP_SetCropforXC()
3480 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > g_pHalMVOPCtx->u16SubCropYSize) in HAL_MVOP_SetCropforXC()
3503 …PCtx->u16SubCropYStart = g_pHalMVOPCtx->u16SubCropYSize - stXCCrop->u16YStart - stXCCrop->u16YSize; in HAL_MVOP_SetCropforXC()
3505 g_pHalMVOPCtx->u16SubCropYSize = stXCCrop->u16YSize; in HAL_MVOP_SetCropforXC()
3515 g_pHalMVOPCtx->u16SubCropYSize = stXCCrop->u16YSize; in HAL_MVOP_SetCropforXC()
3525 … %d, ysize = %d, xstart = %d, ystart=%d\n",stXCCrop->u16XSize,stXCCrop->u16YSize,stXCCrop->u16XSta… in HAL_MVOP_SetCropforXC()
/utopia/UTPA2-700.0.x/modules/mvop/hal/kano/mvop/
H A DhalMVOP.c3431 …stXCCrop->u16XStart, stXCCrop->u16XSize, stXCCrop->u16YStart, stXCCrop->u16YSize, u16Width, u16Hei… in HAL_MVOP_SetCropforXC()
3449 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > g_pHalMVOPCtx->u16CropYSize) in HAL_MVOP_SetCropforXC()
3471 …HalMVOPCtx->u16CropYStart = g_pHalMVOPCtx->u16CropYSize - stXCCrop->u16YStart - stXCCrop->u16YSize; in HAL_MVOP_SetCropforXC()
3473 g_pHalMVOPCtx->u16CropYSize = stXCCrop->u16YSize; in HAL_MVOP_SetCropforXC()
3483 g_pHalMVOPCtx->u16CropYSize = stXCCrop->u16YSize; in HAL_MVOP_SetCropforXC()
3502 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > g_pHalMVOPCtx->u16SubCropYSize) in HAL_MVOP_SetCropforXC()
3525 …PCtx->u16SubCropYStart = g_pHalMVOPCtx->u16SubCropYSize - stXCCrop->u16YStart - stXCCrop->u16YSize; in HAL_MVOP_SetCropforXC()
3527 g_pHalMVOPCtx->u16SubCropYSize = stXCCrop->u16YSize; in HAL_MVOP_SetCropforXC()
3537 g_pHalMVOPCtx->u16SubCropYSize = stXCCrop->u16YSize; in HAL_MVOP_SetCropforXC()
3547 … %d, ysize = %d, xstart = %d, ystart=%d\n",stXCCrop->u16XSize,stXCCrop->u16YSize,stXCCrop->u16XSta… in HAL_MVOP_SetCropforXC()
/utopia/UTPA2-700.0.x/modules/mvop/hal/M5621/mvop/
H A DhalMVOP.c3242 …stXCCrop->u16XStart, stXCCrop->>u16YStart, stXCCrop->>u16XSize, stXCCrop->u16YSize, u16Width, u16H… in HAL_MVOP_SetCropforXC()
3253 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > u16Height) in HAL_MVOP_SetCropforXC()
3273 g_pHalMVOPCtx->u16CropYSize = stXCCrop->u16YSize; in HAL_MVOP_SetCropforXC()
3285 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > u16Height) in HAL_MVOP_SetCropforXC()
3304 g_pHalMVOPCtx->u16SubCropYSize = stXCCrop->u16YSize; in HAL_MVOP_SetCropforXC()
3313 … %d, ysize = %d, xstart = %d, ystart=%d\n",stXCCrop->u16XSize,stXCCrop->u16YSize,stXCCrop->u16XSta… in HAL_MVOP_SetCropforXC()
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DdrvMVOP.h590 MS_U16 u16YSize; member
/utopia/UTPA2-700.0.x/modules/xc/hal/kano/xc/
H A Dmhal_sc.c1283 stCropInfo.u16YSize = gSrcInfo[MAIN_WINDOW].stCropWin.height; in _Hal_SC_fill_main_sw_db_burst()
1292 …MDrv_XC_MLoad_WriteCommand_NonXC(pInstance, 0x1014, 0x86, stCropInfo.u16YSize, 0x1fff); //… in _Hal_SC_fill_main_sw_db_burst()
1655 stCropInfo.u16YSize = gSrcInfo[MAIN_WINDOW].stCropWin.height; in Hal_SC_sw_db()
1663 MDrv_Write2ByteMask((REG_MVOP_BASE + 0x86), stCropInfo.u16YSize, 0x1fff); in Hal_SC_sw_db()
1866 stCropInfo.u16YSize = gSrcInfo[eWindow].stCropWin.height; in Hal_SC_SWDS_AddCmd()
1873 …_WriteSWDSCommand(pInstance,MAIN_WINDOW,REG_MVOP_CROP_V_SIZE,stCropInfo.u16YSize,DS_IP,DS_MVOP,&PS… in Hal_SC_SWDS_AddCmd()
/utopia/UTPA2-700.0.x/modules/xc/hal/curry/xc/
H A Dmhal_sc.c1196 stCropInfo.u16YSize = gSrcInfo[MAIN_WINDOW].stCropWin.height; in _Hal_SC_fill_main_sw_db_burst()
1205 …MDrv_XC_MLoad_WriteCommand_NonXC(pInstance, 0x1014, 0x86, stCropInfo.u16YSize, 0x1fff); //… in _Hal_SC_fill_main_sw_db_burst()
1568 stCropInfo.u16YSize = gSrcInfo[MAIN_WINDOW].stCropWin.height; in Hal_SC_sw_db()
1576 MDrv_Write2ByteMask((REG_MVOP_BASE + 0x86), stCropInfo.u16YSize, 0x1fff); in Hal_SC_sw_db()
1779 stCropInfo.u16YSize = gSrcInfo[eWindow].stCropWin.height; in Hal_SC_SWDS_AddCmd()
1786 …_WriteSWDSCommand(pInstance,MAIN_WINDOW,REG_MVOP_CROP_V_SIZE,stCropInfo.u16YSize,DS_IP,DS_MVOP,&PS… in Hal_SC_SWDS_AddCmd()
/utopia/UTPA2-700.0.x/modules/xc/hal/k6lite/xc/
H A Dmhal_sc.c1247 stCropInfo.u16YSize = gSrcInfo[MAIN_WINDOW].stCropWin.height; in _Hal_SC_fill_main_sw_db_burst()
1256 …MDrv_XC_MLoad_WriteCommand_NonXC(pInstance, 0x1014, 0x86, stCropInfo.u16YSize, 0x1fff); //… in _Hal_SC_fill_main_sw_db_burst()
1651 stCropInfo.u16YSize = gSrcInfo[MAIN_WINDOW].stCropWin.height; in Hal_SC_sw_db()
1659 MDrv_Write2ByteMask((REG_MVOP_BASE + 0x86), stCropInfo.u16YSize, 0x1fff); in Hal_SC_sw_db()
1858 stCropInfo.u16YSize = gSrcInfo[eWindow].stCropWin.height; in Hal_SC_SWDS_AddCmd()
1865 …_WriteSWDSCommand(pInstance,MAIN_WINDOW,REG_MVOP_CROP_V_SIZE,stCropInfo.u16YSize,DS_IP,DS_MVOP,&PS… in Hal_SC_SWDS_AddCmd()
/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvMVOP.h645 MS_U16 u16YSize; member
/utopia/UTPA2-700.0.x/modules/xc/hal/k6/xc/
H A Dmhal_sc.c1464 stCropInfo.u16YSize = gSrcInfo[MAIN_WINDOW].stCropWin.height; in _Hal_SC_fill_main_sw_db_burst()
1473 …MDrv_XC_MLoad_WriteCommand_NonXC(pInstance, 0x1014, 0x86, stCropInfo.u16YSize, 0x1fff); //… in _Hal_SC_fill_main_sw_db_burst()
1846 stCropInfo.u16YSize = gSrcInfo[MAIN_WINDOW].stCropWin.height; in Hal_SC_sw_db()
1854 MDrv_Write2ByteMask((REG_MVOP_BASE + 0x86), stCropInfo.u16YSize, 0x1fff); in Hal_SC_sw_db()
2059 stCropInfo.u16YSize = gSrcInfo[eWindow].stCropWin.height; in Hal_SC_SWDS_AddCmd()
2066 …_WriteSWDSCommand(pInstance,MAIN_WINDOW,REG_MVOP_CROP_V_SIZE,stCropInfo.u16YSize,DS_IP,DS_MVOP,&PS… in Hal_SC_SWDS_AddCmd()
/utopia/UTPA2-700.0.x/modules/xc/hal/M7621/xc/
H A Dmhal_sc.c2141 stCropInfo.u16YSize = gSrcInfo[eWindow].stCropWin.height; in Hal_SC_SWDS_AddCmd()
2155 stCropInfo.u16YSize = stCropInfo.u16YSize &~0x3; in Hal_SC_SWDS_AddCmd()
2160 u16Mvop_sub_ysize = (stCropInfo.u16YSize/2)&~0x1; in Hal_SC_SWDS_AddCmd()
2187 …_WriteSWDSCommand(pInstance,MAIN_WINDOW,REG_MVOP_CROP_V_SIZE,stCropInfo.u16YSize,DS_IP,DS_MVOP,&PS… in Hal_SC_SWDS_AddCmd()
/utopia/UTPA2-700.0.x/modules/xc/hal/maxim/xc/
H A Dmhal_sc.c2154 stCropInfo.u16YSize = gSrcInfo[eWindow].stCropWin.height; in Hal_SC_SWDS_AddCmd()
2168 stCropInfo.u16YSize = stCropInfo.u16YSize &~0x3; in Hal_SC_SWDS_AddCmd()
2173 u16Mvop_sub_ysize = (stCropInfo.u16YSize/2)&~0x1; in Hal_SC_SWDS_AddCmd()
2200 …_WriteSWDSCommand(pInstance,MAIN_WINDOW,REG_MVOP_CROP_V_SIZE,stCropInfo.u16YSize,DS_IP,DS_MVOP,&PS… in Hal_SC_SWDS_AddCmd()
/utopia/UTPA2-700.0.x/modules/xc/hal/M7821/xc/
H A Dmhal_sc.c2128 stCropInfo.u16YSize = gSrcInfo[eWindow].stCropWin.height; in Hal_SC_SWDS_AddCmd()
2142 stCropInfo.u16YSize = stCropInfo.u16YSize &~0x3; in Hal_SC_SWDS_AddCmd()
2147 u16Mvop_sub_ysize = (stCropInfo.u16YSize/2)&~0x1; in Hal_SC_SWDS_AddCmd()
2174 …_WriteSWDSCommand(pInstance,MAIN_WINDOW,REG_MVOP_CROP_V_SIZE,stCropInfo.u16YSize,DS_IP,DS_MVOP,&PS… in Hal_SC_SWDS_AddCmd()

12