HomeSort by relevance Sort by last modified time
    Searched refs:yuvImage (Results 1 - 5 of 5) sorted by null

  /device/asus/flo/camera/hdr/include/
morpho_noise_reduction_ext.h 11 unsigned char* yuvImage,
  /device/lge/hammerhead/camera/hdr/include/
morpho_noise_reduction_ext.h 11 unsigned char* yuvImage,
  /device/lge/mako/camera/hdr/include/
morpho_noise_reduction_ext.h 11 unsigned char* yuvImage,
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
ImageReaderTest.java 314 Image yuvImage = yuvListener.getImage(CAPTURE_WAIT_TIMEOUT_MS);
318 CameraTestUtils.validateImage(yuvImage, captureSz.getWidth(),
326 RectF yuvDimens = new RectF(0, 0, yuvImage.getWidth(),
327 yuvImage.getHeight());
353 yuvPatch.height(), yuvPatch.left, yuvPatch.top, yuvImage);
386 int[] fullYUVColors = convertPixelYuvToRgba(yuvImage.getWidth(),
387 yuvImage.getHeight(), 0, 0, yuvImage);
389 yuvImage.getWidth(), yuvImage.getHeight()
    [all...]
  /device/lge/mako/camera/
QCameraHWI.h 815 int (*LINK_morpho_DNR_ProcessFrame)(unsigned char* yuvImage, int width, int height, int y_level, int c_level);

Completed in 1090 milliseconds