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

1 2 3 4 5 67 8 91011>>

  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_display_virtual.cpp 286 output_buffer_->planes[0].fd = output_handle->fd;
287 output_buffer_->planes[0].offset = output_handle->offset;
288 output_buffer_->planes[0].stride = UINT32(output_handle->width);
  /bootable/recovery/tools/ota/
convert-to-bmp.py 34 "H" # planes (set to 1)
  /development/perftests/panorama/feature_mos/src/mosaic/
MosaicTypes.h 65 * containing separate Y,V, and U planes
  /development/samples/SupportLeanbackShowcase/app/src/main/res/raw/
detail_example.json 101 "title": "Planes",
music_example.json 101 "title": "Planes",
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Rdi.cpp 121 void* y_off = newFrame->buffer + newFrame->planes[0].data_offset;
122 void* cbcr_off = newFrame->buffer + newFrame->planes[0].length;
124 write(file_fd, (const void *)(y_off), newFrame->planes[0].length);
126 (newFrame->planes[1].length * newFrame->num_planes));
  /external/autotest/client/deps/glbench/src/
yuv2rgb_2.glslf 34 * shader assumes the height of U and V planes is odd, which means the height
  /external/libavc/common/
ih264_size_defs.h 56 /*Numbr of chroma planes*/
  /external/libdrm/tests/kms/
libkms-test.h 42 struct kms_plane **planes; member in struct:kms_device
  /external/libvpx/libvpx/test/
md5_helper.h 26 const uint8_t *buf = img->planes[plane];
  /external/libvpx/libvpx/
vpxenc.c 567 plane1 = (uint16_t*)img1->planes[VPX_PLANE_Y];
568 plane2 = (uint16_t*)img2->planes[VPX_PLANE_Y];
593 plane1 = (uint16_t*)img1->planes[VPX_PLANE_U];
594 plane2 = (uint16_t*)img2->planes[VPX_PLANE_U];
619 plane1 = (uint16_t*)img1->planes[VPX_PLANE_V];
620 plane2 = (uint16_t*)img2->planes[VPX_PLANE_V];
666 if (*(img1->planes[VPX_PLANE_Y] +
668 *(img2->planes[VPX_PLANE_Y] +
672 yloc[2] = *(img1->planes[VPX_PLANE_Y] +
674 yloc[3] = *(img2->planes[VPX_PLANE_Y]
    [all...]
  /external/libyuv/files/include/libyuv/
rotate.h 53 // Rotate planes by 90, 180, 270
  /external/mesa3d/src/mesa/state_tracker/
st_atom_clip.c 42 /* Second state atom for user clip planes:
st_atom_msaa.c 36 /* Second state atom for user clip planes:
  /external/mesa3d/src/mesa/tnl/
t_vb_cliptmp.h 95 * planes, so we can end up here when there is nothing to do, \
115 /* Clip a line against the viewport and user clip planes.
184 /* Clip a triangle against the viewport and user clip planes.
263 /* Clip a quad against the viewport and user clip planes.
  /external/skia/src/images/
SkImageDecoder_libjpeg.cpp 91 void* planes[3], size_t rowBytes[3],
589 static bool output_raw_data(jpeg_decompress_struct& cinfo, void* planes[3], size_t rowBytes[3]) {
605 JSAMPROW outputY = static_cast<JSAMPROW>(planes[0]);
606 JSAMPROW outputU = static_cast<JSAMPROW>(planes[1]);
607 JSAMPROW outputV = static_cast<JSAMPROW>(planes[2]);
671 void* planes[3], size_t rowBytes[3],
710 if (!planes || !planes[0] || !rowBytes || !rowBytes[0]) { // Compute size only
738 if (!output_raw_data(cinfo, planes, rowBytes)) {
    [all...]
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
RendererCommon.java 81 * Upload |planes| into |outputYuvTextures|, taking stride into consideration.
85 int[] outputYuvTextures, int width, int height, int[] strides, ByteBuffer[] planes) {
108 packedByteBuffer = planes[i];
111 planes[i], planeWidths[i], planeHeights[i], strides[i], copyBuffer, planeWidths[i]);
  /hardware/intel/img/hwcomposer/merrifield/common/base/
HwcLayer.h 51 // LAYER_CURSOR_OVERLAY layers support hardware cursor planes
  /hardware/intel/img/hwcomposer/merrifield/include/
DisplayPlaneManager.h 98 // Bitmap of free planes. Bit0 - plane A, bit 1 - plane B, etc.
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
HwcLayer.h 45 // LAYER_CURSOR_OVERLAY layers support hardware cursor planes
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/
DisplayPlaneManager.h 98 // Bitmap of free planes. Bit0 - plane A, bit 1 - plane B, etc.
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/
TngDisplayQuery.cpp 64 // RGB planes don't support scaling. Panel fitter can be used to scale frame buffer to device's resolution
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
MosaicTypes.h 65 * containing separate Y,V, and U planes
  /external/libdrm/tests/modetest/
modetest.c 107 struct plane *planes; member in struct:resources
418 printf("Planes:\n");
425 struct plane *plane = &dev->resources->planes[i];
603 res->planes = calloc(res->plane_res->count_planes, sizeof(*res->planes));
604 if (!res->planes)
674 * Pipes and planes
965 * CRTC index first, then iterate over available planes.
981 ovr = dev->resources->planes[i].plane;
1134 /* set up planes/overlays *
1503 int encoders = 0, connectors = 0, crtcs = 0, planes = 0, framebuffers = 0; local
    [all...]
  /external/dng_sdk/source/
dng_host.cpp 342 uint32 planes,
347 planes,

Completed in 1433 milliseconds

1 2 3 4 5 67 8 91011>>