/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/ |
D | ImageTaskManager.java | 40 public boolean appendTasks(ImageToProcess img, Set<TaskImageContainer> tasks); in appendTasks() 48 public boolean appendTasks(ImageToProcess img, TaskImageContainer task); in appendTasks() 62 public void releaseSemaphoreReference(final ImageToProcess img, Executor executor); in releaseSemaphoreReference()
|
D | ImageConsumer.java | 85 public boolean receiveImage(ImageToProcess img, Executor executor, in receiveImage() 126 public boolean receiveImage(ImageToProcess img, TaskImageContainer sharedTask, in receiveImage() 149 public boolean receiveImage(ImageToProcess img, TaskImageContainer sharedTask, in receiveImage() 173 public boolean receiveImage(ImageToProcess img, Set<TaskImageContainer> sharedTasks, in receiveImage()
|
D | ImageBackend.java | 250 public void releaseSemaphoreReference(final ImageToProcess img, Executor executor) { in releaseSemaphoreReference() 301 public boolean appendTasks(ImageToProcess img, Set<TaskImageContainer> tasks) { in appendTasks() 326 public boolean appendTasks(ImageToProcess img, TaskImageContainer task) { in appendTasks() 349 public boolean receiveImage(ImageToProcess img, TaskImageContainer task, in receiveImage() 375 public boolean receiveImage(ImageToProcess img, TaskImageContainer task, in receiveImage() 424 public boolean receiveImage(ImageToProcess img, Set<TaskImageContainer> tasks, in receiveImage() 482 public boolean receiveImage(ImageToProcess img, Executor executor, in receiveImage() 700 protected ImageReleaseProtocol setSemaphoreReferenceCount(ImageToProcess img, int count, in setSemaphoreReferenceCount() 735 protected void incrementSemaphoreReferenceCount(ImageToProcess img, int count) in incrementSemaphoreReferenceCount() 759 private void closeImageExecutorSafe(final ImageToProcess img, Executor executor) { in closeImageExecutorSafe() [all …]
|
D | TaskConvertImageToRGBPreview.java | 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() 806 protected TaskImage calculateInputImage(ImageToProcess img, Rect cropApplied) { in calculateInputImage() 819 protected TaskImage calculateResultImage(ImageToProcess img, int subsample) { in calculateResultImage() 847 protected int[] runSelectedConversion(ImageProxy img, Rect crop, int subsample) { in runSelectedConversion() 867 ImageToProcess img = mImage; in run() local
|
D | TaskChainedCompressImageToJpeg.java | 51 ImageToProcess img = mImage; in run() local
|
D | TaskPreviewChainedJpeg.java | 63 ImageToProcess img = mImage; in run() local
|
D | TaskCompressImageToJpeg.java | 86 public int compressJpegFromYUV420Image(ImageProxy img, ByteBuffer outBuf, int quality, in compressJpegFromYUV420Image() 109 ImageToProcess img = mImage; in run() local
|
D | TaskJpegEncode.java | 78 public byte[] convertYUV420ImageToPackedNV21(ImageProxy img) { in convertYUV420ImageToPackedNV21() 100 public byte[] convertYUV420ImageToPackedNV21(ImageProxy img, byte[] dataCopy) { in convertYUV420ImageToPackedNV21()
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_utilities.cpp | 26 float **img; in db_SetupImageReferences_f() local 39 unsigned char **img; in db_SetupImageReferences_u() local 52 float **img,*im; in db_AllocImage_f() local 62 unsigned char **img,*im; in db_AllocImage_u() local 70 void db_FreeImage_f(float **img,int h) in db_FreeImage_f() 76 void db_FreeImage_u(unsigned char **img,int h) in db_FreeImage_u()
|
D | db_feature_detection.cpp | 38 float **img,*aim,*p; in db_AllocStrengthImage_f() local 63 void db_FreeStrengthImage_f(float *im,float **img,int h) in db_FreeStrengthImage_f() 71 inline void db_IxIyRow_f(float *Ix,float *Iy,const float * const *img,int i,int j,int chunk_width) in db_IxIyRow_f() 84 inline void db_IxIyRow_u(int *dxx,const unsigned char * const *img,int i,int j,int nc) in db_IxIyRow_u() 616 inline void db_HarrisStrengthChunk_f(float **s,const float * const *img,int left,int top,int right,… in db_HarrisStrengthChunk_f() 659 inline void db_HarrisStrengthChunk_u(float **s,const unsigned char * const *img,int left,int top,in… in db_HarrisStrengthChunk_u() 700 void db_HarrisStrength_f(float **s,const float * const *img,int w,int h, in db_HarrisStrength_f() 724 void db_HarrisStrength_u(float **s, const unsigned char * const *img,int w,int h, in db_HarrisStrength_u() 1056 float db_MaxImage_Aligned16_f(float **img,int left,int top,int w,int h) in db_MaxImage_Aligned16_f() 1629 void db_CornerDetector_f::DetectCorners(const float * const *img,double *x_coord,double *y_coord,in… in DetectCorners() argument [all …]
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
D | Interp.h | 46 inline double ciCalc(PyramidShort *img, int xi, int yi, double xfrac, double yfrac) in ciCalc()
|
D | Pyramid.cpp | 33 PyramidShort *img = (PyramidShort *) calloc(sizeof(PyramidShort) * levels in allocatePyramidPacked() local 65 PyramidShort *img = (PyramidShort *) in allocateImage() local
|
D | ImageUtils.cpp | 397 void YUVinfo::mapYUVInfoToImage(YUVinfo *img, unsigned char *position) in mapYUVInfoToImage()
|
/packages/apps/Camera2/src/com/android/camera/util/ |
D | JpegUtilNative.java | 173 public static int compressJpegFromYUV420Image(ImageProxy img, ByteBuffer outBuf, int quality) { in compressJpegFromYUV420Image() 188 public static int compressJpegFromYUV420Image(ImageProxy img, ByteBuffer outBuf, int quality, in compressJpegFromYUV420Image() 210 public static int compressJpegFromYUV420Image(ImageProxy img, ByteBuffer outBuf, int quality, in compressJpegFromYUV420Image()
|
/packages/apps/Car/Cluster/src/android/car/cluster/ |
D | ImageResolver.java | 71 public CompletableFuture<Bitmap> getBitmap(@NonNull ImageReference img, int width, int height) { in getBitmap() 86 public CompletableFuture<Bitmap> getBitmap(@NonNull ImageReference img, int width, int height, in getBitmap()
|
/packages/apps/DevCamera/src/com/android/devcamera/ |
D | BitmapUtility.java | 42 public static Bitmap bitmapFromYuvImage(Image img) { in bitmapFromYuvImage()
|
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
D | AddItemActivity.java | 140 WidgetImageView img = mWidgetCell.getWidgetView(); in onLongClick() local
|
/packages/apps/Gallery2/jni/filters/ |
D | redEyeMath.c | 106 void stuff(int r, int g, int b, unsigned char *img, int off) { in stuff()
|
/packages/apps/Camera2/src/com/android/camera/one/v2/ |
D | OneCameraZslImpl.java | 1014 private byte[] acquireJpegBytes(Image img, int degrees) { in acquireJpegBytes()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/ |
D | CropActivity.java | 423 Bitmap img = params[0]; in doInBackground() local
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
D | ImageShow.java | 264 PrimaryImage img = PrimaryImage.getImage(); in onDraw() local
|