Searched refs:image_width (Results 1 – 7 of 7) sorted by relevance
67 cinfo->image_width = width; in setJpegCompressStruct()97 int width = cinfo->image_width; in compress()173 int width = cinfo->image_width; in compress()
102 mCInfo.image_width = mAuxBuffer->width; in threadLoop()107 …ALOGV("%s: image_width = %d, image_height = %d", __FUNCTION__, mCInfo.image_width, mCInfo.image_he… in threadLoop()
63 cinfo.image_width = width; in writeJpegFile()
96 mCompressInfo.image_width = width; in configureCompressor()144 int width = mCompressInfo.image_width; in compressData()
2684 int image_width = image.getIntrinsicWidth(); in rescaleBigImage() local2687 Log.d(LOG_TAG, "--- rescaleBigImage:" + image_width + "," + image_height in rescaleBigImage()2690 if (image_width > MAXWIDTH) { in rescaleBigImage()2691 image_width = MAXWIDTH; in rescaleBigImage()2692 image_height = image_height * MAXWIDTH / image_width; in rescaleBigImage()2694 image.setBounds(0, 0, image_width, image_height); in rescaleBigImage()
182 cinfo->image_width = width; in encodeGrayscaleJpeg()
443 cinfo.image_width = img_width; in compress()