HomeSort by relevance Sort by last modified time
    Searched refs:yuv_idh (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzYUV.m 29 #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).revisionLevel = 0
    [all...]
SDL_QuartzVideo.h 117 ImageDescriptionHandle yuv_idh; member in struct:SDL_PrivateVideoData

Completed in 23 milliseconds