Searched refs:planes (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DYuvToJpegEncoder.cpp77 JSAMPARRAY planes[3]; local
78 planes[0] = y;
79 planes[1] = cb;
80 planes[2] = cr;
108 jpeg_write_raw_data(cinfo, planes, 16);
153 JSAMPARRAY planes[3]; local
154 planes[0] = y;
155 planes[1] = cb;
156 planes[2] = cr;
182 jpeg_write_raw_data(cinfo, planes, 1
[all...]
/frameworks/av/media/img_utils/include/img_utils/
H A DDngUtils.h98 uint32_t planes,
/frameworks/base/core/java/android/hardware/camera2/
H A DDngCreator.java396 Image.Plane[] planes = pixels.getPlanes();
397 if (planes == null || planes.length <= 0) {
398 throw new IllegalArgumentException("Image with no planes passed to writeImage");
401 ByteBuffer buf = planes[0].getBuffer();
403 planes[0].getPixelStride(), planes[0].getRowStride(), 0);
/frameworks/native/opengl/libagl/
H A Dvertex.cpp119 int planes = c->clipPlanes.enable; local
120 while (planes) {
121 const int i = 31 - gglClz(planes);
122 planes &= ~(1<<i);
/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.cpp155 const uint8_t *srcY = (const uint8_t *)mImg->planes[PLANE_Y];
156 const uint8_t *srcU = (const uint8_t *)mImg->planes[PLANE_U];
157 const uint8_t *srcV = (const uint8_t *)mImg->planes[PLANE_V];
/frameworks/av/media/img_utils/src/
H A DDngUtils.cpp138 /*planes*/1,
156 /*planes*/1,
174 /*planes*/1,
192 /*planes*/1,
211 uint32_t planes,
253 planes,
206 addGainMap(uint32_t top, uint32_t left, uint32_t bottom, uint32_t right, uint32_t plane, uint32_t planes, uint32_t rowPitch, uint32_t colPitch, uint32_t mapPointsV, uint32_t mapPointsH, double mapSpacingV, double mapSpacingH, double mapOriginV, double mapOriginH, uint32_t mapPlanes, const float* mapGains) argument

Completed in 334 milliseconds