Home
last modified time | relevance | path

Searched refs:planes (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/jni/android/graphics/
DYuvToJpegEncoder.cpp77 JSAMPARRAY planes[3]; in compress() local
78 planes[0] = y; in compress()
79 planes[1] = cb; in compress()
80 planes[2] = cr; in compress()
108 jpeg_write_raw_data(cinfo, planes, 16); in compress()
153 JSAMPARRAY planes[3]; in compress() local
154 planes[0] = y; in compress()
155 planes[1] = cb; in compress()
156 planes[2] = cr; in compress()
182 jpeg_write_raw_data(cinfo, planes, 16); in compress()
/frameworks/base/core/java/android/hardware/camera2/
DDngCreator.java396 Image.Plane[] planes = pixels.getPlanes(); in writeImage() local
397 if (planes == null || planes.length <= 0) { in writeImage()
401 ByteBuffer buf = planes[0].getBuffer(); in writeImage()
403 planes[0].getPixelStride(), planes[0].getRowStride(), 0); in writeImage()
/frameworks/av/media/libstagefright/codecs/on2/dec/
DSoftVPX.cpp155 const uint8_t *srcY = (const uint8_t *)mImg->planes[PLANE_Y]; in onQueueFilled()
156 const uint8_t *srcU = (const uint8_t *)mImg->planes[PLANE_U]; in onQueueFilled()
157 const uint8_t *srcV = (const uint8_t *)mImg->planes[PLANE_V]; in onQueueFilled()
/frameworks/native/opengl/libagl/
Dvertex.cpp119 int planes = c->clipPlanes.enable; in clipAllPerspective() local
120 while (planes) { in clipAllPerspective()
121 const int i = 31 - gglClz(planes); in clipAllPerspective()
122 planes &= ~(1<<i); in clipAllPerspective()
/frameworks/base/tests/RenderScriptTests/ShadersTest/res/raw/
Ddepth_fs.glsl4 // Near and far planes from the projection
/frameworks/av/media/img_utils/src/
DDngUtils.cpp211 uint32_t planes, in addGainMap() argument
253 planes, in addGainMap()
/frameworks/av/media/img_utils/include/img_utils/
DDngUtils.h98 uint32_t planes,
/frameworks/rs/scriptc/
Drs_math.rsh92 * Computes 6 frustum planes from the view projection matrix
93 * @param viewProj matrix to extract planes from
152 * Checks if a sphere is withing the 6 frustum planes
Drs_matrix.rsh343 * identified by the six clipping planes <em>left, right, bottom, top,
367 * identified by the six clipping planes <em>left, right, bottom, top,