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

  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzYUV.m 30 #define yuv_matrix (this->hidden->yuv_matrix)
68 SetIdentityMatrix (yuv_matrix);
69 ScaleMatrix (yuv_matrix, scale_x, scale_y, Long2Fix (0), Long2Fix (0));
71 SetDSequenceMatrix (yuv_seq, yuv_matrix);
103 SDL_free (yuv_matrix);
137 yuv_matrix = (MatrixRecordPtr) SDL_malloc (sizeof(MatrixRecord));
138 if (yuv_matrix == NULL) {
197 SetIdentityMatrix (yuv_matrix);
225 yuv_matrix,
    [all...]
SDL_QuartzVideo.h 118 MatrixRecordPtr yuv_matrix; member in struct:SDL_PrivateVideoData

Completed in 29 milliseconds