| /hardware/qcom/display/msm8996/libcopybit/ |
| D | software_converter.h | 38 #define ALIGN(x, y) (((x) + y - 1) & (~(y - 1))) macro
|
| /hardware/qcom/camera/QCamera2/util/ |
| D | QCameraCommon.h | 39 #define ALIGN(a, b) (((a) + (b)) & ~(b)) macro
|
| /hardware/qcom/display/msm8996/libgralloc1/ |
| D | gr_utils.h | 48 inline Type1 ALIGN(Type1 x, Type2 align) { in ALIGN() function
|
| /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/msm8226/libgralloc/ |
| D | gr.h | 41 inline Type ALIGN(Type x, Type 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/msm8994/libgralloc/ |
| D | gr.h | 42 inline Type ALIGN(Type x, Type align) { in ALIGN() function
|
| /hardware/qcom/display/msm8909/libgralloc/ |
| D | gr.h | 41 inline Type ALIGN(Type x, Type align) { in ALIGN() function
|
| /hardware/qcom/display/msm8996/libgralloc/ |
| D | gr.h | 42 inline Type ALIGN(Type x, Type align) { in ALIGN() function
|
| /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/qcom/camera/QCamera2/stack/mm-lib2d-interface/test/ |
| D | mm_lib2d_test.c | 43 #define ALIGN(a, b) (((a) + (b)) & ~(b)) macro
|
| /hardware/intel/img/hwcomposer/moorefield_hdmi/include/pvr/hal/ |
| D | img_gralloc_public.h | 33 #define ALIGN(x,a) (((x) + (a) - 1L) & ~((a) - 1L)) macro
|
| /hardware/intel/img/hwcomposer/merrifield/include/pvr/hal/ |
| D | img_gralloc_public.h | 33 #define ALIGN(x,a) (((x) + (a) - 1L) & ~((a) - 1L)) macro
|
| /hardware/intel/common/omx-components/videocodec/ |
| D | OMXVideoDecoderVP9HWR.cpp | 472 static int ALIGN(int x, int y) in ALIGN() function
|
| /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
| D | omx_swvdec.h | 143 #define ALIGN(x, y) (((x) + ((y) - 1)) & (~((y) - 1))) macro
|
| /hardware/qcom/media/msm8996/libc2dcolorconvert/ |
| D | C2DColorConverter.cpp | 43 #define ALIGN( num, to ) (((num) + (to-1)) & (~(to-1))) macro
|
| /hardware/qcom/media/msm8974/libc2dcolorconvert/ |
| D | C2DColorConverter.cpp | 43 #define ALIGN( num, to ) (((num) + (to-1)) & (~(to-1))) macro
|
| /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
| D | omx_swvenc_mpeg4.cpp | 52 #define ALIGN(value,alignment) (((value) + (alignment-1)) & (~(alignment-1))) macro
|
| /hardware/qcom/media/msm8974/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/msm8974/mm-video-v4l2/vidc/venc/src/ |
| D | video_encoder_device_v4l2.cpp | 50 #define ALIGN(x, to_align) ((((unsigned long) x) + (to_align - 1)) & ~(to_align - 1)) macro
|
| /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/ |
| D | omx_vdec.cpp | 149 #define ALIGN( num, to ) (((num) + (to-1)) & (~(to-1))) macro
|