Home
last modified time | relevance | path

Searched refs:image_width (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/libs/hwui/jni/
DYuvToJpegEncoder.cpp67 cinfo->image_width = width; in setJpegCompressStruct()
97 int width = cinfo->image_width; in compress()
173 int width = cinfo->image_width; in compress()
/frameworks/av/services/camera/libcameraservice/api1/client2/
DJpegCompressor.cpp102 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()
/frameworks/av/cmds/stagefright/
Djpeg.cpp63 cinfo.image_width = width; in writeJpegFile()
/frameworks/av/services/camera/libcameraservice/tests/
DNV12Compressor.cpp96 mCompressInfo.image_width = width; in configureCompressor()
144 int width = mCompressInfo.image_width; in compressData()
/frameworks/ex/common/java/com/android/ex/editstyledtext/
DEditStyledText.java2684 int image_width = image.getIntrinsicWidth(); in rescaleBigImage() local
2687 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()
/frameworks/av/services/camera/libcameraservice/common/
DDepthPhotoProcessor.cpp182 cinfo->image_width = width; in encodeGrayscaleJpeg()
/frameworks/base/core/jni/
Dandroid_hardware_camera2_impl_CameraExtensionJpegProcessor.cpp443 cinfo.image_width = img_width; in compress()