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

  /cts/apps/CameraITS/tests/inprog/
test_black_level.py 62 yimg,uimg,vimg = its.image.convert_capture_to_planes(cap)
67 its.image.write_image(yimg * 2,
72 yimg = yimg[w/2-R:w/2+R, h/2-R:h/2+R]
75 yhist,_ = numpy.histogram(yimg*255, 256, (0,256))
test_param_black_level_lock.py 57 yimg,_,_ = its.image.convert_capture_to_planes(cap)
58 hist,_ = numpy.histogram(yimg*255, 256, (0,256))
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
ImageUtils.cpp 31 ImageType yimg = out; local
32 ImageType vimg = yimg + width*height;
53 *(yimg) = val;
65 yimg++;
76 ImageType yimg = out; local
77 ImageType vimg = yimg + width*height;
97 *(yimg) = val;
109 yimg++;
193 unsigned char *yimg = in; local
194 unsigned char *vimg = yimg + width*height
238 unsigned char *yimg = in; local
    [all...]
Blend.cpp 594 ImageType yimg; local
599 yimg = imgMos.Y.ptr[0];
608 yimg[k] = yimg[j*imgMos.Y.width+i];
616 yimg[k] = vimg[j*imgMos.Y.width+i];
624 yimg[k] = uimg[j*imgMos.Y.width+i];
642 ImageType yimg; local
661 yimg = imgMos.Y.ptr[0];
675 if (*yimg <255)
680 *yimg = (unsigned char) value
    [all...]
  /cts/apps/CameraITS/tests/
tutorial.py 83 yimg,uimg,vimg = its.image.convert_capture_to_planes(cap)
84 its.image.write_image(yimg, "%s_y_plane_1.jpg" % (NAME))
166 yimg,_,_ = its.image.convert_capture_to_planes(cap)
167 hist,_ = numpy.histogram(yimg*255, 256, (0,256))
  /cts/apps/CameraITS/pymodules/its/
target.py 80 yimg,uimg,vimg = its.image.convert_capture_to_planes(cap)
81 tile = its.image.get_image_patch(yimg, 0.45, 0.45, 0.1, 0.1)

Completed in 433 milliseconds