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

1 2 3 4 5 6 7 8 91011>>

  /external/webrtc/webrtc/tools/converter/
converter.h 76 // Writes the Y, U and V (in this order) planes to the file, thus adding a
  /frameworks/native/opengl/libagl/
vertex.cpp 119 int planes = c->clipPlanes.enable; local
120 while (planes) {
121 const int i = 31 - gglClz(planes);
122 planes &= ~(1<<i);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_loopfilter.h 121 // loopfilter. the planes are necessary as their state
  /hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 261 frame->planes_buf.planes[i].data_offset, frame->planes_buf.planes[i].length);
264 frame->planes_buf.planes[i].length);
265 offset += (int)frame->planes_buf.planes[i].length;
321 /* Plane 0 needs to be set seperately. Set other planes
323 app_bufs[i].buf.planes_buf.planes[0].length = frame_offset_info->mp[0].len;
324 app_bufs[i].buf.planes_buf.planes[0].m.userptr =
326 app_bufs[i].buf.planes_buf.planes[0].data_offset = frame_offset_info->mp[0].offset;
327 app_bufs[i].buf.planes_buf.planes[0].reserved[0] = 0;
329 app_bufs[i].buf.planes_buf.planes[j].length = frame_offset_info->mp[j].len
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
ImageUtils.h 139 * Used in YUVinfo to store separate YVU image planes.
  /cts/tests/tests/media/src/android/media/cts/
EncodeDecodeTest.java 1182 Image.Plane[] planes = image.getPlanes(); local
    [all...]
  /cts/apps/CameraITS/pymodules/its/
image.py 204 """Convert a captured image object to separate image planes.
206 Decompose an image into multiple images, corresponding to different planes.
209 Returns Y,U,V planes, where the Y plane is full-res and the U,V planes
213 Returns planes in the order R,Gr,Gb,B, regardless of the Bayer pattern
217 Returns R,G,B full-res planes.
283 # Separate the image planes.
368 # of the planes.
  /external/libdrm/tests/kms/
kms-universal-planes.c 209 printf("Planes: %u\n", device->num_planes);
212 struct kms_plane *plane = device->planes[i];
  /external/libvpx/libvpx/vpx_scale/generic/
yv12config.c 73 * between planes, which would break the semantics of things like
229 * between planes, which would break the semantics of things like
  /external/opencv3/3rdparty/include/ffmpeg_/libavutil/
imgutils.h 130 * pointers will be set pointing to the different picture planes and
131 * the line sizes of the different planes will be stored in the
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/test/
vp8_impl_unittest.cc 119 // Using a QCIF image (aligned stride (u,v planes) > width).
238 // Compute PSNR on all planes (faster than SSIM).
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
yv12config.c 75 * between planes, which would break the semantics of things like
238 * between planes, which would break the semantics of things like
  /packages/apps/Camera2/jni/
jpegutilnative.cpp 28 * The input is defined as a set of 3 planes of 8-bit samples, one plane for
31 * The Cb and Cr planes are assumed to be downsampled by a factor of 2, to have
  /toolchain/binutils/binutils-2.25/binutils/
windint.h 358 /* Planes. */
359 rc_uint_type planes; member in struct:rc_group_cursor
372 bfd_byte planes[2]; member in struct:bin_group_cursor_item
724 /* Planes. */
725 rc_uint_type planes; member in struct:rc_group_icon
748 bfd_byte planes[2]; member in struct:bin_group_icon_item
  /external/libvpx/libvpx/vp9/common/
vp9_loopfilter.c     [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c 940 struct v4l2_plane planes[VIDEO_MAX_PLANES]; local
1132 struct v4l2_plane planes[VIDEO_MAX_PLANES]; local
    [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/
CameraTestUtils.java 913 Plane[] planes = image.getPlanes(); local
994 Plane[] planes = image.getPlanes(); local
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
CameraTestUtils.java 815 Plane[] planes = image.getPlanes(); local
896 Plane[] planes = image.getPlanes(); local
    [all...]
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c 1234 struct v4l2_plane planes[VIDEO_MAX_PLANES]; local
1436 struct v4l2_plane planes[VIDEO_MAX_PLANES]; local
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c 1234 struct v4l2_plane planes[VIDEO_MAX_PLANES]; local
1436 struct v4l2_plane planes[VIDEO_MAX_PLANES]; local
    [all...]
  /external/libvpx/libvpx/
y4minput.c 429 We use a resampling filter to decimate the chroma planes by two in the
494 Then we use a second resampling filter to decimate the chroma planes by two
566 Then we use another filter to decimate the planes by 2 in the vertical
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
y4minput.c 429 We use a resampling filter to decimate the chroma planes by two in the
494 Then we use a second resampling filter to decimate the chroma planes by two
566 Then we use another filter to decimate the planes by 2 in the vertical
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_screen.c 511 index = f->planes[i].buffer_index;
535 width = parent->region->width >> f->planes[plane].width_shift;
536 height = parent->region->height >> f->planes[plane].height_shift;
537 dri_format = f->planes[plane].dri_format;
538 index = f->planes[plane].buffer_index;
    [all...]
  /external/drm_hwcomposer/
drmdisplaycomposition.cpp 368 ALOGE("Planner failed provisioning planes ret=%d", ret);
372 // Remove the planes we used from the pool before returning. This ensures they
560 *out << " Planes: count=" << composition_planes_.size() << "\n";
  /external/mesa3d/src/mesa/tnl/
t_rasterpos.c 60 * Clip a point against the far/near Z clipping planes.
79 * Clip a point against the user clipping planes.
400 /* clip to user clipping planes */

Completed in 2000 milliseconds

1 2 3 4 5 6 7 8 91011>>