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

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
videodev2.h 335 /* two planes -- one Y, one Cr + Cb interleaved */
341 /* two non contiguous planes - one Y, one Cr + Cb interleaved */
345 /* three non contiguous planes - Y, Cb, Cr */
574 * Multi-planar buffers consist of one or more planes, e.g. an YCbCr buffer
575 * with two planes can have one plane for Y, and another for interleaved CbCr
607 * @planes: for multiplanar buffers; userspace pointer to the array of plane
611 * planes array for multi-plane buffers
632 struct v4l2_plane *planes; member in union:v4l2_buffer::__anon39834
    [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_channel.c     [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-linux.c     [all...]
  /external/dng_sdk/source/
dng_negative.cpp 1483 dng_pixel_buffer buffer (image.Bounds (), 0, image.Planes (),
    [all...]
dng_mosaic_info.h 50 /// Number of color planes in DNG input.
  /external/libjpeg-turbo/java/doc/
index-all.html 209 instance into a set of Y, U (Cb), and V (Cr) image planes and return a
210 <code>YUVImage</code> instance containing the decompressed image planes.</div>
251 instance into separate Y, U (Cb), and V (Cr) image planes and return a
252 <code>YUVImage</code> instance containing the encoded image planes.</div>
341 buffer rather than separate image planes.)</div>
396 <div class="block">Returns the offsets (in bytes) of each plane within the planes of a larger
402 stored in a unified buffer rather than separate image planes.)</div>
410 <div class="block">Returns the YUV image planes.</div>
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c 1445 struct v4l2_plane planes[VIDEO_MAX_PLANES]; local
1652 struct v4l2_plane planes[VIDEO_MAX_PLANES]; local
    [all...]
  /cts/apps/CameraITS/tests/dng_noise_model/
dng_noise_model.py 134 planes = its.image.convert_capture_to_planes(cap, props)
137 for (pidx, p) in enumerate(planes):
  /external/kernel-headers/original/uapi/drm/
drm_mode.h 159 /* Planes blend with or override other bits on the CRTC */
383 * different tiling/swizzling pattern on different planes.
  /external/libdrm/include/drm/
drm_mode.h 145 /* Planes blend with or override other bits on the CRTC */
367 * different tiling/swizzling pattern on different planes.
  /external/libvpx/libvpx/test/
external_frame_buffer_test.cc 125 ASSERT_TRUE(img->planes[0] >= ext_fb->data &&
126 img->planes[0] < (ext_fb->data + ext_fb->size));
  /external/mesa3d/docs/
faq.html 80 <li>Mesa's internal limits (max lights, clip planes, texture size, etc) can be
272 Make sure the ratio of the far to near clipping planes isn't too great.
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 138 * This applies to both user clip planes and shader clip distances.
140 * replace all user clip planes, and clip half-spaces enabled here
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_curbe.c 225 /* If any planes are going this way, send them all this way:
234 /* Clip planes: _NEW_TRANSFORM plus _NEW_PROJECTION to get to
  /external/opencv3/3rdparty/libjasper/
jpc_dec.h 288 /* The number of leading insignificant bit planes for this code block. */
370 /* The number of bit planes for this band. */
  /external/opencv3/modules/videoio/src/
cap_intelperc.cpp 395 cv::Mat temp(info.height, info.width, CV_8UC3, data.planes[0], data.pitches[0]);
537 cv::Mat temp(info.height, info.width, type, data.planes[planeIdx], data.pitches[planeIdx]);
  /external/skia/src/gpu/
SkGr.cpp 181 bool onGetYUVPlanes(SkISize sizes[3], void* planes[3], size_t rowBytes[3],
183 return fPR->getYUV8Planes(sizes, planes, rowBytes, space);
  /external/webrtc/webrtc/tools/barcode_tools/
barcode_encoder.py 176 (bool): True if there are more planes (i.e. frames) in the base file, false
179 # We will loop three times - once for the Y, U and V planes
  /frameworks/base/rs/java/android/renderscript/
Matrix4f.java 267 * with the right and bottom clipping planes set to the given
268 * values. Left and top clipping planes are set to 0. Near and
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Matrix4f.java 268 * with the right and bottom clipping planes set to the given
269 * values. Left and top clipping planes are set to 0. Near and
  /cts/tests/camera/src/android/hardware/camera2/cts/
ImageReaderTest.java 587 Image.Plane[] planes = yuvImage.getPlanes(); local
589 Image.Plane yPlane = planes[0];
590 Image.Plane cbPlane = planes[1];
591 Image.Plane crPlane = planes[2];
    [all...]
  /external/kernel-headers/original/uapi/video/
adf.h 111 * @n_planes: number of planes in buffer
  /external/libavc/encoder/
ih264e_defs.h 257 /** Number of buffers created to hold half-pel planes for every reference buffer */
ih264e_process.h 237 * @brief This function performs luma half pel planes generation
  /external/libvpx/libvpx/third_party/libyuv/source/
convert_to_argb.cc 28 // src_height is used to compute location of planes, and indicate inversion

Completed in 1580 milliseconds

<<11121314151617181920>>