Searched refs:inYuv (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/libs/hwui/jni/ |
D | YuvToJpegEncoder.cpp | 35 bool YuvToJpegEncoder::encode(SkWStream* stream, void* inYuv, int width, in encode() argument 56 compress(&cinfo, (uint8_t*) inYuv, offsets); in encode() 234 static jboolean YuvImage_compressToJpeg(JNIEnv* env, jobject, jbyteArray inYuv, in YuvImage_compressToJpeg() argument 238 jbyte* yuv = env->GetByteArrayElements(inYuv, NULL); in YuvImage_compressToJpeg() 251 env->ReleaseByteArrayElements(inYuv, yuv, 0); in YuvImage_compressToJpeg()
|
D | YuvToJpegEncoder.h | 33 bool encode(SkWStream* stream, void* inYuv, int width,
|