Searched refs:yvu24 (Results 1 – 1 of 1) sorted by relevance
209 void YUV420toYVU24(ImageType yvu24, ImageType yuv420sp, int width, int height) in YUV420toYVU24() argument213 ImageType oyp = yvu24; in YUV420toYVU24()214 ImageType ovp = yvu24+frameSize; in YUV420toYVU24()215 ImageType oup = yvu24+frameSize+frameSize; in YUV420toYVU24()239 void YUV420toYVU24_NEW(ImageType yvu24, ImageType yuv420sp, int width, in YUV420toYVU24_NEW() argument244 ImageType oyp = yvu24; in YUV420toYVU24_NEW()245 ImageType ovp = yvu24 + frameSize; in YUV420toYVU24_NEW()246 ImageType oup = yvu24 + frameSize + frameSize; in YUV420toYVU24_NEW()248 memcpy(yvu24, yuv420sp, frameSize * sizeof(unsigned char)); in YUV420toYVU24_NEW()254 ovp = yvu24 + frameSize + j * width; in YUV420toYVU24_NEW()