Home
last modified time | relevance | path

Searched refs:stXCCrop (Results 1 – 25 of 38) sorted by relevance

12

/utopia/UTPA2-700.0.x/modules/mvop/hal/mainz/mvop/
H A DhalMVOP.c3268 void HAL_MVOP_SetCropforXC(MVOP_DevID eID, MVOP_XCGetCrop* stXCCrop, MS_U16 u16Width, MS_U16 u16Hei… in HAL_MVOP_SetCropforXC() argument
3270 …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()
3275 stXCCrop->u16XSize *= 2; in HAL_MVOP_SetCropforXC()
3276 stXCCrop->u16XStart *= 2; in HAL_MVOP_SetCropforXC()
3284 if((stXCCrop->u16XStart + stXCCrop->u16XSize) > u16Width) in HAL_MVOP_SetCropforXC()
3291 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > u16Height) in HAL_MVOP_SetCropforXC()
3299 if(stXCCrop->reserve[1] != 0xff && stXCCrop->reserve[1] != 0x0) //mfdec enable in HAL_MVOP_SetCropforXC()
3301 if((TRUE == g_pHalMVOPCtx->bMirrorModeHor) && (stXCCrop->u16XSize != 0)) in HAL_MVOP_SetCropforXC()
3303 stXCCrop->u16XStart = stXCCrop->u16XStart + stXCCrop->u16XSize - 0x10; in HAL_MVOP_SetCropforXC()
[all …]
H A DhalMVOP.h265 void HAL_MVOP_SetCropforXC(MVOP_DevID eID, MVOP_XCGetCrop* stXCCrop, MS_U16 u16Width, MS_U16 u16Hei…
/utopia/UTPA2-700.0.x/modules/mvop/hal/messi/mvop/
H A DhalMVOP.c3268 void HAL_MVOP_SetCropforXC(MVOP_DevID eID, MVOP_XCGetCrop* stXCCrop, MS_U16 u16Width, MS_U16 u16Hei… in HAL_MVOP_SetCropforXC() argument
3270 …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()
3275 stXCCrop->u16XSize *= 2; in HAL_MVOP_SetCropforXC()
3276 stXCCrop->u16XStart *= 2; in HAL_MVOP_SetCropforXC()
3284 if((stXCCrop->u16XStart + stXCCrop->u16XSize) > u16Width) in HAL_MVOP_SetCropforXC()
3291 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > u16Height) in HAL_MVOP_SetCropforXC()
3299 if(stXCCrop->reserve[1] != 0xff && stXCCrop->reserve[1] != 0x0) //mfdec enable in HAL_MVOP_SetCropforXC()
3301 if((TRUE == g_pHalMVOPCtx->bMirrorModeHor) && (stXCCrop->u16XSize != 0)) in HAL_MVOP_SetCropforXC()
3303 stXCCrop->u16XStart = stXCCrop->u16XStart + stXCCrop->u16XSize - 0x10; in HAL_MVOP_SetCropforXC()
[all …]
H A DhalMVOP.h265 void HAL_MVOP_SetCropforXC(MVOP_DevID eID, MVOP_XCGetCrop* stXCCrop, MS_U16 u16Width, MS_U16 u16Hei…
/utopia/UTPA2-700.0.x/modules/mvop/hal/manhattan/mvop/
H A DhalMVOP.c3179 void HAL_MVOP_SetCropforXC(MVOP_DevID eID, MVOP_XCGetCrop* stXCCrop, MS_U16 u16Width, MS_U16 u16Hei… in HAL_MVOP_SetCropforXC() argument
3182stXCCrop->u16XStart, stXCCrop->>u16YStart, stXCCrop->>u16XSize, stXCCrop->u16YSize, u16Width, u16H… in HAL_MVOP_SetCropforXC()
3191 if((stXCCrop->u16XStart + stXCCrop->u16XSize) > u16Width) in HAL_MVOP_SetCropforXC()
3200 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > u16Height) in HAL_MVOP_SetCropforXC()
3208 …g_pHalMVOPCtx->u16CropXStart = g_pHalMVOPCtx->u16CropXSize - stXCCrop->u16XStart - stXCCrop->u16XS… in HAL_MVOP_SetCropforXC()
3209 stXCCrop->u16XStart = g_pHalMVOPCtx->u16CropXStart; in HAL_MVOP_SetCropforXC()
3210 g_pHalMVOPCtx->u16CropXSize = stXCCrop->u16XSize; in HAL_MVOP_SetCropforXC()
3216 g_pHalMVOPCtx->u16CropXStart = stXCCrop->u16XStart; in HAL_MVOP_SetCropforXC()
3217 g_pHalMVOPCtx->u16CropXSize = stXCCrop->u16XSize; in HAL_MVOP_SetCropforXC()
3222 …g_pHalMVOPCtx->u16CropYStart = g_pHalMVOPCtx->u16CropYSize - stXCCrop->u16YStart - stXCCrop->u16YS… in HAL_MVOP_SetCropforXC()
[all …]
H A DhalMVOP.h280 void HAL_MVOP_SetCropforXC(MVOP_DevID eID, MVOP_XCGetCrop* stXCCrop, MS_U16 u16Width, MS_U16 u16Hei…
/utopia/UTPA2-700.0.x/modules/mvop/hal/mooney/mvop/
H A DhalMVOP.c3175 void HAL_MVOP_SetCropforXC(MVOP_DevID eID, MVOP_XCGetCrop* stXCCrop, MS_U16 u16Width, MS_U16 u16Hei… in HAL_MVOP_SetCropforXC() argument
3178stXCCrop->u16XStart, stXCCrop->>u16YStart, stXCCrop->>u16XSize, stXCCrop->u16YSize, u16Width, u16H… in HAL_MVOP_SetCropforXC()
3187 if((stXCCrop->u16XStart + stXCCrop->u16XSize) > u16Width) in HAL_MVOP_SetCropforXC()
3196 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > u16Height) in HAL_MVOP_SetCropforXC()
3202 stXCCrop->u16XStart = ALIGN_UPTO_2(stXCCrop->u16XStart); in HAL_MVOP_SetCropforXC()
3203 stXCCrop->u16XSize = ALIGN_UPTO_2(stXCCrop->u16XSize); in HAL_MVOP_SetCropforXC()
3204 g_pHalMVOPCtx->u16CropXStart = stXCCrop->u16XStart; in HAL_MVOP_SetCropforXC()
3205 g_pHalMVOPCtx->u16CropXSize = stXCCrop->u16XSize; 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()
[all …]
H A DhalMVOP.h283 void HAL_MVOP_SetCropforXC(MVOP_DevID eID, MVOP_XCGetCrop* stXCCrop, MS_U16 u16Width, MS_U16 u16Hei…
/utopia/UTPA2-700.0.x/modules/mvop/hal/maserati/mvop/
H A DhalMVOP.c3370 void HAL_MVOP_SetCropforXC(MVOP_DevID eID, MVOP_XCGetCrop* stXCCrop, MS_U16 u16Width, MS_U16 u16Hei… in HAL_MVOP_SetCropforXC() argument
3373stXCCrop->u16XStart, stXCCrop->>u16YStart, stXCCrop->>u16XSize, stXCCrop->u16YSize, u16Width, u16H… in HAL_MVOP_SetCropforXC()
3382 if((stXCCrop->u16XStart + stXCCrop->u16XSize) > u16Width) in HAL_MVOP_SetCropforXC()
3391 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > u16Height) in HAL_MVOP_SetCropforXC()
3397 stXCCrop->u16XStart = ALIGN_UPTO_2(stXCCrop->u16XStart); in HAL_MVOP_SetCropforXC()
3398 stXCCrop->u16XSize = ALIGN_UPTO_2(stXCCrop->u16XSize); in HAL_MVOP_SetCropforXC()
3399 g_pHalMVOPCtx->u16CropXStart = stXCCrop->u16XStart; in HAL_MVOP_SetCropforXC()
3400 g_pHalMVOPCtx->u16CropXSize = stXCCrop->u16XSize; 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()
[all …]
/utopia/UTPA2-700.0.x/modules/mvop/hal/M7621/mvop/
H A DhalMVOP.c3351 void HAL_MVOP_SetCropforXC(MVOP_DevID eID, MVOP_XCGetCrop* stXCCrop, MS_U16 u16Width, MS_U16 u16Hei… in HAL_MVOP_SetCropforXC() argument
3354stXCCrop->u16XStart, stXCCrop->>u16YStart, stXCCrop->>u16XSize, stXCCrop->u16YSize, u16Width, u16H… in HAL_MVOP_SetCropforXC()
3363 if((stXCCrop->u16XStart + stXCCrop->u16XSize) > u16Width) in HAL_MVOP_SetCropforXC()
3372 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > u16Height) in HAL_MVOP_SetCropforXC()
3378 stXCCrop->u16XStart = ALIGN_UPTO_2(stXCCrop->u16XStart); in HAL_MVOP_SetCropforXC()
3379 stXCCrop->u16XSize = ALIGN_UPTO_2(stXCCrop->u16XSize); in HAL_MVOP_SetCropforXC()
3380 g_pHalMVOPCtx->u16CropXStart = stXCCrop->u16XStart; in HAL_MVOP_SetCropforXC()
3381 g_pHalMVOPCtx->u16CropXSize = stXCCrop->u16XSize; 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()
[all …]
H A DhalMVOP.h284 void HAL_MVOP_SetCropforXC(MVOP_DevID eID, MVOP_XCGetCrop* stXCCrop, MS_U16 u16Width, MS_U16 u16Hei…
/utopia/UTPA2-700.0.x/modules/mvop/hal/macan/mvop/
H A DhalMVOP.c3310 void HAL_MVOP_SetCropforXC(MVOP_DevID eID, MVOP_XCGetCrop* stXCCrop, MS_U16 u16Width, MS_U16 u16Hei… in HAL_MVOP_SetCropforXC() argument
3313stXCCrop->u16XStart, stXCCrop->>u16YStart, stXCCrop->>u16XSize, stXCCrop->u16YSize, u16Width, u16H… in HAL_MVOP_SetCropforXC()
3322 if((stXCCrop->u16XStart + stXCCrop->u16XSize) > u16Width) in HAL_MVOP_SetCropforXC()
3331 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > u16Height) in HAL_MVOP_SetCropforXC()
3337 stXCCrop->u16XStart = ALIGN_UPTO_2(stXCCrop->u16XStart); in HAL_MVOP_SetCropforXC()
3338 stXCCrop->u16XSize = ALIGN_UPTO_2(stXCCrop->u16XSize); in HAL_MVOP_SetCropforXC()
3339 g_pHalMVOPCtx->u16CropXStart = stXCCrop->u16XStart; in HAL_MVOP_SetCropforXC()
3340 g_pHalMVOPCtx->u16CropXSize = stXCCrop->u16XSize; 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()
[all …]
H A DhalMVOP.h260 void HAL_MVOP_SetCropforXC(MVOP_DevID eID, MVOP_XCGetCrop* stXCCrop, MS_U16 u16Width, MS_U16 u16Hei…
/utopia/UTPA2-700.0.x/modules/mvop/hal/M7821/mvop/
H A DhalMVOP.c3340 void HAL_MVOP_SetCropforXC(MVOP_DevID eID, MVOP_XCGetCrop* stXCCrop, MS_U16 u16Width, MS_U16 u16Hei… in HAL_MVOP_SetCropforXC() argument
3343stXCCrop->u16XStart, stXCCrop->>u16YStart, stXCCrop->>u16XSize, stXCCrop->u16YSize, u16Width, u16H… in HAL_MVOP_SetCropforXC()
3352 if((stXCCrop->u16XStart + stXCCrop->u16XSize) > u16Width) in HAL_MVOP_SetCropforXC()
3361 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > u16Height) in HAL_MVOP_SetCropforXC()
3367 stXCCrop->u16XStart = ALIGN_UPTO_2(stXCCrop->u16XStart); in HAL_MVOP_SetCropforXC()
3368 stXCCrop->u16XSize = ALIGN_UPTO_2(stXCCrop->u16XSize); in HAL_MVOP_SetCropforXC()
3369 g_pHalMVOPCtx->u16CropXStart = stXCCrop->u16XStart; in HAL_MVOP_SetCropforXC()
3370 g_pHalMVOPCtx->u16CropXSize = stXCCrop->u16XSize; 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()
[all …]
/utopia/UTPA2-700.0.x/modules/mvop/hal/maxim/mvop/
H A DhalMVOP.c3412 void HAL_MVOP_SetCropforXC(MVOP_DevID eID, MVOP_XCGetCrop* stXCCrop, MS_U16 u16Width, MS_U16 u16Hei… in HAL_MVOP_SetCropforXC() argument
3415stXCCrop->u16XStart, stXCCrop->>u16YStart, stXCCrop->>u16XSize, stXCCrop->u16YSize, u16Width, u16H… in HAL_MVOP_SetCropforXC()
3424 if((stXCCrop->u16XStart + stXCCrop->u16XSize) > u16Width) in HAL_MVOP_SetCropforXC()
3433 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > u16Height) in HAL_MVOP_SetCropforXC()
3439 stXCCrop->u16XStart = ALIGN_UPTO_2(stXCCrop->u16XStart); in HAL_MVOP_SetCropforXC()
3440 stXCCrop->u16XSize = ALIGN_UPTO_2(stXCCrop->u16XSize); in HAL_MVOP_SetCropforXC()
3441 g_pHalMVOPCtx->u16CropXStart = stXCCrop->u16XStart; in HAL_MVOP_SetCropforXC()
3442 g_pHalMVOPCtx->u16CropXSize = stXCCrop->u16XSize; 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()
[all …]
/utopia/UTPA2-700.0.x/modules/mvop/hal/curry/mvop/
H A DhalMVOP.c3424 void HAL_MVOP_SetCropforXC(MVOP_DevID eID, MVOP_XCGetCrop* stXCCrop, MS_U16 u16Width, MS_U16 u16Hei… in HAL_MVOP_SetCropforXC() argument
3427stXCCrop->u16XStart, stXCCrop->u16XSize, stXCCrop->u16YStart, stXCCrop->u16YSize, u16Width, u16Hei… in HAL_MVOP_SetCropforXC()
3436 if((stXCCrop->u16XStart + stXCCrop->u16XSize) > g_pHalMVOPCtx->u16CropXSize) in HAL_MVOP_SetCropforXC()
3445 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > g_pHalMVOPCtx->u16CropYSize) in HAL_MVOP_SetCropforXC()
3453 …g_pHalMVOPCtx->u16CropXStart = g_pHalMVOPCtx->u16CropXSize - stXCCrop->u16XStart - stXCCrop->u16XS… in HAL_MVOP_SetCropforXC()
3454 stXCCrop->u16XStart = g_pHalMVOPCtx->u16CropXStart; in HAL_MVOP_SetCropforXC()
3455 g_pHalMVOPCtx->u16CropXSize = stXCCrop->u16XSize; in HAL_MVOP_SetCropforXC()
3460 stXCCrop->u16XStart += g_pHalMVOPCtx->u16CropXStart; in HAL_MVOP_SetCropforXC()
3461 g_pHalMVOPCtx->u16CropXStart = stXCCrop->u16XStart; in HAL_MVOP_SetCropforXC()
3462 g_pHalMVOPCtx->u16CropXSize = stXCCrop->u16XSize; in HAL_MVOP_SetCropforXC()
[all …]
/utopia/UTPA2-700.0.x/modules/mvop/hal/kastor/mvop/
H A DhalMVOP.c3406 void HAL_MVOP_SetCropforXC(MVOP_DevID eID, MVOP_XCGetCrop* stXCCrop, MS_U16 u16Width, MS_U16 u16Hei… in HAL_MVOP_SetCropforXC() argument
3409stXCCrop->u16XStart, stXCCrop->u16XSize, stXCCrop->u16YStart, stXCCrop->u16YSize, u16Width, u16Hei… in HAL_MVOP_SetCropforXC()
3418 if((stXCCrop->u16XStart + stXCCrop->u16XSize) > g_pHalMVOPCtx->u16CropXSize) in HAL_MVOP_SetCropforXC()
3427 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > g_pHalMVOPCtx->u16CropYSize) in HAL_MVOP_SetCropforXC()
3435 …g_pHalMVOPCtx->u16CropXStart = g_pHalMVOPCtx->u16CropXSize - stXCCrop->u16XStart - stXCCrop->u16XS… in HAL_MVOP_SetCropforXC()
3436 stXCCrop->u16XStart = g_pHalMVOPCtx->u16CropXStart; in HAL_MVOP_SetCropforXC()
3437 g_pHalMVOPCtx->u16CropXSize = stXCCrop->u16XSize; in HAL_MVOP_SetCropforXC()
3442 stXCCrop->u16XStart += g_pHalMVOPCtx->u16CropXStart; in HAL_MVOP_SetCropforXC()
3443 g_pHalMVOPCtx->u16CropXStart = stXCCrop->u16XStart; in HAL_MVOP_SetCropforXC()
3444 g_pHalMVOPCtx->u16CropXSize = stXCCrop->u16XSize; in HAL_MVOP_SetCropforXC()
[all …]
/utopia/UTPA2-700.0.x/modules/mvop/hal/kano/mvop/
H A DhalMVOP.c3428 void HAL_MVOP_SetCropforXC(MVOP_DevID eID, MVOP_XCGetCrop* stXCCrop, MS_U16 u16Width, MS_U16 u16Hei… in HAL_MVOP_SetCropforXC() argument
3431stXCCrop->u16XStart, stXCCrop->u16XSize, stXCCrop->u16YStart, stXCCrop->u16YSize, u16Width, u16Hei… in HAL_MVOP_SetCropforXC()
3440 if((stXCCrop->u16XStart + stXCCrop->u16XSize) > g_pHalMVOPCtx->u16CropXSize) in HAL_MVOP_SetCropforXC()
3449 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > g_pHalMVOPCtx->u16CropYSize) in HAL_MVOP_SetCropforXC()
3457 …g_pHalMVOPCtx->u16CropXStart = g_pHalMVOPCtx->u16CropXSize - stXCCrop->u16XStart - stXCCrop->u16XS… in HAL_MVOP_SetCropforXC()
3458 stXCCrop->u16XStart = g_pHalMVOPCtx->u16CropXStart; in HAL_MVOP_SetCropforXC()
3459 g_pHalMVOPCtx->u16CropXSize = stXCCrop->u16XSize; in HAL_MVOP_SetCropforXC()
3464 stXCCrop->u16XStart += g_pHalMVOPCtx->u16CropXStart; in HAL_MVOP_SetCropforXC()
3465 g_pHalMVOPCtx->u16CropXStart = stXCCrop->u16XStart; in HAL_MVOP_SetCropforXC()
3466 g_pHalMVOPCtx->u16CropXSize = stXCCrop->u16XSize; in HAL_MVOP_SetCropforXC()
[all …]
/utopia/UTPA2-700.0.x/modules/mvop/hal/M5621/mvop/
H A DhalMVOP.c3239 void HAL_MVOP_SetCropforXC(MVOP_DevID eID, MVOP_XCGetCrop* stXCCrop, MS_U16 u16Width, MS_U16 u16Hei… in HAL_MVOP_SetCropforXC() argument
3242stXCCrop->u16XStart, stXCCrop->>u16YStart, stXCCrop->>u16XSize, stXCCrop->u16YSize, u16Width, u16H… in HAL_MVOP_SetCropforXC()
3248 if((stXCCrop->u16XStart + stXCCrop->u16XSize) > u16Width) in HAL_MVOP_SetCropforXC()
3253 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > u16Height) in HAL_MVOP_SetCropforXC()
3258 stXCCrop->u16XStart = ALIGN_UPTO_2(stXCCrop->u16XStart); in HAL_MVOP_SetCropforXC()
3259 stXCCrop->u16XSize = ALIGN_UPTO_2(stXCCrop->u16XSize); in HAL_MVOP_SetCropforXC()
3260 g_pHalMVOPCtx->u16CropXStart = stXCCrop->u16XStart; in HAL_MVOP_SetCropforXC()
3261 g_pHalMVOPCtx->u16CropXSize = stXCCrop->u16XSize; in HAL_MVOP_SetCropforXC()
3263 g_pHalMVOPCtx->u16CropYStart = stXCCrop->u16YStart; in HAL_MVOP_SetCropforXC()
3267 stXCCrop->u16YStart |= 0x2000; in HAL_MVOP_SetCropforXC()
[all …]
H A DhalMVOP.h293 void HAL_MVOP_SetCropforXC(MVOP_DevID eID, MVOP_XCGetCrop* stXCCrop, MS_U16 u16Width, MS_U16 u16Hei…
/utopia/UTPA2-700.0.x/modules/mvop/hal/k7u/mvop/
H A DhalMVOP.c3451 void HAL_MVOP_SetCropforXC(MVOP_DevID eID, MVOP_XCGetCrop* stXCCrop, MS_U16 u16Width, MS_U16 u16Hei… in HAL_MVOP_SetCropforXC() argument
3454stXCCrop->u16XStart, stXCCrop->u16XSize, stXCCrop->u16YStart, stXCCrop->u16YSize, u16Width, u16Hei… in HAL_MVOP_SetCropforXC()
3462 if((stXCCrop->u16XStart + stXCCrop->u16XSize) > u16Width) in HAL_MVOP_SetCropforXC()
3468 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > u16Height) in HAL_MVOP_SetCropforXC()
3474 g_pHalMVOPCtx->u16CropXStart = stXCCrop->u16XStart; in HAL_MVOP_SetCropforXC()
3479 stXCCrop->u16XSize = stXCCrop->u16XSize >> 1; in HAL_MVOP_SetCropforXC()
3481 g_pHalMVOPCtx->u16CropXSize = stXCCrop->u16XSize; 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()
[all …]
/utopia/UTPA2-700.0.x/modules/mvop/hal/k6/mvop/
H A DhalMVOP.c3441 void HAL_MVOP_SetCropforXC(MVOP_DevID eID, MVOP_XCGetCrop* stXCCrop, MS_U16 u16Width, MS_U16 u16Hei… in HAL_MVOP_SetCropforXC() argument
3444stXCCrop->u16XStart, stXCCrop->u16XSize, stXCCrop->u16YStart, stXCCrop->u16YSize, u16Width, u16Hei… in HAL_MVOP_SetCropforXC()
3452 if((stXCCrop->u16XStart + stXCCrop->u16XSize) > u16Width) in HAL_MVOP_SetCropforXC()
3458 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > u16Height) in HAL_MVOP_SetCropforXC()
3464 g_pHalMVOPCtx->u16CropXStart = stXCCrop->u16XStart; in HAL_MVOP_SetCropforXC()
3469 stXCCrop->u16XSize = stXCCrop->u16XSize >> 1; in HAL_MVOP_SetCropforXC()
3471 g_pHalMVOPCtx->u16CropXSize = stXCCrop->u16XSize; 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()
[all …]
/utopia/UTPA2-700.0.x/modules/mvop/hal/k6lite/mvop/
H A DhalMVOP.c3388 void HAL_MVOP_SetCropforXC(MVOP_DevID eID, MVOP_XCGetCrop* stXCCrop, MS_U16 u16Width, MS_U16 u16Hei… in HAL_MVOP_SetCropforXC() argument
3391stXCCrop->u16XStart, stXCCrop->u16XSize, stXCCrop->u16YStart, stXCCrop->u16YSize, u16Width, u16Hei… in HAL_MVOP_SetCropforXC()
3399 if((stXCCrop->u16XStart + stXCCrop->u16XSize) > u16Width) in HAL_MVOP_SetCropforXC()
3405 if((stXCCrop->u16YStart + stXCCrop->u16YSize) > u16Height) in HAL_MVOP_SetCropforXC()
3411 g_pHalMVOPCtx->u16CropXStart = stXCCrop->u16XStart; in HAL_MVOP_SetCropforXC()
3416 stXCCrop->u16XSize = stXCCrop->u16XSize >> 1; in HAL_MVOP_SetCropforXC()
3418 g_pHalMVOPCtx->u16CropXSize = stXCCrop->u16XSize; 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()
[all …]
/utopia/UTPA2-700.0.x/modules/xc/hal/messi/xc/
H A Dmhal_sc.c1324 stCropADD.stXCCrop.u16XStart = gSrcInfo[eWindow].stCropWin.x; in Hal_SC_SWDS_AddCmd()
1325 stCropADD.stXCCrop.u16YStart = gSrcInfo[eWindow].stCropWin.y; in Hal_SC_SWDS_AddCmd()
1326 stCropADD.stXCCrop.u16XSize = gSrcInfo[eWindow].stCropWin.width; in Hal_SC_SWDS_AddCmd()
1327 stCropADD.stXCCrop.u16YSize = gSrcInfo[eWindow].stCropWin.height; in Hal_SC_SWDS_AddCmd()
1328 stCropADD.stXCCrop.reserve[1] = gSrcInfo[eWindow].Status2.u32MFCodecInfo; in Hal_SC_SWDS_AddCmd()
1332 …MDrv_MVOP_GetCommand(&stHdl, E_MVOP_CMD_GET_CROP_FOR_XC, &stCropADD.stXCCrop, sizeof(MVOP_XCGetCro… in Hal_SC_SWDS_AddCmd()
1336 …_WriteSWDSCommand(pInstance,MAIN_WINDOW,REG_MVOP_CROP_H_START,stCropADD.stXCCrop.u16XStart,DS_IP,D… in Hal_SC_SWDS_AddCmd()
1337 …AIN_WINDOW,REG_MVOP_CROP_V_START,/*0x2000| not work in messi*/stCropADD.stXCCrop.u16YStart,DS_IP,D… in Hal_SC_SWDS_AddCmd()
1338 …C_WriteSWDSCommand(pInstance,MAIN_WINDOW,REG_MVOP_CROP_H_SIZE,stCropADD.stXCCrop.u16XSize,DS_IP,DS… in Hal_SC_SWDS_AddCmd()
1339 …C_WriteSWDSCommand(pInstance,MAIN_WINDOW,REG_MVOP_CROP_V_SIZE,stCropADD.stXCCrop.u16YSize,DS_IP,DS… in Hal_SC_SWDS_AddCmd()
[all …]
/utopia/UTPA2-700.0.x/modules/xc/hal/mainz/xc/
H A Dmhal_sc.c1434 stCropADD.stXCCrop.u16XStart = gSrcInfo[eWindow].stCropWin.x; in Hal_SC_SWDS_AddCmd()
1435 stCropADD.stXCCrop.u16YStart = gSrcInfo[eWindow].stCropWin.y; in Hal_SC_SWDS_AddCmd()
1436 stCropADD.stXCCrop.u16XSize = gSrcInfo[eWindow].stCropWin.width; in Hal_SC_SWDS_AddCmd()
1437 stCropADD.stXCCrop.u16YSize = gSrcInfo[eWindow].stCropWin.height; in Hal_SC_SWDS_AddCmd()
1438 stCropADD.stXCCrop.reserve[1] = gSrcInfo[eWindow].Status2.u32MFCodecInfo; in Hal_SC_SWDS_AddCmd()
1442 …MDrv_MVOP_GetCommand(&stHdl, E_MVOP_CMD_GET_CROP_FOR_XC, &stCropADD.stXCCrop, sizeof(MVOP_XCGetCro… in Hal_SC_SWDS_AddCmd()
1446 …_WriteSWDSCommand(pInstance,MAIN_WINDOW,REG_MVOP_CROP_H_START,stCropADD.stXCCrop.u16XStart,DS_IP,D… in Hal_SC_SWDS_AddCmd()
1447 …AIN_WINDOW,REG_MVOP_CROP_V_START,/*0x2000| not work in messi*/stCropADD.stXCCrop.u16YStart,DS_IP,D… in Hal_SC_SWDS_AddCmd()
1448 …C_WriteSWDSCommand(pInstance,MAIN_WINDOW,REG_MVOP_CROP_H_SIZE,stCropADD.stXCCrop.u16XSize,DS_IP,DS… in Hal_SC_SWDS_AddCmd()
1449 …C_WriteSWDSCommand(pInstance,MAIN_WINDOW,REG_MVOP_CROP_V_SIZE,stCropADD.stXCCrop.u16YSize,DS_IP,DS… in Hal_SC_SWDS_AddCmd()
[all …]

12