Home
last modified time | relevance | path

Searched refs:SZ_4K (Results 1 – 25 of 29) sorted by relevance

12

/hardware/qcom/display/msm8909w_3100/libgralloc/
Dalloc_controller.h34 #define SZ_4K 0x1000 macro
38 #define SECURE_ALIGN SZ_4K
/hardware/qcom/display/msm8909/libgralloc/
Dalloc_controller.h34 #define SZ_4K 0x1000 macro
38 #define SECURE_ALIGN SZ_4K
/hardware/qcom/display/msm8996/libgralloc/
Dalloc_controller.h34 #define SZ_4K 0x1000 macro
38 #define SECURE_ALIGN SZ_4K
/hardware/qcom/sdm845/display/gralloc/
Dgr_utils.h39 #define SZ_4K 0x1000 macro
45 #define SECURE_ALIGN SZ_4K
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_utils.h37 #define SZ_4K 0x1000 macro
Dgr_allocator.h34 #define SECURE_ALIGN SZ_4K
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_utils.h37 #define SZ_4K 0x1000 macro
Dgr_allocator.h34 #define SECURE_ALIGN SZ_4K
/hardware/qcom/display/msm8909/gralloc/
Dgr_allocator.h34 #define SECURE_ALIGN SZ_4K
Dgr_utils.h37 #define SZ_4K 0x1000 macro
/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_allocator.h34 #define SECURE_ALIGN SZ_4K
Dgr_utils.h37 #define SZ_4K 0x1000 macro
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Domx_video_base.cpp81 #define SZ_4K 0x1000 macro
97 #define SECURE_ALIGN SZ_4K
2747 align_size = (m_sOutPortDef.nBufferSize + (SZ_4K - 1)) & ~(SZ_4K - 1); in use_output_buffer()
4753 alloc_data->len = (size + (SZ_4K - 1)) & ~(SZ_4K - 1); in alloc_map_ion_memory()
4754 alloc_data->align = SZ_4K; in alloc_map_ion_memory()
Dvideo_encoder_device_v4l2.cpp70 #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/sdm845/media/mm-video-v4l2/vidc/venc/src/
Domx_video_base.cpp79 #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()
Dvideo_encoder_device_v4l2.cpp73 #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/msm8998/mm-video-v4l2/vidc/venc/src/
Domx_video_base.cpp82 #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()
Dvideo_encoder_device_v4l2.cpp73 #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/
Domx_video_base.cpp81 #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()
Dvideo_encoder_device_v4l2.cpp68 #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/media/msm8996/videopp/src/
Domx_vdpp.cpp98 #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/sdm845/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp107 #define SZ_4K 0x1000 macro
133 #define SECURE_ALIGN SZ_4K
2520 drv_ctx.op_buf.alignment = SZ_4K; in component_init()
2521 drv_ctx.ip_buf.alignment = SZ_4K; in component_init()
6518 secure_scaling_to_non_secure_opb ? SZ_4K : drv_ctx.op_buf.alignment, in allocate_output_buffer()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp119 #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()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_msm8974.cpp123 #define SZ_4K 0x1000 macro
1975 drv_ctx.op_buf.alignment=SZ_4K; in component_init()
1976 drv_ctx.ip_buf.alignment=SZ_4K; in component_init()
5606 secure_scaling_to_non_secure_opb ? SZ_4K : drv_ctx.op_buf.alignment, in allocate_output_buffer()
Domx_vdec_hevc_swvdec.cpp117 #define SZ_4K 0x1000 macro
1832 drv_ctx.op_buf.alignment=SZ_4K; in component_init()
1833 drv_ctx.interm_op_buf.alignment=SZ_4K; in component_init()
1834 drv_ctx.ip_buf.alignment=SZ_4K; in component_init()

12