/hardware/qcom/display/msm8909/libgralloc/ |
D | alloc_controller.h | 34 #define SZ_4K 0x1000 macro 38 #define SECURE_ALIGN SZ_4K
|
/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/sdm845/display/gralloc/ |
D | gr_utils.h | 39 #define SZ_4K 0x1000 macro 45 #define SECURE_ALIGN SZ_4K
|
/hardware/qcom/sm8150/display/gralloc/ |
D | gr_utils.h | 39 #define SZ_4K 0x1000 macro 47 #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/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/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/sdm845/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_base.cpp | 79 #define SZ_4K 0x1000 macro 97 #define SECURE_ALIGN SZ_4K 2823 align_size = (m_sOutPortDef.nBufferSize + (SZ_4K - 1)) & ~(SZ_4K - 1); in use_output_buffer() 4820 alloc_data->len = (size + (SZ_4K - 1)) & ~(SZ_4K - 1); in alloc_map_ion_memory() 4821 alloc_data->align = SZ_4K; in alloc_map_ion_memory()
|
D | video_encoder_device_v4l2.cpp | 73 #define SZ_4K 0x1000 macro 1480 m_sOutput_buff_property.alignment = SZ_4K; in venc_open() 1481 m_sInput_buff_property.alignment = SZ_4K; in venc_open() 1815 m_sInput_buff_property.datasize = ALIGN(m_sInput_buff_property.datasize, SZ_4K); in venc_get_buf_req() 1827 input_extradata_info.buffer_size = ALIGN(extra_data_size, SZ_4K); in venc_get_buf_req()
|
/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()
|
D | video_encoder_device_v4l2.cpp | 70 #define SZ_4K 0x1000 macro 1231 m_sOutput_buff_property.alignment = SZ_4K; in venc_open() 1232 m_sInput_buff_property.alignment = SZ_4K; in venc_open() 1541 m_sInput_buff_property.datasize = ALIGN(m_sInput_buff_property.datasize, SZ_4K); in venc_get_buf_req()
|
/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()
|
D | video_encoder_device_v4l2.cpp | 73 #define SZ_4K 0x1000 macro 1417 m_sOutput_buff_property.alignment = SZ_4K; in venc_open() 1418 m_sInput_buff_property.alignment = SZ_4K; in venc_open() 1746 m_sInput_buff_property.datasize = ALIGN(m_sInput_buff_property.datasize, SZ_4K); in venc_get_buf_req() 1758 input_extradata_info.buffer_size = ALIGN(extra_data_size, SZ_4K); in venc_get_buf_req()
|
/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/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 2898 align_size = (m_sOutPortDef.nBufferSize + (SZ_4K - 1)) & ~(SZ_4K - 1); in use_output_buffer() 5095 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 1751 m_sOutput_buff_property.alignment = SZ_4K; in venc_open() 1752 m_sInput_buff_property.alignment = SZ_4K; in venc_open() 2093 m_sInput_buff_property.datasize = ALIGN(m_sInput_buff_property.datasize, SZ_4K); in venc_get_buf_req() 2105 input_extradata_info.buffer_size = ALIGN(extra_data_size, SZ_4K); in venc_get_buf_req() 2183 output_extradata_info.buffer_size = ALIGN(extra_data_size, SZ_4K); in venc_get_buf_req()
|
/hardware/qcom/media/msm8996/videopp/src/ |
D | omx_vdpp.cpp | 98 #define SZ_4K 0x1000 macro 1704 drv_ctx.op_buf.alignment=SZ_4K; in component_init() 1705 drv_ctx.ip_buf.alignment=SZ_4K; in component_init()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 119 #define SZ_4K 0x1000 macro 140 #define SECURE_ALIGN SZ_4K 2437 drv_ctx.op_buf.alignment = SZ_4K; in component_init() 2438 drv_ctx.ip_buf.alignment = SZ_4K; in component_init() 6469 secure_scaling_to_non_secure_opb ? SZ_4K : drv_ctx.op_buf.alignment, in allocate_output_buffer()
|