RE: How to copy YUV planar formats data(YV12,I420,YVU9 ) to Direct
From: Anoop Mishra (AnoopMishra_at_discussions.microsoft.com)
Date: 08/23/04
- Next message: Jeremy: "cache management in HTTP video rendering"
- Previous message: mynab: "Re: JPEG to AVI"
- In reply to: Don Jordan: "RE: How to copy YUV planar formats data(YV12,I420,YVU9 ) to Direct"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 23 Aug 2004 02:09:04 -0700
Sir, It's true, to transform Planer into Packed format when DirectDraw
surface supports only Packed YUV pixel format.
Here i want to copy the Planer YUV raw video data (YVU9/YV12) onto the
Planer YUV (YVU9/YV12) pixel format DirectDraw surface. DirectDraw Surface
supports Planer YUV pixel format also.
So ideally i do not require transformation of Planer YUV format into packed
YUV format.
Thanks in advance to the Discussion Group...
"Don Jordan" wrote:
> If the DirectDraw surface does not support those planar YUV video formats,
> then you will have to convert it to a format that can be used. You said
> youself in your first post that the DirectDraw surface worked for the UYVY
> format. If all you need to do is a memory move, then the web site url I
> posted earlier will give you the necessary information on the planar YUV
> formats to calculate the size of the buffer.
>
- Next message: Jeremy: "cache management in HTTP video rendering"
- Previous message: mynab: "Re: JPEG to AVI"
- In reply to: Don Jordan: "RE: How to copy YUV planar formats data(YV12,I420,YVU9 ) to Direct"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|