/external/mesa3d/src/gallium/state_trackers/vdpau/ |
output.c | 186 VdpRect const *source_rect, 209 box = RectToPipeBox(source_rect, res); 626 VdpRect const *source_rect, 666 RectToPipe(source_rect, &src_rect), NULL, 685 VdpRect const *source_rect, 725 RectToPipe(source_rect, &src_rect), NULL,
|
mixer.c | 305 RectToPipe(layers->source_rect, &rect), NULL, NULL);
|
/hardware/qcom/display/msm8084/libcopybit/ |
c2dExt.h | 44 C2D_LENSCORRECT_SOURCE_RECT = (1 << 3), /*!< enables source_rect field. When set, client has to provide C2D_LENSCORRECT_OBJECT.source_rect 58 C2D_RECT source_rect; /*!< region of the source surface, 16.16 fp */ member in struct:C2D_LENSCORRECT_OBJ_STR
|
c2d2.h | 215 C2D_SOURCE_RECT_BIT = (1 << 0), /* enables source_rect field */ 223 C2D_MASK_ALIGN_BIT = (1 << 8), /* aligns mask to source_rect */ 354 * The source_rect first defines the content of the source surface, 375 C2D_RECT source_rect; /* region of the source surface, 16.16 fp */ member in struct:C2D_OBJECT_STR [all...] |
copybit_c2d.cpp | 760 c2dObject->source_rect.x = (src->l)<<16; 761 c2dObject->source_rect.y = (src->t)<<16; 762 c2dObject->source_rect.height = ((src->b) - (src->t))<<16; 763 c2dObject->source_rect.width = ((src->r) - (src->l))<<16; [all...] |
/hardware/qcom/display/msm8226/libcopybit/ |
c2d2.h | 215 C2D_SOURCE_RECT_BIT = (1 << 0), /* enables source_rect field */ 223 C2D_MASK_ALIGN_BIT = (1 << 8), /* aligns mask to source_rect */ 354 * The source_rect first defines the content of the source surface, 375 C2D_RECT source_rect; /* region of the source surface, 16.16 fp */ member in struct:C2D_OBJECT_STR [all...] |
copybit_c2d.cpp | 766 c2dObject->source_rect.x = (src->l)<<16; 767 c2dObject->source_rect.y = (src->t)<<16; 768 c2dObject->source_rect.height = ((src->b) - (src->t))<<16; 769 c2dObject->source_rect.width = ((src->r) - (src->l))<<16; [all...] |
/hardware/qcom/display/msm8909/libcopybit/ |
c2d2.h | 215 C2D_SOURCE_RECT_BIT = (1 << 0), /* enables source_rect field */ 223 C2D_MASK_ALIGN_BIT = (1 << 8), /* aligns mask to source_rect */ 354 * The source_rect first defines the content of the source surface, 375 C2D_RECT source_rect; /* region of the source surface, 16.16 fp */ member in struct:C2D_OBJECT_STR [all...] |
copybit_c2d.cpp | 765 c2dObject->source_rect.x = (src->l)<<16; 766 c2dObject->source_rect.y = (src->t)<<16; 767 c2dObject->source_rect.height = ((src->b) - (src->t))<<16; 768 c2dObject->source_rect.width = ((src->r) - (src->l))<<16; [all...] |
/hardware/qcom/display/msm8960/libcopybit/ |
c2d2.h | 215 C2D_SOURCE_RECT_BIT = (1 << 0), /* enables source_rect field */ 223 C2D_MASK_ALIGN_BIT = (1 << 8), /* aligns mask to source_rect */ 354 * The source_rect first defines the content of the source surface, 375 C2D_RECT source_rect; /* region of the source surface, 16.16 fp */ member in struct:C2D_OBJECT_STR [all...] |
copybit_c2d.cpp | 740 c2dObject->source_rect.x = (src->l)<<16; 741 c2dObject->source_rect.y = (src->t)<<16; 742 c2dObject->source_rect.height = ((src->b) - (src->t))<<16; 743 c2dObject->source_rect.width = ((src->r) - (src->l))<<16; [all...] |
/hardware/qcom/display/msm8994/libcopybit/ |
c2d2.h | 215 C2D_SOURCE_RECT_BIT = (1 << 0), /* enables source_rect field */ 223 C2D_MASK_ALIGN_BIT = (1 << 8), /* aligns mask to source_rect */ 354 * The source_rect first defines the content of the source surface, 375 C2D_RECT source_rect; /* region of the source surface, 16.16 fp */ member in struct:C2D_OBJECT_STR [all...] |
copybit_c2d.cpp | 769 c2dObject->source_rect.x = (src->l)<<16; 770 c2dObject->source_rect.y = (src->t)<<16; 771 c2dObject->source_rect.height = ((src->b) - (src->t))<<16; 772 c2dObject->source_rect.width = ((src->r) - (src->l))<<16; [all...] |
/hardware/qcom/display/msm8996/libcopybit/ |
c2d2.h | 216 C2D_SOURCE_RECT_BIT = (1 << 0), /* enables source_rect field */ 224 C2D_MASK_ALIGN_BIT = (1 << 8), /* aligns mask to source_rect */ 355 * The source_rect first defines the content of the source surface, 376 C2D_RECT source_rect; /* region of the source surface, 16.16 fp */ member in struct:C2D_OBJECT_STR [all...] |
copybit_c2d.cpp | 773 c2dObject->source_rect.x = (src->l)<<16; 774 c2dObject->source_rect.y = (src->t)<<16; 775 c2dObject->source_rect.height = ((src->b) - (src->t))<<16; 776 c2dObject->source_rect.width = ((src->r) - (src->l))<<16; [all...] |
/hardware/qcom/media/msm8974/libc2dcolorconvert/ |
C2DColorConverter.cpp | 158 mBlit.source_rect.x = 0 << 16; 159 mBlit.source_rect.y = 0 << 16; 160 mBlit.source_rect.width = srcWidth << 16; 161 mBlit.source_rect.height = srcHeight << 16;
|
/hardware/qcom/media/msm8996/libc2dcolorconvert/ |
C2DColorConverter.cpp | 180 mBlit.source_rect.x = 0 << 16; 181 mBlit.source_rect.y = 0 << 16; 182 mBlit.source_rect.width = srcWidth << 16; 183 mBlit.source_rect.height = srcHeight << 16;
|