Home | History | Annotate | Download | only in src

Lines Matching refs:i32UComponentOffset

407         psFrame->i32UComponentOffset = ui16Stride * ui16PictureHeight;   // ui16SrcUBase
414 psFrame->i32UComponentOffset = 0; // ui16SrcUBase
421 psFrame->i32UComponentOffset = ui16Stride * ui16PictureHeight; // ui16SrcUBase
428 psFrame->i32UComponentOffset = ui16Stride * ui16PictureHeight + (ui16Stride / 2) * (ui16PictureHeight / 2); // ui16SrcUBase
435 psFrame->i32UComponentOffset = ui16Stride * ui16PictureHeight + (ui16Stride / 2); // ui16SrcUBase
442 psFrame->i32UComponentOffset = ui16Stride * ui16PictureHeight; // ui16SrcUBase
449 psFrame->i32UComponentOffset = ui16Stride * ui16PictureHeight + (ui16Stride / 2) * ui16PictureHeight; // ui16SrcUBase
456 psFrame->i32UComponentOffset = 0; // ui16SrcUBase
463 psFrame->i32UComponentOffset = ui16Stride * ui16PictureHeight + (ui16Stride / 2); // ui16SrcUBase
470 psFrame->i32UComponentOffset = 0; // ui16SrcUBase
480 psFrame->i32UComponentOffset = 0; // ui16SrcUBase
494 psFrame->i32UComponentOffset = psFrame->i32VComponentOffset + (ui16Stride / 2);
497 psFrame->i32UComponentOffset *= 2;
572 drv_debug_msg(VIDEO_DEBUG_GENERAL, "%s i32YComponentOffset = %d, i32UComponentOffset = %d, i32VComponentOffset = %d\n",
573 __FUNCTION__, (int)(psFrame->i32YComponentOffset), (int)(psFrame->i32UComponentOffset), (int)(psFrame->i32VComponentOffset));
633 srf_buf_offset + psSrcFrame->i32UComponentOffset + psSrcFrame->i32Field0UOffset,
646 srf_buf_offset + psSrcFrame->i32UComponentOffset + psSrcFrame->i32Field1UOffset,
658 srf_buf_offset + psSrcFrame->i32UComponentOffset + psSrcFrame->i32Field0UOffset, 0);
668 srf_buf_offset + psSrcFrame->i32UComponentOffset + psSrcFrame->i32Field1UOffset, 0);