Searched defs:x1 (Results 1 - 6 of 6) sorted by relevance

/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,
480 tmp = dstBox->x1;
481 dstBox->x1 = dstBox->y1;
494 tmp = dstBox->x1;
495 dstBox->x1 = pPriv->width_save - dstBox->x2;
502 tmp = dstBox->x1;
503 dstBox->x1 = pPriv->width_save - dstBox->y1;
508 tmp = dstBox->x1;
509 dstBox->x1 = dstBox->x2;
571 overlay->DWINPOS = (dstBox->y1 << 16) | dstBox->x1;
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.h98 #define MIRROR_HORIZONTAL (0x1<<17)
102 #define UV_SWAP (0x1<<14)
106 #define RGB_888 (0x1<<10)
115 #define TVSYNC_FLIP_PARITY (0x1<<9)
116 #define TVSYNC_FLIP_ENABLE (0x1<<7)
117 #define BUF_TYPE (0x1<<5)
119 #define BUF_TYPE_FIELD (0x1<<5)
120 #define TEST_MODE (0x1<<4)
123 #define BUFFER1 (0x1<<2)
124 #define FIELD_SELECT (0x1<<
185 uint32_t x1; member in struct:__anon940
[all...]
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_q6vdec.h162 u32 x1; member in struct:vdec_cropping_window
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_q6vdec.h138 u32 x1; member in struct:vdec_cropping_window
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dmsm_q6vdec.h162 u32 x1; member in struct:vdec_cropping_window
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dmsm_q6vdec.h138 u32 x1; member in struct:vdec_cropping_window

Completed in 59 milliseconds