Searched refs:yuv_idh (Results 1 - 2 of 2) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
H A DSDL_QuartzYUV.m29 #define yuv_idh (this->hidden->yuv_idh)
104 DisposeHandle ((Handle)yuv_idh);
131 yuv_idh = (ImageDescriptionHandle) NewHandleClear (sizeof(ImageDescription));
132 if (yuv_idh == NULL) {
199 HLock ((Handle)yuv_idh);
201 (**yuv_idh).idSize = sizeof(ImageDescription);
202 (**yuv_idh).cType = codec;
203 (**yuv_idh).version = 1;
204 (**yuv_idh)
[all...]
H A DSDL_QuartzVideo.h117 ImageDescriptionHandle yuv_idh; member in struct:SDL_PrivateVideoData

Completed in 93 milliseconds