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

<<11121314151617181920>>

  /external/webp/include/webp/
encode.h 304 uint8_t *y, *u, *v; // pointers to luma/chroma planes.
353 void* memory_; // row chunk of memory for yuva planes
  /external/webp/src/webp/
encode.h 304 uint8_t *y, *u, *v; // pointers to luma/chroma planes.
353 void* memory_; // row chunk of memory for yuva planes
  /hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
OMXVideoDecoderAVCSecure.cpp 687 // Wait up to 200ms until both overlay planes are disabled
715 ALOGE("Overlay planes not disabled, status %d", status);
  /hardware/qcom/display/msm8084/libcopybit/
c2d2.h 140 * between Y,U,V channels are used to describe separate planes for
541 * Count for surface planes have to be same than for already allocated surface */
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
c2d2.h 140 * between Y,U,V channels are used to describe separate planes for
541 * Count for surface planes have to be same than for already allocated surface */
    [all...]
  /hardware/qcom/display/msm8909/libcopybit/
c2d2.h 140 * between Y,U,V channels are used to describe separate planes for
541 * Count for surface planes have to be same than for already allocated surface */
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
c2d2.h 140 * between Y,U,V channels are used to describe separate planes for
541 * Count for surface planes have to be same than for already allocated surface */
    [all...]
  /hardware/qcom/display/msm8994/libcopybit/
c2d2.h 140 * between Y,U,V channels are used to describe separate planes for
541 * Count for surface planes have to be same than for already allocated surface */
    [all...]
  /hardware/qcom/display/msm8996/libcopybit/
c2d2.h 141 * between Y,U,V channels are used to describe separate planes for
543 * Count for surface planes have to be same than for already allocated surface */
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
video_encoder_device_copper.cpp 189 v4l2_buf.m.planes = &plane;
198 venc_msg.buf.len= v4l2_buf.m.planes->bytesused;
199 venc_msg.buf.offset = v4l2_buf.m.planes->reserved[1];
206 v4l2_buf.m.planes = &plane;
    [all...]
  /cts/tests/video/src/android/video/cts/
VideoEncoderDecoderTest.java 1323 Plane[] planes = image.getPlanes(); local
    [all...]
  /external/libjpeg-turbo/java/doc/org/libjpegturbo/turbojpeg/
TJCompressor.html 260 instance into separate Y, U (Cb), and V (Cr) image planes and return a
261 <code>YUVImage</code> instance containing the encoded image planes.</div>
    [all...]
  /external/webrtc/talk/app/webrtc/java/jni/
peerconnection_jni.cc 796 jobjectArray planes = jni()->NewObjectArray(3, *j_byte_buffer_class_, NULL); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xlib.h 309 unsigned long backing_planes;/* planes to be preseved if possible */
310 unsigned long backing_pixel;/* value to use in restoring planes */
334 unsigned long backing_planes;/* planes to be preserved if possible */
335 unsigned long backing_pixel;/* value to be used when restoring planes */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xlib.h 306 unsigned long backing_planes;/* planes to be preseved if possible */
307 unsigned long backing_pixel;/* value to use in restoring planes */
331 unsigned long backing_planes;/* planes to be preserved if possible */
332 unsigned long backing_pixel;/* value to be used when restoring planes */
    [all...]
  /external/mesa3d/docs/
VERSIONS 145 - round-off errors in clipping lines against clip planes fixed
214 - software alpha planes
232 - overlay planes on X servers with the SERVER_OVERLAY_VISUALS property
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_visitor.cpp 528 /* Pre-Gen6, we compact clip planes. For example, if the user
529 * enables just clip planes 0, 1, and 3, we will enable clip planes
534 * In Gen6 and later, we don't compact clip planes, because this
    [all...]
  /external/dng_sdk/source/
dng_negative.h 168 /// color planes for the negative. Otherwise the noise profile is considered to be
170 /// it is assumed that this single noise function applies to all color planes of the
171 /// negative. Otherwise, the N noise functions map to the N planes of the negative in
    [all...]
  /external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
TJDecompressor.java 496 * instance into a set of Y, U (Cb), and V (Cr) image planes and return a
497 * <code>YUVImage</code> instance containing the decompressed image planes.
515 * strides for all planes will be set to their respective scaled component
    [all...]
  /external/libjpeg-turbo/
turbojpeg-jni.c 302 _throw("Planes array is too small for the subsampling type");
380 _throw("Planes array is too small for the subsampling type");
860 _throw("Planes array is too small for the subsampling type");
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
mat.hpp 3143 Mat* planes; member in class:cv::NAryMatIterator
    [all...]
  /external/opencv3/modules/core/src/
matrix.cpp     [all...]
  /external/opencv3/modules/viz/src/
shapes.cpp 756 vtkSmartPointer<vtkPlanes> planes = vtkSmartPointer<vtkPlanes>::New(); local
757 planes->SetFrustumPlanes(planes_array);
760 frustumSource->SetPlanes(planes);
    [all...]
  /frameworks/native/opengl/libagl/
primitives.cpp 882 // User clip-planes first, the clipping is always done in eye-coordinate
953 // frustum clip-planes
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_display.cpp 469 layer_buffer->planes[0].fd = pvt_handle->fd;
470 layer_buffer->planes[0].offset = pvt_handle->offset;
471 layer_buffer->planes[0].stride = UINT32(pvt_handle->width);
    [all...]

Completed in 2047 milliseconds

<<11121314151617181920>>