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

/frameworks/av/services/camera/libcameraservice/camera2/
H A DJpegCompressor.cpp86 mCInfo.err = jpeg_std_error(&error);
87 mCInfo.err->error_exit = jpegErrorHandler;
89 jpeg_create_compress(&mCInfo);
99 mCInfo.dest = &jpegDestMgr;
102 mCInfo.image_width = mAuxBuffer->width;
103 mCInfo.image_height = mAuxBuffer->height;
104 mCInfo.input_components = 1; // 3;
105 mCInfo.in_color_space = JCS_GRAYSCALE; // JCS_RGB
107 ALOGV("%s: image_width = %d, image_height = %d", __FUNCTION__, mCInfo.image_width, mCInfo
[all...]
H A DJpegCompressor.h76 jpeg_compress_struct mCInfo; member in class:android::camera2::JpegCompressor

Completed in 102 milliseconds