Home
last modified time | relevance | path

Searched refs:u16YStart (Results 1 – 25 of 40) sorted by relevance

12

/utopia/UTPA2-700.0.x/modules/mvop/hal/mainz/mvop/
H A DhalMVOP.c3270 …dth: 0x%x Height: 0x%x\n", __FUNCTION__, stXCCrop->u16XStart, stXCCrop->u16YStart, stXCCrop->u16XS… in HAL_MVOP_SetCropforXC()
3271 …dth: 0x%x Height: 0x%x\n", __FUNCTION__, stXCCrop->u16XStart, stXCCrop->u16YStart, stXCCrop->u16XS… in HAL_MVOP_SetCropforXC()
3291 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > u16Height) in HAL_MVOP_SetCropforXC()
3308 stXCCrop->u16YStart = stXCCrop->u16YStart + stXCCrop->u16YSize - 1; 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()
3368 …stXCCrop->reserve[0] = ((stXCCrop->u16YStart & 0x000f) << 1) + ((((stXCCrop->u16YStart >> 1) & 0x0… in HAL_MVOP_SetCropforXC()
3376 … stXCCrop->reserve[0] = ((stXCCrop->u16YStart+stXCCrop->u16YSize-1) & 0x001f) in HAL_MVOP_SetCropforXC()
3377 … + ((((stXCCrop->u16YStart >> 1) + (stXCCrop->u16YSize >> 1) - 1) & 0x001f) << 8); in HAL_MVOP_SetCropforXC()
3381 stXCCrop->reserve[0] = (stXCCrop->u16YStart & 0x001f) in HAL_MVOP_SetCropforXC()
[all …]
/utopia/UTPA2-700.0.x/modules/mvop/hal/messi/mvop/
H A DhalMVOP.c3270 …dth: 0x%x Height: 0x%x\n", __FUNCTION__, stXCCrop->u16XStart, stXCCrop->u16YStart, stXCCrop->u16XS… in HAL_MVOP_SetCropforXC()
3271 …dth: 0x%x Height: 0x%x\n", __FUNCTION__, stXCCrop->u16XStart, stXCCrop->u16YStart, stXCCrop->u16XS… in HAL_MVOP_SetCropforXC()
3291 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > u16Height) in HAL_MVOP_SetCropforXC()
3308 stXCCrop->u16YStart = stXCCrop->u16YStart + stXCCrop->u16YSize - 1; 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()
3368 …stXCCrop->reserve[0] = ((stXCCrop->u16YStart & 0x000f) << 1) + ((((stXCCrop->u16YStart >> 1) & 0x0… in HAL_MVOP_SetCropforXC()
3376 … stXCCrop->reserve[0] = ((stXCCrop->u16YStart+stXCCrop->u16YSize-1) & 0x001f) in HAL_MVOP_SetCropforXC()
3377 … + ((((stXCCrop->u16YStart >> 1) + (stXCCrop->u16YSize >> 1) - 1) & 0x001f) << 8); in HAL_MVOP_SetCropforXC()
3381 stXCCrop->reserve[0] = (stXCCrop->u16YStart & 0x001f) 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 …g_pHalMVOPCtx->u16CropYStart = g_pHalMVOPCtx->u16CropYSize - stXCCrop->u16YStart - stXCCrop->u16YS… in HAL_MVOP_SetCropforXC()
3223 stXCCrop->u16YStart = g_pHalMVOPCtx->u16CropYStart; in HAL_MVOP_SetCropforXC()
3230 …if((stXCCrop->u16YSize <= 512) && (stXCCrop->u16YStart == 0) && (g_pHalMVOPCtx->bMirrorModeVer == … in HAL_MVOP_SetCropforXC()
3233 stXCCrop->u16YStart = 1; in HAL_MVOP_SetCropforXC()
3234 stXCCrop->u16YStart = stXCCrop->u16YStart | 0x2000; in HAL_MVOP_SetCropforXC()
3246 g_pHalMVOPCtx->u16CropYStart = stXCCrop->u16YStart; in HAL_MVOP_SetCropforXC()
3247 stXCCrop->u16YStart = stXCCrop->u16YStart | 0x2000; in HAL_MVOP_SetCropforXC()
3268 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > u16Height) 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()
3211 stXCCrop->u16YStart = 1; in HAL_MVOP_SetCropforXC()
3212 stXCCrop->u16YStart = stXCCrop->u16YStart | 0x2000; in HAL_MVOP_SetCropforXC()
3222 g_pHalMVOPCtx->u16CropYStart = stXCCrop->u16YStart; in HAL_MVOP_SetCropforXC()
3226 stXCCrop->u16YStart |= 0x2000; in HAL_MVOP_SetCropforXC()
3228 if(stXCCrop->u16YStart == 0) in HAL_MVOP_SetCropforXC()
3230 stXCCrop->u16YStart |= 0x4000; in HAL_MVOP_SetCropforXC()
3251 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > u16Height) 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()
3406 stXCCrop->u16YStart = 1; in HAL_MVOP_SetCropforXC()
3407 stXCCrop->u16YStart = stXCCrop->u16YStart | 0x2000; in HAL_MVOP_SetCropforXC()
3417 g_pHalMVOPCtx->u16CropYStart = stXCCrop->u16YStart; in HAL_MVOP_SetCropforXC()
3421 stXCCrop->u16YStart |= 0x2000; in HAL_MVOP_SetCropforXC()
3423 if(stXCCrop->u16YStart == 0) in HAL_MVOP_SetCropforXC()
3425 stXCCrop->u16YStart |= 0x4000; in HAL_MVOP_SetCropforXC()
3446 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > u16Height) 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()
3387 stXCCrop->u16YStart = 1; in HAL_MVOP_SetCropforXC()
3388 stXCCrop->u16YStart = stXCCrop->u16YStart | 0x2000; in HAL_MVOP_SetCropforXC()
3398 g_pHalMVOPCtx->u16CropYStart = stXCCrop->u16YStart; in HAL_MVOP_SetCropforXC()
3402 stXCCrop->u16YStart |= 0x2000; in HAL_MVOP_SetCropforXC()
3404 if(stXCCrop->u16YStart == 0) in HAL_MVOP_SetCropforXC()
3406 stXCCrop->u16YStart |= 0x4000; in HAL_MVOP_SetCropforXC()
3427 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > u16Height) 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()
3346 stXCCrop->u16YStart = 1; in HAL_MVOP_SetCropforXC()
3347 stXCCrop->u16YStart = stXCCrop->u16YStart | 0x2000; in HAL_MVOP_SetCropforXC()
3357 g_pHalMVOPCtx->u16CropYStart = stXCCrop->u16YStart; in HAL_MVOP_SetCropforXC()
3361 stXCCrop->u16YStart |= 0x2000; in HAL_MVOP_SetCropforXC()
3363 if(stXCCrop->u16YStart == 0) in HAL_MVOP_SetCropforXC()
3365 stXCCrop->u16YStart |= 0x4000; in HAL_MVOP_SetCropforXC()
3386 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > u16Height) 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()
3376 stXCCrop->u16YStart = 1; in HAL_MVOP_SetCropforXC()
3377 stXCCrop->u16YStart = stXCCrop->u16YStart | 0x2000; in HAL_MVOP_SetCropforXC()
3387 g_pHalMVOPCtx->u16CropYStart = stXCCrop->u16YStart; in HAL_MVOP_SetCropforXC()
3391 stXCCrop->u16YStart |= 0x2000; in HAL_MVOP_SetCropforXC()
3393 if(stXCCrop->u16YStart == 0) in HAL_MVOP_SetCropforXC()
3395 stXCCrop->u16YStart |= 0x4000; in HAL_MVOP_SetCropforXC()
3416 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > u16Height) 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()
3448 stXCCrop->u16YStart = 1; in HAL_MVOP_SetCropforXC()
3449 stXCCrop->u16YStart = stXCCrop->u16YStart | 0x2000; in HAL_MVOP_SetCropforXC()
3459 g_pHalMVOPCtx->u16CropYStart = stXCCrop->u16YStart; in HAL_MVOP_SetCropforXC()
3463 stXCCrop->u16YStart |= 0x2000; in HAL_MVOP_SetCropforXC()
3465 if(stXCCrop->u16YStart == 0) in HAL_MVOP_SetCropforXC()
3467 stXCCrop->u16YStart |= 0x4000; in HAL_MVOP_SetCropforXC()
3488 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > u16Height) 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 …g_pHalMVOPCtx->u16CropYStart = g_pHalMVOPCtx->u16CropYSize - stXCCrop->u16YStart - stXCCrop->u16YS… in HAL_MVOP_SetCropforXC()
3468 stXCCrop->u16YStart = g_pHalMVOPCtx->u16CropYStart; in HAL_MVOP_SetCropforXC()
3475 stXCCrop->u16YStart += g_pHalMVOPCtx->u16CropYStart; in HAL_MVOP_SetCropforXC()
3476 g_pHalMVOPCtx->u16CropYStart = stXCCrop->u16YStart; in HAL_MVOP_SetCropforXC()
3477 stXCCrop->u16YStart |= 0x2000; in HAL_MVOP_SetCropforXC()
3498 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > g_pHalMVOPCtx->u16SubCropYSize) in HAL_MVOP_SetCropforXC()
3521 …lMVOPCtx->u16SubCropYStart = g_pHalMVOPCtx->u16SubCropYSize - stXCCrop->u16YStart - stXCCrop->u16Y… in HAL_MVOP_SetCropforXC()
3522 stXCCrop->u16YStart = g_pHalMVOPCtx->u16SubCropYStart; in HAL_MVOP_SetCropforXC()
[all …]
/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 …g_pHalMVOPCtx->u16CropYStart = g_pHalMVOPCtx->u16CropYSize - stXCCrop->u16YStart - stXCCrop->u16YS… in HAL_MVOP_SetCropforXC()
3450 stXCCrop->u16YStart = g_pHalMVOPCtx->u16CropYStart; in HAL_MVOP_SetCropforXC()
3457 stXCCrop->u16YStart += g_pHalMVOPCtx->u16CropYStart; in HAL_MVOP_SetCropforXC()
3458 g_pHalMVOPCtx->u16CropYStart = stXCCrop->u16YStart; in HAL_MVOP_SetCropforXC()
3459 stXCCrop->u16YStart |= 0x2000; in HAL_MVOP_SetCropforXC()
3480 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > g_pHalMVOPCtx->u16SubCropYSize) in HAL_MVOP_SetCropforXC()
3503 …lMVOPCtx->u16SubCropYStart = g_pHalMVOPCtx->u16SubCropYSize - stXCCrop->u16YStart - stXCCrop->u16Y… in HAL_MVOP_SetCropforXC()
3504 stXCCrop->u16YStart = g_pHalMVOPCtx->u16SubCropYStart; in HAL_MVOP_SetCropforXC()
[all …]
/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 …g_pHalMVOPCtx->u16CropYStart = g_pHalMVOPCtx->u16CropYSize - stXCCrop->u16YStart - stXCCrop->u16YS… in HAL_MVOP_SetCropforXC()
3472 stXCCrop->u16YStart = g_pHalMVOPCtx->u16CropYStart; in HAL_MVOP_SetCropforXC()
3479 stXCCrop->u16YStart += g_pHalMVOPCtx->u16CropYStart; in HAL_MVOP_SetCropforXC()
3480 g_pHalMVOPCtx->u16CropYStart = stXCCrop->u16YStart; in HAL_MVOP_SetCropforXC()
3481 stXCCrop->u16YStart |= 0x2000; in HAL_MVOP_SetCropforXC()
3502 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > g_pHalMVOPCtx->u16SubCropYSize) in HAL_MVOP_SetCropforXC()
3525 …lMVOPCtx->u16SubCropYStart = g_pHalMVOPCtx->u16SubCropYSize - stXCCrop->u16YStart - stXCCrop->u16Y… in HAL_MVOP_SetCropforXC()
3526 stXCCrop->u16YStart = g_pHalMVOPCtx->u16SubCropYStart; in HAL_MVOP_SetCropforXC()
[all …]
/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()
3263 g_pHalMVOPCtx->u16CropYStart = stXCCrop->u16YStart; in HAL_MVOP_SetCropforXC()
3267 stXCCrop->u16YStart |= 0x2000; in HAL_MVOP_SetCropforXC()
3269 if(stXCCrop->u16YStart == 0) in HAL_MVOP_SetCropforXC()
3271 stXCCrop->u16YStart |= 0x6000; in HAL_MVOP_SetCropforXC()
3285 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > u16Height) in HAL_MVOP_SetCropforXC()
3294 g_pHalMVOPCtx->u16SubCropYStart = stXCCrop->u16YStart; in HAL_MVOP_SetCropforXC()
3298 stXCCrop->u16YStart |= 0x2000; in HAL_MVOP_SetCropforXC()
3300 if(stXCCrop->u16YStart == 0) in HAL_MVOP_SetCropforXC()
[all …]
/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()
3482 g_pHalMVOPCtx->u16CropYStart = stXCCrop->u16YStart; in HAL_MVOP_SetCropforXC()
3483 if(stXCCrop->u16YStart == 0) in HAL_MVOP_SetCropforXC()
3484 stXCCrop->u16YStart |= 0x6000; in HAL_MVOP_SetCropforXC()
3486 stXCCrop->u16YStart |= 0x2000; in HAL_MVOP_SetCropforXC()
3505 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > u16Height) in HAL_MVOP_SetCropforXC()
3519 g_pHalMVOPCtx->u16SubCropYStart = stXCCrop->u16YStart; in HAL_MVOP_SetCropforXC()
3520 if(stXCCrop->u16YStart == 0) in HAL_MVOP_SetCropforXC()
3521 stXCCrop->u16YStart |= 0x6000; in HAL_MVOP_SetCropforXC()
[all …]
/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()
3472 g_pHalMVOPCtx->u16CropYStart = stXCCrop->u16YStart; in HAL_MVOP_SetCropforXC()
3473 if(stXCCrop->u16YStart == 0) in HAL_MVOP_SetCropforXC()
3474 stXCCrop->u16YStart |= 0x6000; in HAL_MVOP_SetCropforXC()
3476 stXCCrop->u16YStart |= 0x2000; in HAL_MVOP_SetCropforXC()
3495 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > u16Height) in HAL_MVOP_SetCropforXC()
3509 g_pHalMVOPCtx->u16SubCropYStart = stXCCrop->u16YStart; in HAL_MVOP_SetCropforXC()
3510 if(stXCCrop->u16YStart == 0) in HAL_MVOP_SetCropforXC()
3511 stXCCrop->u16YStart |= 0x6000; in HAL_MVOP_SetCropforXC()
[all …]
/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()
3419 g_pHalMVOPCtx->u16CropYStart = stXCCrop->u16YStart; in HAL_MVOP_SetCropforXC()
3420 if(stXCCrop->u16YStart == 0) in HAL_MVOP_SetCropforXC()
3421 stXCCrop->u16YStart |= 0x6000; in HAL_MVOP_SetCropforXC()
3423 stXCCrop->u16YStart |= 0x2000; in HAL_MVOP_SetCropforXC()
3442 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > u16Height) in HAL_MVOP_SetCropforXC()
3456 g_pHalMVOPCtx->u16SubCropYStart = stXCCrop->u16YStart; in HAL_MVOP_SetCropforXC()
3457 if(stXCCrop->u16YStart == 0) in HAL_MVOP_SetCropforXC()
3458 stXCCrop->u16YStart |= 0x6000; in HAL_MVOP_SetCropforXC()
[all …]
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DdrvMVOP.h588 MS_U16 u16YStart; member
/utopia/UTPA2-700.0.x/modules/xc/hal/kano/xc/
H A Dmhal_sc.c1281 stCropInfo.u16YStart = gSrcInfo[MAIN_WINDOW].stCropWin.y; in _Hal_SC_fill_main_sw_db_burst()
1290 …MDrv_XC_MLoad_WriteCommand_NonXC(pInstance, 0x1014, 0x82, stCropInfo.u16YStart, 0x1fff); /… in _Hal_SC_fill_main_sw_db_burst()
1653 stCropInfo.u16YStart = gSrcInfo[MAIN_WINDOW].stCropWin.y; in Hal_SC_sw_db()
1661 MDrv_Write2ByteMask((REG_MVOP_BASE + 0x82), stCropInfo.u16YStart, 0x1fff); in Hal_SC_sw_db()
1864 stCropInfo.u16YStart = gSrcInfo[eWindow].stCropWin.y; in Hal_SC_SWDS_AddCmd()
1871 …WriteSWDSCommand(pInstance,MAIN_WINDOW,REG_MVOP_CROP_V_START,stCropInfo.u16YStart,DS_IP,DS_MVOP,&P… in Hal_SC_SWDS_AddCmd()
/utopia/UTPA2-700.0.x/modules/xc/hal/curry/xc/
H A Dmhal_sc.c1194 stCropInfo.u16YStart = gSrcInfo[MAIN_WINDOW].stCropWin.y; in _Hal_SC_fill_main_sw_db_burst()
1203 …MDrv_XC_MLoad_WriteCommand_NonXC(pInstance, 0x1014, 0x82, stCropInfo.u16YStart, 0x1fff); /… in _Hal_SC_fill_main_sw_db_burst()
1566 stCropInfo.u16YStart = gSrcInfo[MAIN_WINDOW].stCropWin.y; in Hal_SC_sw_db()
1574 MDrv_Write2ByteMask((REG_MVOP_BASE + 0x82), stCropInfo.u16YStart, 0x1fff); in Hal_SC_sw_db()
1777 stCropInfo.u16YStart = gSrcInfo[eWindow].stCropWin.y; in Hal_SC_SWDS_AddCmd()
1784 …WriteSWDSCommand(pInstance,MAIN_WINDOW,REG_MVOP_CROP_V_START,stCropInfo.u16YStart,DS_IP,DS_MVOP,&P… in Hal_SC_SWDS_AddCmd()
/utopia/UTPA2-700.0.x/modules/xc/hal/k6lite/xc/
H A Dmhal_sc.c1245 stCropInfo.u16YStart = gSrcInfo[MAIN_WINDOW].stCropWin.y; in _Hal_SC_fill_main_sw_db_burst()
1254 …MDrv_XC_MLoad_WriteCommand_NonXC(pInstance, 0x1014, 0x82, stCropInfo.u16YStart, 0x1fff); /… in _Hal_SC_fill_main_sw_db_burst()
1649 stCropInfo.u16YStart = gSrcInfo[MAIN_WINDOW].stCropWin.y; in Hal_SC_sw_db()
1657 MDrv_Write2ByteMask((REG_MVOP_BASE + 0x82), stCropInfo.u16YStart, 0x1fff); in Hal_SC_sw_db()
1856 stCropInfo.u16YStart = gSrcInfo[eWindow].stCropWin.y; in Hal_SC_SWDS_AddCmd()
1863 …WriteSWDSCommand(pInstance,MAIN_WINDOW,REG_MVOP_CROP_V_START,stCropInfo.u16YStart,DS_IP,DS_MVOP,&P… in Hal_SC_SWDS_AddCmd()
/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvMVOP.h643 MS_U16 u16YStart; member
/utopia/UTPA2-700.0.x/modules/xc/hal/k6/xc/
H A Dmhal_sc.c1462 stCropInfo.u16YStart = gSrcInfo[MAIN_WINDOW].stCropWin.y; in _Hal_SC_fill_main_sw_db_burst()
1471 …MDrv_XC_MLoad_WriteCommand_NonXC(pInstance, 0x1014, 0x82, stCropInfo.u16YStart, 0x1fff); /… in _Hal_SC_fill_main_sw_db_burst()
1844 stCropInfo.u16YStart = gSrcInfo[MAIN_WINDOW].stCropWin.y; in Hal_SC_sw_db()
1852 MDrv_Write2ByteMask((REG_MVOP_BASE + 0x82), stCropInfo.u16YStart, 0x1fff); in Hal_SC_sw_db()
2057 stCropInfo.u16YStart = gSrcInfo[eWindow].stCropWin.y; in Hal_SC_SWDS_AddCmd()
2064 …WriteSWDSCommand(pInstance,MAIN_WINDOW,REG_MVOP_CROP_V_START,stCropInfo.u16YStart,DS_IP,DS_MVOP,&P… in Hal_SC_SWDS_AddCmd()
/utopia/UTPA2-700.0.x/modules/xc/hal/maldives/xc/
H A Dmhal_sc.c3289 MDrv_XC_MLoad_WriteCmd(pInstance, REG_SC_BK0F_44_L, pstRepPixInfo->u16YStart, 0xFFFF); in Hal_XC_ReportPixelInfo()
3329 pstRepPixInfo->u16YStart +=REPWINVERTICALOFFSET ; in Hal_XC_ReportPixelInfo()
3334 MDrv_XC_MLoad_WriteCmd(pInstance, REG_SC_BK64_03_L, pstRepPixInfo->u16YStart, 0x1FFF); in Hal_XC_ReportPixelInfo()
/utopia/UTPA2-700.0.x/modules/xc/hal/M7621/xc/
H A Dmhal_sc.c2139 stCropInfo.u16YStart = gSrcInfo[eWindow].stCropWin.y; in Hal_SC_SWDS_AddCmd()
2153 stCropInfo.u16YStart = ((stCropInfo.u16YStart & 0x1FFF) + 3)&~0x3; in Hal_SC_SWDS_AddCmd()
2158 u16Mvop_sub_ystart = (stCropInfo.u16YStart/2 + 1)&~0x1; in Hal_SC_SWDS_AddCmd()
2178 if(stCropInfo.u16YStart == 0) in Hal_SC_SWDS_AddCmd()
2180 …DSCommand(pInstance,MAIN_WINDOW,REG_MVOP_CROP_V_START,0x4000|stCropInfo.u16YStart,DS_IP,DS_MVOP,&P… in Hal_SC_SWDS_AddCmd()
2184 …DSCommand(pInstance,MAIN_WINDOW,REG_MVOP_CROP_V_START,0x6000|stCropInfo.u16YStart,DS_IP,DS_MVOP,&P… in Hal_SC_SWDS_AddCmd()
6456 SC_W2BYTE(psXCInstPri->u32DeviceID, REG_SC_BK0F_44_L, pstRepPixInfo->u16YStart); in Hal_XC_ReportPixelInfo()
/utopia/UTPA2-700.0.x/modules/xc/hal/maxim/xc/
H A Dmhal_sc.c2152 stCropInfo.u16YStart = gSrcInfo[eWindow].stCropWin.y; in Hal_SC_SWDS_AddCmd()
2166 stCropInfo.u16YStart = ((stCropInfo.u16YStart & 0x1FFF) + 3)&~0x3; in Hal_SC_SWDS_AddCmd()
2171 u16Mvop_sub_ystart = (stCropInfo.u16YStart/2 + 1)&~0x1; in Hal_SC_SWDS_AddCmd()
2191 if(stCropInfo.u16YStart == 0) in Hal_SC_SWDS_AddCmd()
2193 …DSCommand(pInstance,MAIN_WINDOW,REG_MVOP_CROP_V_START,0x4000|stCropInfo.u16YStart,DS_IP,DS_MVOP,&P… in Hal_SC_SWDS_AddCmd()
2197 …DSCommand(pInstance,MAIN_WINDOW,REG_MVOP_CROP_V_START,0x6000|stCropInfo.u16YStart,DS_IP,DS_MVOP,&P… in Hal_SC_SWDS_AddCmd()
6476 SC_W2BYTE(psXCInstPri->u32DeviceID, REG_SC_BK0F_44_L, pstRepPixInfo->u16YStart); in Hal_XC_ReportPixelInfo()

12