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.cpp37 bool YuvToJpegEncoder::encode(SkWStream* stream, void* inYuv, int width, argument
58 compress(&cinfo, (uint8_t*) inYuv, offsets);
236 static jboolean YuvImage_compressToJpeg(JNIEnv* env, jobject, jbyteArray inYuv, argument
240 jbyte* yuv = env->GetByteArrayElements(inYuv, NULL);
253 env->ReleaseByteArrayElements(inYuv, yuv, 0);

Completed in 64 milliseconds