Searched refs:yvu24 (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Camera/jni/ |
D | feature_mos_jni.cpp | 209 void YUV420toYVU24(ImageType yvu24, ImageType yuv420sp, int width, int height) in YUV420toYVU24() argument 213 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() argument 244 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()
|
/packages/apps/LegacyCamera/jni/ |
D | feature_mos_jni.cpp | 209 void YUV420toYVU24(ImageType yvu24, ImageType yuv420sp, int width, int height) in YUV420toYVU24() argument 213 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() argument 244 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()
|
/packages/apps/Gallery2/jni_mosaic/ |
D | feature_mos_jni.cpp | 209 void YUV420toYVU24(ImageType yvu24, ImageType yuv420sp, int width, int height) in YUV420toYVU24() argument 213 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() argument 244 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()
|