Searched defs:y2 (Results 1 - 10 of 10) sorted by relevance

/hardware/samsung_slsi/exynos5/include/
H A DExynosRect.h123 int y2; //!< Bottom (The y-coordinate value of lower-right corner) member in struct:ExynosRect2
132 y2 = _y2_;
141 y2 = other->y2;
150 y2 = other.y2;
160 && y2 == other.y2);
H A Dfimg2d.h195 int y2; member in struct:fimg2d_rect
210 int y2; member in struct:fimg2d_clip
/hardware/intel/img/psb_video/src/x11/
H A Dpsb_x11.c234 int y2 = *(src_y + x + 1); local
243 yuv2pixel(dest_even++, y2, u, v);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dblockd.h58 ENTROPY_CONTEXT y2; member in struct:__anon507
/hardware/intel/img/psb_video/src/
H A Dpsb_overlay.c414 int dstPitch, int srcPitch, int __maybe_unused x1, int __maybe_unused y1, int __maybe_unused x2, int __maybe_unused y2, BoxPtr dstBox,
450 y2 = y2 / 4;
452 dstBox->y2 = dstBox->y2 / 4;
484 dstBox->x2 = dstBox->y2;
485 dstBox->y2 = pPriv->height_save - tmp;
487 dstBox->y1 = dstBox->y2;
488 dstBox->y2 = tmp;
498 dstBox->y1 = pPriv->height_save - dstBox->y2;
411 i830_display_video( VADriverContextP ctx, PsbPortPrivPtr pPriv, VASurfaceID __maybe_unused surface, int id, short width, short height, int dstPitch, int srcPitch, int __maybe_unused x1, int __maybe_unused y1, int __maybe_unused x2, int __maybe_unused y2, BoxPtr dstBox, short src_w, short src_h, short drw_w, short drw_h, unsigned int flags, int overlayId, int pipeId) argument
1030 int x1, x2, y1, y2; local
[all...]
H A Dpsb_overlay.h188 uint32_t y2; member in struct:__anon966
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_q6vdec.h166 u32 y2; member in struct:vdec_cropping_window
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_q6vdec.h141 u32 y2; member in struct:vdec_cropping_window
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
H A Dfimg2d.h284 int y2; /* y1 + height */ member in struct:fimg2d_rect
303 int y2; /* y1 + height */ member in struct:fimg2d_clip
/hardware/intel/img/libdrm/shared-core/
H A Ddrm.h140 unsigned short y2; member in struct:drm_clip_rect

Completed in 5389 milliseconds