/hardware/qcom/display/msm8996/libgralloc/ |
D | alloc_controller.h | 34 #define SZ_4K 0x1000 macro 38 #define SECURE_ALIGN SZ_4K
|
/hardware/qcom/display/msm8909w_3100/libgralloc/ |
D | alloc_controller.h | 34 #define SZ_4K 0x1000 macro 38 #define SECURE_ALIGN SZ_4K
|
/hardware/qcom/display/msm8909/libgralloc/ |
D | alloc_controller.h | 34 #define SZ_4K 0x1000 macro 38 #define SECURE_ALIGN SZ_4K
|
/hardware/qcom/display/msm8998/libgralloc1/ |
D | gr_utils.h | 37 #define SZ_4K 0x1000 macro
|
D | gr_allocator.h | 34 #define SECURE_ALIGN SZ_4K
|
/hardware/qcom/display/msm8996/libgralloc1/ |
D | gr_utils.h | 37 #define SZ_4K 0x1000 macro
|
D | gr_allocator.h | 34 #define SECURE_ALIGN SZ_4K
|
/hardware/qcom/display/msm8909/gralloc/ |
D | gr_allocator.h | 34 #define SECURE_ALIGN SZ_4K
|
D | gr_utils.h | 37 #define SZ_4K 0x1000 macro
|
/hardware/qcom/display/msm8909w_3100/libgralloc1/ |
D | gr_allocator.h | 34 #define SECURE_ALIGN SZ_4K
|
D | gr_utils.h | 37 #define SZ_4K 0x1000 macro
|
/hardware/qcom/sm8150/display/gralloc/ |
D | gr_utils.h | 39 #define SZ_4K 0x1000 macro 47 #define SECURE_ALIGN SZ_4K
|
/hardware/qcom/sm7250/display/gralloc/ |
D | gr_utils.h | 42 #define SZ_4K 0x1000 macro 50 #define SECURE_ALIGN SZ_4K
|
/hardware/google/gchips/gralloc4/src/ |
D | mali_gralloc_buffer.h | 42 #define SZ_4K 0x00001000 macro
|
D | mali_gralloc_buffer4.h | 42 #define SZ_4K 0x00001000 macro
|
/hardware/google/gchips/gralloc4/src/core/ |
D | mali_gralloc_bufferallocation.cpp | 1026 size = size < SZ_4K ? SZ_4K : size; in prepare_descriptor_exynos_formats()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_base.cpp | 81 #define SZ_4K 0x1000 macro 97 #define SECURE_ALIGN SZ_4K 2746 align_size = (m_sOutPortDef.nBufferSize + (SZ_4K - 1)) & ~(SZ_4K - 1); in use_output_buffer() 4752 alloc_data->len = (size + (SZ_4K - 1)) & ~(SZ_4K - 1); in alloc_map_ion_memory() 4753 alloc_data->align = SZ_4K; in alloc_map_ion_memory()
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_base.cpp | 82 #define SZ_4K 0x1000 macro 99 #define SECURE_ALIGN SZ_4K 2834 align_size = (m_sOutPortDef.nBufferSize + (SZ_4K - 1)) & ~(SZ_4K - 1); in use_output_buffer() 4899 alloc_data->len = (size + (SZ_4K - 1)) & ~(SZ_4K - 1); in alloc_map_ion_memory() 4900 alloc_data->align = SZ_4K; in alloc_map_ion_memory()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_base.cpp | 81 #define SZ_4K 0x1000 macro 2448 align_size = (m_sOutPortDef.nBufferSize + (SZ_4K - 1)) & ~(SZ_4K - 1); in use_output_buffer() 4417 alloc_data->len = (size + (SZ_4K - 1)) & ~(SZ_4K - 1); in alloc_map_ion_memory() 4418 alloc_data->align = SZ_4K; in alloc_map_ion_memory()
|
D | video_encoder_device_v4l2.cpp | 68 #define SZ_4K 0x1000 macro 634 extradata_info.size = ALIGN(extradata_info.size, SZ_4K); in allocate_extradata() 960 m_sOutput_buff_property.alignment = SZ_4K; in venc_open() 961 m_sInput_buff_property.alignment = SZ_4K; in venc_open() 1237 m_sInput_buff_property.datasize = ALIGN(m_sInput_buff_property.datasize, SZ_4K); in venc_get_buf_req()
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_base.cpp | 81 #define SZ_4K 0x1000 macro 103 #define SECURE_ALIGN SZ_4K 2761 align_size = (m_sOutPortDef.nBufferSize + (SZ_4K - 1)) & ~(SZ_4K - 1); in use_output_buffer() 4929 ion_info->alloc_data.len = (size + (SZ_4K - 1)) & ~(SZ_4K - 1); in alloc_map_ion_memory()
|
D | video_encoder_device_v4l2.cpp | 85 #define SZ_4K 0x1000 macro 1630 m_sOutput_buff_property.alignment = SZ_4K; in venc_open() 1631 m_sInput_buff_property.alignment = SZ_4K; in venc_open() 1941 m_sInput_buff_property.datasize = ALIGN(m_sInput_buff_property.datasize, SZ_4K); in venc_get_buf_req() 1953 input_extradata_info.buffer_size = ALIGN(extra_data_size, SZ_4K); in venc_get_buf_req() 2021 output_extradata_info.buffer_size = ALIGN(extra_data_size, SZ_4K); in venc_get_buf_req()
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_base.cpp | 80 #define SZ_4K 0x1000 macro 102 #define SECURE_ALIGN SZ_4K 2915 align_size = (m_sOutPortDef.nBufferSize + (SZ_4K - 1)) & ~(SZ_4K - 1); in use_output_buffer() 5115 ion_info->alloc_data.len = (size + (SZ_4K - 1)) & ~(SZ_4K - 1); in alloc_map_ion_memory()
|
D | video_encoder_device_v4l2.cpp | 93 #define SZ_4K 0x1000 macro 1783 m_sOutput_buff_property.alignment = SZ_4K; in venc_open() 1784 m_sInput_buff_property.alignment = SZ_4K; in venc_open() 2154 m_sInput_buff_property.datasize = ALIGN(m_sInput_buff_property.datasize, SZ_4K); in venc_get_buf_req() 2166 input_extradata_info.buffer_size = ALIGN(extra_data_size, SZ_4K); in venc_get_buf_req() 2244 output_extradata_info.buffer_size = ALIGN(extra_data_size, SZ_4K); in venc_get_buf_req()
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 157 #define SZ_4K 0x1000 macro
|