Home
last modified time | relevance | path

Searched refs:SZ_1M (Results 1 – 10 of 10) sorted by relevance

/hardware/qcom/display/msm8974/libgralloc/
Dgpu.cpp32 #define SZ_1M 0x100000 macro
73 data.align = ALIGN(data.align, SZ_1M); in gralloc_alloc_buffer()
/hardware/qcom/display/msm8960/libgralloc/
Dgpu.cpp33 #define SZ_1M 0x100000 macro
74 data.align = ALIGN(data.align, SZ_1M); in gralloc_alloc_buffer()
/hardware/qcom/display/msm8226/libgralloc/
Dgpu.cpp32 #define SZ_1M 0x100000 macro
74 data.align = ALIGN((int) data.align, SZ_1M); in gralloc_alloc_buffer()
/hardware/qcom/display/msm8994/libgralloc/
Dgpu.cpp32 #define SZ_1M 0x100000 macro
71 data.align = ALIGN((int) data.align, SZ_1M); in gralloc_alloc_buffer()
/hardware/qcom/display/msm8084/libgralloc/
Dgpu.cpp32 #define SZ_1M 0x100000 macro
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
Domx_video_base.cpp82 #define SZ_1M 0x100000 macro
4372 alloc_data->len = (size + (SZ_1M - 1)) & ~(SZ_1M - 1); in alloc_map_ion_memory()
4373 alloc_data->align = SZ_1M; in alloc_map_ion_memory()
Dvideo_encoder_device_v4l2.cpp69 #define SZ_1M 0x100000 macro
956 m_sOutput_buff_property.alignment = SZ_1M; in venc_open()
957 m_sInput_buff_property.alignment = SZ_1M; in venc_open()
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc_swvdec.cpp118 #define SZ_1M 0x100000 macro
1828 drv_ctx.interm_op_buf.alignment=SZ_1M; in component_init()
1829 drv_ctx.op_buf.alignment=SZ_1M; in component_init()
1830 drv_ctx.ip_buf.alignment=SZ_1M; in component_init()
Domx_vdec_hevc.cpp131 #define SZ_1M 0x100000 macro
1531 drv_ctx.op_buf.alignment=SZ_1M; in component_init()
1532 drv_ctx.ip_buf.alignment=SZ_1M; in component_init()
Domx_vdec_msm8974.cpp124 #define SZ_1M 0x100000 macro
1970 drv_ctx.op_buf.alignment=SZ_1M; in component_init()
1971 drv_ctx.ip_buf.alignment=SZ_1M; in component_init()