HomeSort by relevance Sort by last modified time
    Searched full:planes (Results 51 - 75 of 302) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/opencv/cxcore/src/
cxcopy.cpp 391 CvArr* planes[] = { 0, 0, 0, 0 }; local
396 planes[coi1-1] = dst;
397 CV_CALL( cvSplit( src, planes[0], planes[1], planes[2], planes[3] ));
402 CvArr* planes[] = { 0, 0, 0, 0 }; local
407 planes[coi2-1] = src;
408 CV_CALL( cvMerge( planes[0], planes[1], planes[2], planes[3], dst ))
    [all...]
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdloverlay.html 96 int planes;
157 >planes</I
163 >Number of planes in the overlay. Usually either 1 or 3</TD
  /device/lge/mako/camera/
QCameraHWI_Preview_7x27A.cpp 356 uint32_t planes[VIDEO_MAX_PLANES]; local
394 planes[0] = dim.display_frame_offset.mp[0].len;
395 planes[1] = dim.display_frame_offset.mp[1].len;
411 mDisplayStreamBuf.frame[i].cbcr_off = planes[0];
433 /* Plane 0 needs to be set seperately. Set other planes
435 mDisplayBuf.preview.buf.mp[i].planes[0].length = planes[0];
436 mDisplayBuf.preview.buf.mp[i].planes[0].m.userptr = mDisplayStreamBuf.frame[i].fd;
437 mDisplayBuf.preview.buf.mp[i].planes[0].data_offset = 0;
438 mDisplayBuf.preview.buf.mp[i].planes[0].reserved[0]
    [all...]
  /external/icu4c/extra/uconv/
uconv.1.in 300 for planes 1 and above characters,
304 character. Characters from planes 1 and above are written as a pair of
312 for planes 1 and above characters,
316 character. Characters from planes 1 and above are written as a pair of
324 for planes 1 and above characters,
  /external/libyuv/files/source/
mjpeg_decoder.cc 268 uint8** planes, int dst_width, int dst_height) {
317 planes[i], GetComponentWidth(i), scanlines_to_copy);
318 planes[i] += scanlines_to_copy * GetComponentWidth(i);
334 planes[i], GetComponentWidth(i), scanlines_to_copy);
335 planes[i] += scanlines_to_copy * GetComponentWidth(i);
349 planes[i], GetComponentWidth(i), scanlines_to_copy);
350 planes[i] += scanlines_to_copy * GetComponentWidth(i);
  /frameworks/av/libvideoeditor/vss/video_filters/src/
M4VFL_transition.c 249 * for Y, U and V planes.
251 * for Y, U and V planes.
253 * for Y, U and V planes.
321 /* Set the pointer to the beginning of the input1 YUV420 image planes */
326 /* Set the pointer to the beginning of the input2 YUV420 image planes */
331 /* Set the pointer to the beginning of the output YUV420 image planes */
  /frameworks/base/graphics/java/android/graphics/
YuvImage.java 24 * array irrespective of the number of image planes in it.
45 * In the case of more than one image plane, the image planes must be
68 * @param yuv The YUV data. In the case of more than one image plane, all the planes must be
  /frameworks/rs/scriptc/
rs_math.rsh 92 * Computes 6 frustum planes from the view projection matrix
93 * @param viewProj matrix to extract planes from
152 * Checks if a sphere is withing the 6 frustum planes
rs_matrix.rsh 232 * Load an Ortho projection matrix constructed from the 6 planes
246 * Load an Frustum projection matrix constructed from the 6 planes
260 * Load an perspective projection matrix constructed from the 6 planes
  /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/include/
ExynosVideoApi.h 111 ExynosVideoPlane planes[VIDEO_BUFFER_MAX_PLANES]; member in struct:_ExynosVideoBuffer
267 ExynosVideoErrorType (*Register)(void *pHandle, ExynosVideoPlane *planes, int nPlanes);
287 ExynosVideoErrorType (*Register)(void *pHandle, ExynosVideoPlane *planes, int nPlanes);
  /prebuilts/sdk/renderscript/include/
rs_math.rsh 92 * Computes 6 frustum planes from the view projection matrix
93 * @param viewProj matrix to extract planes from
152 * Checks if a sphere is withing the 6 frustum planes
rs_matrix.rsh 232 * Load an Ortho projection matrix constructed from the 6 planes
246 * Load an Frustum projection matrix constructed from the 6 planes
260 * Load an perspective projection matrix constructed from the 6 planes
  /system/core/include/system/
graphics.h 74 * by (W/2) x (H/2) Cr and Cb planes.
227 * @y, @cb, and @cr point to the first byte of their respective planes.
233 * @cstride is the stride of the chroma planes.
  /bootable/recovery/tools/ota/
convert-to-bmp.py 34 "H" # planes (set to 1)
  /device/lge/mako/camera/mm-camera-interface/
mm_jpeg_encoder.h 61 uint32_t* p_cbcr_offset, uint32_t* p_buf_size, uint8_t *num_planes, uint32_t planes[]);
mm_omx_jpeg_encoder.h 68 uint32_t planes[]);
  /external/libvpx/libvpx/examples/
decode_to_md5.txt 35 unsigned char *buf =img->planes[plane];
  /external/libvpx/libvpx/vpx_scale/generic/
yv12config.c 61 * between planes, which would break the semantics of things like
  /external/libyuv/files/include/libyuv/
rotate.h 53 // Rotate planes by 90, 180, 270
  /external/webkit/Source/WebCore/platform/graphics/chromium/
VideoFrameChromium.h 75 virtual unsigned planes() const = 0;
  /external/webkit/Source/WebKit/chromium/src/
VideoFrameChromiumImpl.h 56 virtual unsigned planes() const;
  /hardware/samsung_slsi/exynos5/libgscaler/
exynos_gsc_utils.h 115 struct v4l2_plane planes[NUM_OF_GSC_PLANES]; member in struct:gsc_info
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
MosaicTypes.h 65 * containing separate Y,V, and U planes
  /packages/apps/Gallery2/jni_mosaic/feature_mos/src/mosaic/
MosaicTypes.h 65 * containing separate Y,V, and U planes
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
MosaicTypes.h 65 * containing separate Y,V, and U planes

Completed in 856 milliseconds

1 23 4 5 6 7 8 91011>>