HomeSort by relevance Sort by last modified time
    Searched full:planes (Results 201 - 225 of 720) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/sdk/renderscript/include/
rs_matrix.rsh 54 * rsExtractFrustumPlanes: Compute frustum planes
56 * Computes 6 frustum planes from the view projection matrix
59 * viewProj: Matrix to extract planes from.
124 * rsIsSphereInFrustum: Checks if a sphere is within the frustum planes
126 * Returns true if the sphere is within the 6 frustum planes.
271 * the six clipping planes left, right, bottom, top, near, far.
332 * six clipping planes left, right, bottom, top, near, far into a unit cube
  /hardware/intel/img/hwcomposer/merrifield/common/base/
HwcLayerList.cpp 334 // assuming all cursor planes have the same capabilities, just
340 // assign as many cursor planes as possible
384 // assuming all overlay planes have the same capabilities, just
390 // assign as many overlay planes as possible
436 // assuming all sprite planes have the same capabilities, just
442 // assign as many sprite planes as possible
488 // primary plane is configured as sprite, all sprite candidates are offloaded to display planes
506 // check if the remaining planes can be composed to frame buffer target (FBT)
547 WTRACE("failed to assign planes");
    [all...]
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
HwcLayerList.cpp 402 // assuming all cursor planes have the same capabilities, just
408 // assign as many cursor planes as possible
453 // assuming all overlay planes have the same capabilities, just
459 // assign as many overlay planes as possible
505 // assuming all sprite planes have the same capabilities, just
511 // assign as many sprite planes as possible
557 // primary plane is configured as sprite, all sprite candidates are offloaded to display planes
575 // check if the remaining planes can be composed to frame buffer target (FBT)
618 WLOGTRACE("failed to assign planes");
  /external/libjpeg-turbo/
turbojpeg.h 51 * format consisting of Y, Cb, and Cr image planes.
70 * chrominance planes would be 18 x 35 bytes. If you specify a line padding of
72 * each of the chrominance planes would be 20 x 35 bytes.
297 * components in the source image are reordered into image planes, but no
329 * components in the source image are reordered into image planes, but no
688 * chrominance subsampling. The Y, U (Cb), and V (Cr) image planes should be
745 * Compress a set of Y, U (Cb), and V (Cr) image planes into a JPEG image.
749 * @param srcPlanes an array of pointers to Y, U (Cb), and V (Cr) image planes
751 * image to be compressed. These planes can be contiguous or non-contiguous in
755 * for more details. These image planes are not modified
    [all...]
  /external/dng_sdk/source/
dng_preview.cpp 213 fIFD.fSamplesPerPixel = fImage->Planes ();
483 preview.fImage->Planes ())
548 fIFD.fSamplesPerPixel = fImage->Planes ();
  /external/drm_hwcomposer/
drmresources.cpp 176 drmModePlanePtr p = drmModeGetPlane(fd(), plane_res->planes[i]);
178 ALOGE("Failed to get plane %d", plane_res->planes[i]);
189 ALOGE("Init plane %d failed", plane_res->planes[i]);
  /external/mesa3d/docs/
README.CYGWIN 56 such as maximum number of lights, clipping planes, maximum texture size,
179 Overlay Planes
181 Overlay planes in the frame buffer are supported by Mesa but require
relnotes-7.0.3.html 45 <li>User-defined clip planes enabled for R300 (bug 9871)
relnotes-7.4.1.html 53 <li>Fixed glPopAttrib() bug when restoring user clip planes
  /external/mesa3d/src/gallium/docs/source/cso/
rasterizer.rst 241 When false, the near and far depth clipping planes of the view volume are
248 The clipping half-spaces are defined either by the user clip planes in
252 clip distance is written count as disabled; i.e. user clip planes and
  /external/opencv3/doc/tutorials/core/interoperability_with_OpenCV_1/
interoperability_with_OpenCV_1.markdown 94 separates the color planes, does some modifications on them and in the end merge them back together.
105 to the YUV color space and then split the result up into separate planes. Here the program splits:
122 As you may observe the *planes* variable is of type *Mat*. However, converting from *Mat* to
  /external/skia/src/image/
SkImage.cpp 267 bool SkImage::readYUV8Planes(const SkISize sizes[3], void* const planes[3],
271 if (GrTextureToYUVPlanes(texture, sizes, planes, rowBytes, colorSpace)) {
276 return SkRGBAToYUV(this, sizes, planes, rowBytes, colorSpace);
  /hardware/qcom/msm8x84/original-kernel-headers/media/
msm_vpu.h 14 * each plane can be a separate ION buffer, or all planes are from the
15 * same ION buffer (under this case all planes have the same fd, but different
21 * bytes. Needed when all planes are from the same ION buffer.
  /development/perftests/panorama/feature_mos/src/mosaic/
ImageUtils.h 139 * Used in YUVinfo to store separate YVU image planes.
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 255 frame->planes_buf.planes[i].data_offset, frame->planes_buf.planes[i].length);
258 frame->planes_buf.planes[i].length);
259 offset += (int)frame->planes_buf.planes[i].length;
315 /* Plane 0 needs to be set seperately. Set other planes
317 app_bufs[i].buf.planes_buf.planes[0].length = frame_offset_info->mp[0].len;
318 app_bufs[i].buf.planes_buf.planes[0].m.userptr =
320 app_bufs[i].buf.planes_buf.planes[0].data_offset = frame_offset_info->mp[0].offset;
321 app_bufs[i].buf.planes_buf.planes[0].reserved[0] = 0;
323 app_bufs[i].buf.planes_buf.planes[j].length = frame_offset_info->mp[j].len
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 255 frame->planes_buf.planes[i].data_offset, frame->planes_buf.planes[i].length);
258 frame->planes_buf.planes[i].length);
259 offset += (int)frame->planes_buf.planes[i].length;
315 /* Plane 0 needs to be set seperately. Set other planes
317 app_bufs[i].buf.planes_buf.planes[0].length = frame_offset_info->mp[0].len;
318 app_bufs[i].buf.planes_buf.planes[0].m.userptr =
320 app_bufs[i].buf.planes_buf.planes[0].data_offset = frame_offset_info->mp[0].offset;
321 app_bufs[i].buf.planes_buf.planes[0].reserved[0] = 0;
323 app_bufs[i].buf.planes_buf.planes[j].length = frame_offset_info->mp[j].len
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 253 (uint32_t )frame->buffer, frame->planes[i].data_offset, frame->planes[i].length);
256 frame->planes[i].length);
257 offset += frame->planes[i].length;
311 /* Plane 0 needs to be set seperately. Set other planes
313 app_bufs[i].buf.planes[0].length = frame_offset_info->mp[0].len;
314 app_bufs[i].buf.planes[0].m.userptr = app_bufs[i].buf.fd;
315 app_bufs[i].buf.planes[0].data_offset = frame_offset_info->mp[0].offset;
316 app_bufs[i].buf.planes[0].reserved[0] = 0;
318 app_bufs[i].buf.planes[j].length = frame_offset_info->mp[j].len
    [all...]
  /external/curl/tests/libtest/
lib572.c 80 test_setopt(curl, CURLOPT_RTSP_TRANSPORT, "Planes/Trains/Automobiles");
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
rotate.h 59 // Rotate planes by 90, 180, 270. Deprecated.
  /external/libvpx/libvpx/vp9/common/
vp9_reconinter.h 103 void vp9_setup_dst_planes(struct macroblockd_plane planes[MAX_MB_PLANE],
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_regions.h 159 } planes[3]; member in struct:intel_image_format
  /external/opencv3/3rdparty/libwebp/utils/
rescaler.h 29 // we need hpel-precise add/sub increments, for the downsampled U/V planes.
  /external/opencv3/3rdparty/openexr/Imath/
ImathFrustumTest.h 65 // The acceleration is achieved by pre-computing the planes of
99 // We store six world-space Frustum planes (nx, ny, nz, offset)
167 // To understand why the planes are stored this way, see
195 frustum.planes(frustumPlanes, cameraMat);
  /external/opencv3/modules/photo/src/
seamless_cloning_impl.cpp 124 Mat planes[] = {temp, Mat::zeros(temp.size(), CV_32F)}; local
127 merge(planes, 2, complex);
129 split(complex, planes);
137 float val = planes[1].ptr<float>(i)[j + 1];
  /external/webrtc/webrtc/common_video/libyuv/
scaler.cc 68 // Make sure the offsets are even to avoid rounding errors for the U/V planes.

Completed in 1067 milliseconds

1 2 3 4 5 6 7 891011>>