Home
last modified time | relevance | path

Searched refs:alignment (Results 1 – 25 of 32) sorted by relevance

12

/hardware/qcom/media/mm-video-legacy/vidc/venc/inc/
Dvideo_encoder_device_copper.h55 unsigned long alignment; member
204 int alignment; member
255 OMX_U32 pmem_allocate(OMX_U32 size, OMX_U32 alignment, OMX_U32 count);
Dvideo_encoder_device.h91 int alignment; member
149 OMX_U32 pmem_allocate(OMX_U32 size, OMX_U32 alignment, OMX_U32 count);
/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h55 unsigned long alignment; member
244 int alignment; member
308 OMX_U32 pmem_allocate(OMX_U32 size, OMX_U32 alignment, OMX_U32 count);
Dvideo_encoder_device.h92 int alignment; member
158 OMX_U32 pmem_allocate(OMX_U32 size, OMX_U32 alignment, OMX_U32 count);
/hardware/samsung_slsi/exynos5/gralloc/
Dgralloc.cpp137 size_t size, bpr, alignment = 0; in gralloc_alloc_rgb() local
190 alignment = MB_1; in gralloc_alloc_rgb()
194 err = ion_alloc_fd(ionfd, size, alignment, heap_mask, ion_flags, in gralloc_alloc_rgb()
/hardware/qcom/msm8960/kernel-headers/linux/
Dmsm_vidc_enc.h277 unsigned long alignment; member
429 int alignment; member
Dmsm_vidc_dec.h172 uint32_t alignment; member
552 int alignment; member
/hardware/qcom/msm8960/original-kernel-headers/linux/
Dmsm_vidc_enc.h481 unsigned long alignment; member
624 int alignment; member
Dmsm_vidc_dec.h247 uint32_t alignment; member
588 int alignment; member
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
Dvideo_encoder_device.cpp205 unsigned int alignment = 0,buffer_size = 0, temp =0; in venc_open() local
1236 recon_buff_size.height, recon_buff_size.size, recon_buff_size.alignment, in venc_allocate_recon_buffers()
1241 if(pmem_allocate(recon_buff_size.size, recon_buff_size.alignment,i)) in venc_allocate_recon_buffers()
1249 OMX_U32 venc_dev::pmem_allocate(OMX_U32 size, OMX_U32 alignment, OMX_U32 count) in pmem_allocate() argument
1271 recon_buff[count].alloc_data.align = clip2(alignment); in pmem_allocate()
1302 allocation.align = clip2(alignment); in pmem_allocate()
1401 recon_buff[cnt].alignment = 0; in pmem_free()
1511 if(buff_alloc_property.alignment < 4096) in venc_use_buf()
1517 dev_buffer.sz = ((dev_buffer.sz + (buff_alloc_property.alignment - 1)) & in venc_use_buf()
1518 ~(buff_alloc_property.alignment - 1)); in venc_use_buf()
Dvideo_encoder_device_copper.cpp242 unsigned int alignment = 0,buffer_size = 0, temp =0; in venc_open() local
359 m_sOutput_buff_property.alignment=m_sInput_buff_property.alignment=4096; in venc_open()
1219 OMX_U32 venc_dev::pmem_allocate(OMX_U32 size, OMX_U32 alignment, OMX_U32 count) in pmem_allocate() argument
1238 recon_buff[count].alloc_data.align = clip2(alignment); in pmem_allocate()
1268 allocation.align = clip2(alignment); in pmem_allocate()
1356 recon_buff[cnt].alignment = 0; in pmem_free()
/hardware/qcom/msm8x74/kernel-headers/linux/
Dmsm_vidc_enc.h300 unsigned long alignment; member
455 int alignment; member
Dmsm_vidc_dec.h171 uint32_t alignment; member
552 int alignment; member
/hardware/qcom/msm8x74/original-kernel-headers/linux/
Dmsm_vidc_enc.h529 unsigned long alignment; member
677 int alignment; member
Dmsm_vidc_dec.h244 uint32_t alignment; member
586 int alignment; member
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device.cpp196 unsigned int alignment = 0,buffer_size = 0, temp =0; in venc_open() local
1335 recon_buff_size.height, recon_buff_size.size, recon_buff_size.alignment, in venc_allocate_recon_buffers()
1339 if (pmem_allocate(recon_buff_size.size, recon_buff_size.alignment,i)) { in venc_allocate_recon_buffers()
1347 OMX_U32 venc_dev::pmem_allocate(OMX_U32 size, OMX_U32 alignment, OMX_U32 count) in pmem_allocate() argument
1372 recon_buff[count].alloc_data.align = clip2(alignment); in pmem_allocate()
1406 allocation.align = clip2(alignment); in pmem_allocate()
1502 recon_buff[cnt].alignment = 0; in pmem_free()
1610 if (buff_alloc_property.alignment < 4096) { in venc_use_buf()
1613 dev_buffer.sz = ((dev_buffer.sz + (buff_alloc_property.alignment - 1)) & in venc_use_buf()
1614 ~(buff_alloc_property.alignment - 1)); in venc_use_buf()
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec.cpp1154 unsigned int alignment = 0,buffer_size = 0; in component_init() local
3972 drv_ctx.op_buf.buffer_size,drv_ctx.op_buf.alignment, in use_output_buffer()
4001 drv_ctx.op_buf.alignment)) { in use_output_buffer()
4572 drv_ctx.ip_buf.buffer_size,drv_ctx.op_buf.alignment, in allocate_input_buffer()
4599 drv_ctx.ip_buf.alignment)) { in allocate_input_buffer()
4900 drv_ctx.op_buf.buffer_size,drv_ctx.op_buf.alignment, in allocate_output_buffer()
4929 drv_ctx.op_buf.alignment)) { in allocate_output_buffer()
7268 OMX_U32 alignment) in align_pmem_buffers() argument
7272 allocation.align = clip2(alignment); in align_pmem_buffers()
7290 OMX_U32 alignment, struct ion_allocation_data *alloc_data, in alloc_map_ion_memory() argument
[all …]
Domx_vdec_hevc.cpp1229 unsigned int alignment = 0,buffer_size = 0; in component_init() local
1519 drv_ctx.op_buf.alignment=SZ_1M; in component_init()
1520 drv_ctx.ip_buf.alignment=SZ_1M; in component_init()
1522 drv_ctx.op_buf.alignment=SZ_4K; in component_init()
1523 drv_ctx.ip_buf.alignment=SZ_4K; in component_init()
2807 … drv_ctx.ip_buf.buffer_size = (portDefn->nBufferSize + buffer_prop->alignment - 1) & in set_parameter()
2808 (~(buffer_prop->alignment - 1)); in set_parameter()
3708 drv_ctx.op_buf.buffer_size,drv_ctx.op_buf.alignment, in use_output_buffer()
3738 drv_ctx.op_buf.alignment)) { in use_output_buffer()
4254 drv_ctx.ip_buf.buffer_size,drv_ctx.op_buf.alignment, in allocate_input_buffer()
[all …]
Domx_vdec_msm8974.cpp1315 unsigned int alignment = 0,buffer_size = 0; in component_init() local
1669 drv_ctx.op_buf.alignment=SZ_1M; in component_init()
1670 drv_ctx.ip_buf.alignment=SZ_1M; in component_init()
1672 drv_ctx.op_buf.alignment=SZ_4K; in component_init()
1673 drv_ctx.ip_buf.alignment=SZ_4K; in component_init()
2954 … drv_ctx.ip_buf.buffer_size = (portDefn->nBufferSize + buffer_prop->alignment - 1) & in set_parameter()
2955 (~(buffer_prop->alignment - 1)); in set_parameter()
3979 drv_ctx.op_buf.buffer_size,drv_ctx.op_buf.alignment, in use_output_buffer()
4009 drv_ctx.op_buf.alignment)) { in use_output_buffer()
4531 drv_ctx.ip_buf.buffer_size,drv_ctx.op_buf.alignment, in allocate_input_buffer()
[all …]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
Domx_vdec.cpp1181 unsigned int alignment = 0,buffer_size = 0; in component_init() local
4154 drv_ctx.op_buf.buffer_size,drv_ctx.op_buf.alignment, in use_output_buffer()
4181 drv_ctx.op_buf.alignment)) in use_output_buffer()
4747 drv_ctx.ip_buf.buffer_size,drv_ctx.op_buf.alignment, in allocate_input_buffer()
4775 drv_ctx.ip_buf.alignment)) in allocate_input_buffer()
5066 drv_ctx.op_buf.buffer_size,drv_ctx.op_buf.alignment, in allocate_output_buffer()
5096 drv_ctx.op_buf.alignment)) in allocate_output_buffer()
7548 OMX_U32 alignment) in align_pmem_buffers() argument
7552 allocation.align = clip2(alignment); in align_pmem_buffers()
7569 OMX_U32 alignment, struct ion_allocation_data *alloc_data, in alloc_map_ion_memory() argument
[all …]
Domx_vdec_copper.cpp1192 unsigned int alignment = 0,buffer_size = 0; in component_init() local
1443 drv_ctx.op_buf.alignment=4096; in component_init()
1444 drv_ctx.ip_buf.alignment=4096; in component_init()
3848 drv_ctx.op_buf.buffer_size,drv_ctx.op_buf.alignment, in use_output_buffer()
3875 drv_ctx.op_buf.alignment)) in use_output_buffer()
4406 drv_ctx.ip_buf.buffer_size,drv_ctx.op_buf.alignment, in allocate_input_buffer()
4434 drv_ctx.ip_buf.alignment)) in allocate_input_buffer()
4585 drv_ctx.op_buf.alignment, in allocate_output_buffer()
4615 drv_ctx.op_buf.alignment)) in allocate_output_buffer()
7064 OMX_U32 alignment, struct ion_allocation_data *alloc_data, in alloc_map_ion_memory() argument
[all …]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
Domx_vdec.h619 OMX_U32 alignment, struct ion_allocation_data *alloc_data,
624 OMX_U32 alignment);
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec_hevc.h634 OMX_U32 alignment);
637 OMX_U32 alignment, struct ion_allocation_data *alloc_data,
Domx_vdec.h657 OMX_U32 alignment);
660 OMX_U32 alignment, struct ion_allocation_data *alloc_data,
/hardware/qcom/media/mm-video-v4l2/vidc/venc/test/
Dvideo_encoder_test.c483 alignedsize = encoder_context->input_buffer.alignment; in allocate_buffer()
494 alignedsize = encoder_context->output_buffer.alignment; in allocate_buffer()

12