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