Home
last modified time | relevance | path

Searched defs:subsample (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
DTaskConvertImageToRGBPreview.java179 int inscribedYMin, int subsample, int colorSubsample, in calculateMemoryOffsetFromPixelOffsets()
222 protected int[] colorInscribedDataCircleFromYuvImage(ImageProxy img, int subsample) { in colorInscribedDataCircleFromYuvImage()
228 protected int[] colorInscribedDataCircleFromYuvImage(ImageProxy img, Rect crop, int subsample) { in colorInscribedDataCircleFromYuvImage()
500 protected int[] colorSubSampleFromYuvImage(ImageProxy img, int subsample, in colorSubSampleFromYuvImage()
540 protected int[] colorSubSampleFromYuvImage(ImageProxy img, Rect crop, int subsample, in colorSubSampleFromYuvImage()
782 protected int[] stubColorInscribedDataCircleFromYuvImage(ImageProxy img, int subsample) { in stubColorInscribedDataCircleFromYuvImage()
819 protected TaskImage calculateResultImage(ImageToProcess img, int subsample) { in calculateResultImage()
847 protected int[] runSelectedConversion(ImageProxy img, Rect crop, int subsample) { in runSelectedConversion()
871 final int subsample = calculateBestSubsampleFactor( in run() local
DTaskPreviewChainedJpeg.java67 final int subsample = calculateBestSubsampleFactor( in run() local
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
Ddbreg.cpp252 …renceRegistration::UpdateReference(const unsigned char * const * im, bool subsample, bool detect_c… in UpdateReference()