/hardware/qcom/display/msm8960/libgralloc/ |
D | gr.h | 41 inline size_t ALIGN(size_t x, size_t align) { in ALIGN() function
|
/hardware/qcom/display/msm8974/libgralloc/ |
D | gr.h | 41 inline size_t ALIGN(size_t x, size_t align) { in ALIGN() function
|
/hardware/qcom/display/msm8084/libgralloc/ |
D | gr.h | 41 inline Type ALIGN(Type x, Type align) { in ALIGN() function
|
/hardware/qcom/display/msm8226/libgralloc/ |
D | gr.h | 41 inline Type ALIGN(Type x, Type align) { in ALIGN() function
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/exynos/ |
D | Exynos_OMX_Macros.h | 37 #define ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) macro
|
/hardware/samsung_slsi/exynos5/include/ |
D | exynos_format.h | 79 #define ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) macro
|
D | ExynosCamera.h | 74 #define ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) macro
|
/hardware/ti/omap4xxx/hwc/ |
D | hal_public.h | 33 #define ALIGN(x,a) (((x) + (a) - 1L) & ~((a) - 1L)) macro
|
/hardware/intel/common/libmix/videoencoder/ |
D | PVSoftMPEG4Encoder.cpp | 36 #define ALIGN(x, align) (((x) + (align) - 1) & (~((align) - 1))) macro
|
/hardware/ti/omap4-aah/hwc/ |
D | hal_public.h | 33 #define ALIGN(x,a) (((x) + (a) - 1L) & ~((a) - 1L)) macro
|
D | rgz_2d.c | 39 #define ALIGN(x,a) (((x) + (a) - 1L) & ~((a) - 1L)) macro
|
/hardware/libhardware/tests/camera2/ |
D | CameraStreamFixture.h | 33 #define ALIGN(x, mask) ( ((x) + (mask) - 1) & ~((mask) - 1) ) macro
|
/hardware/intel/img/hwcomposer/include/pvr/hal/ |
D | hal_public.h | 37 #define ALIGN(x,a) (((x) + (a) - 1L) & ~((a) - 1L)) macro
|
/hardware/intel/common/omx-components/videocodec/ |
D | OMXVideoDecoderVP9Hybrid.cpp | 298 static int ALIGN(int x, int y) { in ALIGN() function
|
D | OMXVideoDecoderVP9HWR.cpp | 474 static int ALIGN(int x, int y) in ALIGN() function
|
/hardware/qcom/media/libc2dcolorconvert/ |
D | C2DColorConverter.cpp | 40 #define ALIGN( num, to ) (((num) + (to-1)) & (~(to-1))) macro
|
/hardware/samsung_slsi/exynos5/libcsc/ |
D | csc.c | 70 #define ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) macro
|
/hardware/intel/img/libdrm/libdrm/intel/ |
D | intel_bufmgr_fake.c | 54 #define ALIGN(value, alignment) ((value + alignment - 1) & ~(alignment - 1)) macro
|
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/ |
D | omx_video_base.cpp | 80 #define ALIGN( num, to ) (((num) + (to-1)) & (~(to-1))) macro
|
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 49 #define ALIGN(x, to_align) ((((unsigned long) x) + (to_align - 1)) & ~(to_align - 1)) macro
|
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/ |
D | omx_vdec.cpp | 149 #define ALIGN( num, to ) (((num) + (to-1)) & (~(to-1))) macro
|