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

<<11121314151617181920>>

  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
Hwcomposer.cpp 68 // disable reclaimed planes
71 // reclaim all allocated planes if possible
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_pixels.h 242 SDL_PIXELFORMAT_YV12 = /**< Planar mode: Y + V + U (3 planes) */
244 SDL_PIXELFORMAT_IYUV = /**< Planar mode: Y + U + V (3 planes) */
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_pixels.h 242 SDL_PIXELFORMAT_YV12 = /**< Planar mode: Y + V + U (3 planes) */
244 SDL_PIXELFORMAT_IYUV = /**< Planar mode: Y + U + V (3 planes) */
  /prebuilts/misc/windows/sdl2/include/
SDL_pixels.h 242 SDL_PIXELFORMAT_YV12 = /**< Planar mode: Y + V + U (3 planes) */
244 SDL_PIXELFORMAT_IYUV = /**< Planar mode: Y + U + V (3 planes) */
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_pixels.h 242 SDL_PIXELFORMAT_YV12 = /**< Planar mode: Y + V + U (3 planes) */
244 SDL_PIXELFORMAT_IYUV = /**< Planar mode: Y + U + V (3 planes) */
  /external/libjpeg-turbo/doc/html/
group___turbo_j_p_e_g.html 236 <tr class="memdesc:gaa89a1982cb4556b12ae7af4439991af6"><td class="mdescLeft">&#160;</td><td class="mdescRight">Compress a set of Y, U (Cb), and V (Cr) image planes into a JPEG image. <a href="#gaa89a1982cb4556b12ae7af4439991af6">More...</a><br/></td></tr>
    [all...]
  /device/huawei/angler/camera/QCamera2/HAL3/
QCamera3Mem.cpp 236 /* Plane 0 needs to be set separately. Set other planes in a loop */
237 bufDef.planes_buf.planes[0].length = offset.mp[0].len;
238 bufDef.planes_buf.planes[0].m.userptr = (long unsigned int)mMemInfo[index].fd;
239 bufDef.planes_buf.planes[0].data_offset = offset.mp[0].offset;
240 bufDef.planes_buf.planes[0].reserved[0] = 0;
242 bufDef.planes_buf.planes[i].length = offset.mp[i].len;
243 bufDef.planes_buf.planes[i].m.userptr = (long unsigned int)mMemInfo[i].fd;
244 bufDef.planes_buf.planes[i].data_offset = offset.mp[i].offset;
245 bufDef.planes_buf.planes[i].reserved[0] =
246 bufDef.planes_buf.planes[i-1].reserved[0]
    [all...]
  /device/lge/bullhead/camera/QCamera2/HAL3/
QCamera3Mem.cpp 236 /* Plane 0 needs to be set separately. Set other planes in a loop */
237 bufDef.planes_buf.planes[0].length = offset.mp[0].len;
238 bufDef.planes_buf.planes[0].m.userptr = (long unsigned int)mMemInfo[index].fd;
239 bufDef.planes_buf.planes[0].data_offset = offset.mp[0].offset;
240 bufDef.planes_buf.planes[0].reserved[0] = 0;
242 bufDef.planes_buf.planes[i].length = offset.mp[i].len;
243 bufDef.planes_buf.planes[i].m.userptr = (long unsigned int)mMemInfo[i].fd;
244 bufDef.planes_buf.planes[i].data_offset = offset.mp[i].offset;
245 bufDef.planes_buf.planes[i].reserved[0] =
246 bufDef.planes_buf.planes[i-1].reserved[0]
    [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_stream.c 911 struct v4l2_plane planes[VIDEO_MAX_PLANES]; local
925 vb.m.planes = &planes[0];
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3Mem.cpp 235 /* Plane 0 needs to be set separately. Set other planes in a loop */
236 bufDef.planes[0].length = offset.mp[0].len;
237 bufDef.planes[0].m.userptr = mMemInfo[index].fd;
238 bufDef.planes[0].data_offset = offset.mp[0].offset;
239 bufDef.planes[0].reserved[0] = 0;
241 bufDef.planes[i].length = offset.mp[i].len;
242 bufDef.planes[i].m.userptr = mMemInfo[i].fd;
243 bufDef.planes[i].data_offset = offset.mp[i].offset;
244 bufDef.planes[i].reserved[0] =
245 bufDef.planes[i-1].reserved[0]
    [all...]
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3Mem.cpp 241 /* Plane 0 needs to be set separately. Set other planes in a loop */
242 bufDef.planes_buf.planes[0].length = offset.mp[0].len;
243 bufDef.planes_buf.planes[0].m.userptr = (long unsigned int)mMemInfo[index].fd;
244 bufDef.planes_buf.planes[0].data_offset = offset.mp[0].offset;
245 bufDef.planes_buf.planes[0].reserved[0] = 0;
247 bufDef.planes_buf.planes[i].length = offset.mp[i].len;
248 bufDef.planes_buf.planes[i].m.userptr = (long unsigned int)mMemInfo[i].fd;
249 bufDef.planes_buf.planes[i].data_offset = offset.mp[i].offset;
250 bufDef.planes_buf.planes[i].reserved[0] =
251 bufDef.planes_buf.planes[i-1].reserved[0]
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
resrc.c 95 /* Color planes. */
96 unsigned short planes; member in struct:icondir::__anon73930::__anon73931
848 cg->planes = 1;
1187 icondirs[i].u.icon.planes = get_word (e, real_filename);
1237 /* For some reason, at least in some files the planes and bits
1247 if (icondirs[i].u.icon.planes)
1248 cg->planes = icondirs[i].u.icon.planes;
1250 cg->planes = 1;
1312 cg->planes = windres_get_16 (&wrtarget, pb_data + 4, len_data - 4)
    [all...]
  /device/huawei/angler/camera/QCamera2/stack/common/
mm_jpeg_interface.h 67 cam_frame_len_offset_t offset; /* offset of all the planes */
  /device/lge/bullhead/camera/QCamera2/stack/common/
mm_jpeg_interface.h 67 cam_frame_len_offset_t offset; /* offset of all the planes */
  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/inc/
mm_qcamera_app.h 158 uint32_t planes[]);
  /device/moto/shamu/camera/QCamera2/stack/common/
mm_jpeg_interface.h 56 cam_frame_len_offset_t offset; /* offset of all the planes */
  /external/dng_sdk/source/
dng_jpeg_image.cpp 184 ifd.fSamplesPerPixel = image.Planes ();
  /external/libavc/encoder/
ih264e_half_pel.c 27 * This file contains functions that are used for computing subpixel planes
  /external/libdrm/tests/planetest/
modeset.c 138 struct sp_plane *p = &dev->planes[i];
  /external/libvpx/libvpx/examples/
decode_to_md5.c 51 const unsigned char *buf = img->planes[plane];
  /external/libvpx/libvpx/test/
y4m_test.cc 60 const unsigned char *buf = img->planes[plane];
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
video_common.h 87 // 5 Auxiliary YUV variations: 3 with U and V planes are swapped, 1 Alias.
  /external/libvpx/libvpx/third_party/libyuv/source/
row_any.cc 25 // Any 3 planes to 1.
121 // Any 2 planes to 1.
540 // Any 1 to 2. Outputs UV planes.
595 // Any 1 to 2 with source stride (2 rows of source). Outputs UV planes.
  /external/libvpx/libvpx/vpx/
vp8dx.h 100 /** control function to set the byte alignment of the planes in the reference
  /external/mesa3d/docs/
relnotes-6.5.1.html 67 <li>clipping of lines against user-defined clip planes was broken (6512)

Completed in 1041 milliseconds

<<11121314151617181920>>