Searched refs:planes (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/jni/android/graphics/ |
D | YuvToJpegEncoder.cpp | 77 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/ |
D | DngCreator.java | 396 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/ |
D | SoftVPX.cpp | 155 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/ |
D | vertex.cpp | 119 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/ |
D | depth_fs.glsl | 4 // Near and far planes from the projection
|
/frameworks/av/media/img_utils/src/ |
D | DngUtils.cpp | 211 uint32_t planes, in addGainMap() argument 253 planes, in addGainMap()
|
/frameworks/av/media/img_utils/include/img_utils/ |
D | DngUtils.h | 98 uint32_t planes,
|
/frameworks/rs/scriptc/ |
D | rs_math.rsh | 92 * 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
|
D | rs_matrix.rsh | 343 * identified by the six clipping planes <em>left, right, bottom, top, 367 * identified by the six clipping planes <em>left, right, bottom, top,
|