Searched refs:inYuv (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DYuvToJpegEncoder.h26 * @param inYuv The input yuv data.
29 * @param offsets The offsets in each image plane with respect to inYuv.
33 bool encode(SkWStream* stream, void* inYuv, int width,
H A DYuvToJpegEncoder.cpp26 bool YuvToJpegEncoder::encode(SkWStream* stream, void* inYuv, int width, argument
45 compress(&cinfo, (uint8_t*) inYuv, offsets);
221 static jboolean YuvImage_compressToJpeg(JNIEnv* env, jobject, jbyteArray inYuv, argument
225 jbyte* yuv = env->GetByteArrayElements(inYuv, NULL);
238 env->ReleaseByteArrayElements(inYuv, yuv, 0);

Completed in 172 milliseconds