Searched refs:image_height (Results 1 – 6 of 6) sorted by relevance
70 cinfo->image_height = height; in setJpegCompressStruct()100 int height = cinfo->image_height; in compress()108 while (cinfo->next_scanline < cinfo->image_height) { in compress()176 int height = cinfo->image_height; in compress()184 while (cinfo->next_scanline < cinfo->image_height) { in compress()
103 mCInfo.image_height = mAuxBuffer->height; in threadLoop()107 …("%s: image_width = %d, image_height = %d", __FUNCTION__, mCInfo.image_width, mCInfo.image_height); in threadLoop()118 while (mCInfo.next_scanline < mCInfo.image_height) { in threadLoop()
97 mCompressInfo.image_height = height; in configureCompressor()145 int height = mCompressInfo.image_height; in compressData()166 while (mCompressInfo.next_scanline < mCompressInfo.image_height) { in compressData()
64 cinfo.image_height = height; in writeJpegFile()
183 cinfo->image_height = height; in encodeGrayscaleJpeg()221 for (size_t i = 0; i < cinfo->image_height; i++) { in encodeGrayscaleJpeg()
2685 int image_height = image.getIntrinsicHeight(); in rescaleBigImage() local2687 Log.d(LOG_TAG, "--- rescaleBigImage:" + image_width + "," + image_height in rescaleBigImage()2692 image_height = image_height * MAXWIDTH / image_width; in rescaleBigImage()2694 image.setBounds(0, 0, image_width, image_height); in rescaleBigImage()