/hardware/qcom/display/msm8996/libgralloc/ |
D | alloc_controller.h | 38 #define SECURE_ALIGN SZ_4K macro 40 #define SECURE_ALIGN SZ_1M macro
|
D | gpu.cpp | 79 data.align = SECURE_ALIGN; in gralloc_alloc_buffer()
|
/hardware/qcom/display/msm8909w_3100/libgralloc/ |
D | alloc_controller.h | 38 #define SECURE_ALIGN SZ_4K macro 40 #define SECURE_ALIGN SZ_1M macro
|
D | gpu.cpp | 83 data.align = SECURE_ALIGN; in gralloc_alloc_buffer()
|
/hardware/qcom/display/msm8909/libgralloc/ |
D | alloc_controller.h | 38 #define SECURE_ALIGN SZ_4K macro 40 #define SECURE_ALIGN SZ_1M macro
|
D | gpu.cpp | 83 data.align = SECURE_ALIGN; in gralloc_alloc_buffer()
|
/hardware/qcom/display/msm8909/gralloc/ |
D | gr_allocator.h | 34 #define SECURE_ALIGN SZ_4K macro 36 #define SECURE_ALIGN SZ_1M macro
|
D | gr_buf_mgr.cpp | 384 align = SECURE_ALIGN; in GetDataAlignment()
|
/hardware/qcom/display/msm8909w_3100/libgralloc1/ |
D | gr_allocator.h | 34 #define SECURE_ALIGN SZ_4K macro 36 #define SECURE_ALIGN SZ_1M macro
|
D | gr_buf_mgr.cpp | 381 align = SECURE_ALIGN; in GetDataAlignment()
|
/hardware/qcom/display/msm8996/libgralloc1/ |
D | gr_allocator.h | 34 #define SECURE_ALIGN SZ_4K macro 36 #define SECURE_ALIGN SZ_1M macro
|
D | gr_allocator.cpp | 209 align = SECURE_ALIGN; in GetDataAlignment()
|
/hardware/qcom/display/msm8998/libgralloc1/ |
D | gr_allocator.h | 34 #define SECURE_ALIGN SZ_4K macro 36 #define SECURE_ALIGN SZ_1M macro
|
D | gr_allocator.cpp | 210 align = SECURE_ALIGN; in GetDataAlignment()
|
/hardware/qcom/sm8150/display/gralloc/ |
D | gr_utils.h | 45 #define SECURE_ALIGN SZ_1M macro 47 #define SECURE_ALIGN SZ_4K macro
|
D | gr_utils.cpp | 223 align = SECURE_ALIGN; in GetDataAlignment()
|
/hardware/qcom/display/msm8996/sdm/libs/hwc/ |
D | hwc_buffer_allocator.cpp | 70 data.align = SECURE_ALIGN; in AllocateBuffer() 167 align = SECURE_ALIGN; in GetBufferSize()
|
/hardware/qcom/sm7250/display/gralloc/ |
D | gr_utils.h | 48 #define SECURE_ALIGN SZ_1M macro 50 #define SECURE_ALIGN SZ_4K macro
|
D | gr_utils.cpp | 291 align = SECURE_ALIGN; in GetDataAlignment()
|
/hardware/qcom/display/msm8909/sdm/libs/hwc/ |
D | hwc_buffer_allocator.cpp | 74 data.align = SECURE_ALIGN; in AllocateBuffer() 179 align = SECURE_ALIGN; in GetBufferSize()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/ |
D | hwc_buffer_allocator.cpp | 74 data.align = SECURE_ALIGN; in AllocateBuffer() 179 align = SECURE_ALIGN; in GetBufferSize()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_base.cpp | 97 #define SECURE_ALIGN SZ_4K macro 104 #define SECURE_ALIGN SZ_1M macro 4741 alloc_data->len = (size + (SECURE_ALIGN - 1)) & ~(SECURE_ALIGN - 1); in alloc_map_ion_memory() 4742 alloc_data->align = SECURE_ALIGN; in alloc_map_ion_memory()
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_base.cpp | 99 #define SECURE_ALIGN SZ_4K macro 106 #define SECURE_ALIGN SZ_1M macro 4888 alloc_data->len = (size + (SECURE_ALIGN - 1)) & ~(SECURE_ALIGN - 1); in alloc_map_ion_memory() 4889 alloc_data->align = SECURE_ALIGN; in alloc_map_ion_memory()
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_base.cpp | 98 #define SECURE_ALIGN SZ_1M macro 103 #define SECURE_ALIGN SZ_4K macro 4919 ion_info->alloc_data.len = (size + (SECURE_ALIGN - 1)) & ~(SECURE_ALIGN - 1); in alloc_map_ion_memory()
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_base.cpp | 97 #define SECURE_ALIGN SZ_1M macro 102 #define SECURE_ALIGN SZ_4K macro 5105 ion_info->alloc_data.len = (size + (SECURE_ALIGN - 1)) & ~(SECURE_ALIGN - 1); in alloc_map_ion_memory()
|