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

  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzYUV.m 36 #define yuv_height (this->hidden->yuv_height)
61 if (dst->w != yuv_width || dst->h != yuv_height) {
74 yuv_height = dst->h;
327 yuv_height = overlay->h;
SDL_QuartzVideo.h 122 Sint16 yuv_width, yuv_height; member in struct:SDL_PrivateVideoData

Completed in 94 milliseconds