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

<<11121314151617181920>>

  /external/opencv3/3rdparty/include/ffmpeg_/libavutil/
frame.h 79 * pointer to the picture/channel planes.
84 * up to 16 bytes beyond the planes, if these filters are to be used,
104 * pointers to the data planes/channels.
  /external/opencv3/3rdparty/libjasper/
jpc_enc.h 327 /* The number of bit planes required for this code block. */
395 /* The saved leading-insignificant-bit-planes tag tree. */
414 /* The number of bit planes associated with this band. */
  /external/skia/include/core/
SkImage.h 158 * Extracts YUV planes from the SkImage and stores them in client-provided memory. The sizes
159 * planes and rowBytes arrays are ordered [y, u, v].
161 bool readYUV8Planes(const SkISize[3], void* const planes[3], const size_t rowBytes[3],
  /hardware/qcom/msm8994/original-kernel-headers/media/
msm_vpu.h 22 * each plane can be a separate ION buffer, or all planes are from the
23 * same ION buffer (under this case all planes have the same fd, but different
29 * bytes. Needed when all planes are from the same ION buffer.
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_mdp_ext.h 123 struct mdp_layer_plane planes[MAX_PLANES]; member in struct:mdp_layer_buffer
125 /* valid planes count in layer planes list */
  /hardware/qcom/msm8996/original-kernel-headers/media/
msm_vpu.h 22 * each plane can be a separate ION buffer, or all planes are from the
23 * same ION buffer (under this case all planes have the same fd, but different
29 * bytes. Needed when all planes are from the same ION buffer.
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 739 yv12->y_buffer = img->planes[VPX_PLANE_Y];
740 yv12->u_buffer = img->planes[VPX_PLANE_U];
741 yv12->v_buffer = img->planes[VPX_PLANE_V];
    [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_impl.cc 503 raw_->planes[VPX_PLANE_Y] = const_cast<uint8_t*>(input_image.buffer(kYPlane));
504 raw_->planes[VPX_PLANE_U] = const_cast<uint8_t*>(input_image.buffer(kUPlane));
505 raw_->planes[VPX_PLANE_V] = const_cast<uint8_t*>(input_image.buffer(kVPlane));
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_cx_iface.c 682 yv12->y_buffer = img->planes[VPX_PLANE_Y];
683 yv12->u_buffer = img->planes[VPX_PLANE_U];
684 yv12->v_buffer = img->planes[VPX_PLANE_V];
    [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-camera-interface/inc/
mm_camera_interface.h 196 int8_t num_planes; /* num of planes, to be filled during mem allocation */
197 struct v4l2_plane planes[VIDEO_MAX_PLANES]; /* plane info, to be filled during mem allocation*/ member in struct:__anon5245
  /external/autotest/client/deps/glbench/src/
yuv2rgb_1.glslf 76 * Here is a 6x6 image, with the layout of the planes of U and V.
101 * Here is a 4x4 image, where the U and V planes are nicely split into
  /external/dng_sdk/source/
dng_opcodes.h 350 /// \param imagePlanes Number of planes in the image. Less than or equal to
452 /// \param imagePlanes Number of planes in the image. Less than or equal to
  /external/libvpx/libvpx/vp9/common/
vp9_reconinter.c 283 void vp9_setup_dst_planes(struct macroblockd_plane planes[MAX_MB_PLANE],
293 struct macroblockd_plane *const pd = &planes[i];
  /external/mesa3d/docs/
xlibdriver.html 173 <h2>Overlay Planes</h2>
175 Hardware overlay planes are supported by the Xlib driver. To
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_fetch_shade_pipeline_llvm.c 179 fpme->llvm->jit_context.planes =
180 (float (*) [DRAW_TOTAL_CLIP_PLANES][4]) draw->pt.user.planes[0];
  /external/opencv3/3rdparty/include/ffmpeg_/libswscale/
swscale.h 211 * @param srcSlice the array containing the pointers to the planes of
220 * @param dst the array containing the pointers to the planes of
  /external/opencv3/3rdparty/libtiff/
tif_strip.c 267 * stored as separate planes.
343 * if data is store as separate planes).
  /external/opencv3/doc/py_tutorials/py_core/py_basic_ops/
py_basic_ops.markdown 122 BGR images to single planes. Or another time, you may need to join these individual channels to BGR
193 See the result below. (Image is displayed with matplotlib. So RED and BLUE planes will be
  /external/opencv3/doc/py_tutorials/py_ml/py_svm/py_svm_basics/
py_svm_basics.markdown 40 are called **Support Planes**. They are adequate for finding our decision boundary. We need not
108 For those who are not misclassified, they fall on their corresponding support planes, so their
  /external/pdfium/third_party/libtiff/
tif_strip.c 267 * stored as separate planes.
349 * if data is store as separate planes).
  /external/skia/src/images/
bmpdecoderhelper.cpp 50 GetShort(); // Planes.
65 GetShort(); // Planes.
  /external/webrtc/talk/media/base/
videoframe.h 132 // Writes the frame into the given planes, stretched to the given width and
166 // Writes the frame into the given planes, stretched to the given width and
  /external/webrtc/webrtc/common_video/libyuv/
webrtc_libyuv.cc 294 // Compute PSNR for an I420 frame (all planes)
322 // Compute SSIM for an I420 frame (all planes)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
external_frame_buffer_test.cc 115 ASSERT_TRUE(img->planes[0] >= ext_fb->data &&
116 img->planes[0] < (ext_fb->data + ext_fb->size));
  /hardware/intel/img/hwcomposer/merrifield/common/base/
Hwcomposer.cpp 71 // disable reclaimed planes
77 // reclaim all allocated planes if possible

Completed in 1211 milliseconds

<<11121314151617181920>>