Searched defs:alignment (Results 26 - 50 of 70) sorted by relevance

123

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
H A Dvideo_encoder_device.cpp203 unsigned int alignment = 0,buffer_size = 0, temp =0; local
1232 DEBUG_PRINT_HIGH("Width %d, Height %d, w_round %d, h_round %d, yuv_size %d alignment %d count %d\n",
1234 recon_buff_size.height, recon_buff_size.size, recon_buff_size.alignment,
1239 if(pmem_allocate(recon_buff_size.size, recon_buff_size.alignment,i))
1247 OMX_U32 venc_dev::pmem_allocate(OMX_U32 size, OMX_U32 alignment, OMX_U32 count) argument
1269 recon_buff[count].alloc_data.align = clip2(alignment);
1300 allocation.align = clip2(alignment);
1399 recon_buff[cnt].alignment = 0;
1509 if(buff_alloc_property.alignment < 4096)
1515 dev_buffer.sz = ((dev_buffer.sz + (buff_alloc_property.alignment
[all...]
H A Dvideo_encoder_device_copper.cpp240 unsigned int alignment = 0,buffer_size = 0, temp =0; local
357 m_sOutput_buff_property.alignment=m_sInput_buff_property.alignment=4096;
1217 OMX_U32 venc_dev::pmem_allocate(OMX_U32 size, OMX_U32 alignment, OMX_U32 count) argument
1236 recon_buff[count].alloc_data.align = clip2(alignment);
1266 allocation.align = clip2(alignment);
1354 recon_buff[cnt].alignment = 0;
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
H A Dvideo_encoder_device_v4l2.h63 unsigned long alignment; member in struct:msm_venc_allocatorproperty
318 int alignment; member in struct:venc_dev::recon_buffer
421 OMX_U32 pmem_allocate(OMX_U32 size, OMX_U32 alignment, OMX_U32 count);
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device.cpp312 unsigned int alignment = 0,buffer_size = 0, temp =0; local
1437 DEBUG_PRINT_HIGH("Width %d, Height %d, w_round %d, h_round %d, yuv_size %d alignment %d count %d",
1439 recon_buff_size.height, recon_buff_size.size, recon_buff_size.alignment,
1443 if (pmem_allocate(recon_buff_size.size, recon_buff_size.alignment,i)) {
1451 OMX_U32 venc_dev::pmem_allocate(OMX_U32 size, OMX_U32 alignment, OMX_U32 count) argument
1476 recon_buff[count].alloc_data.align = clip2(alignment);
1510 allocation.align = clip2(alignment);
1606 recon_buff[cnt].alignment = 0;
1714 if (buff_alloc_property.alignment < 4096) {
1717 dev_buffer.sz = ((dev_buffer.sz + (buff_alloc_property.alignment
[all...]
H A Dvideo_encoder_device_v4l2.cpp839 unsigned int alignment = 0,buffer_size = 0, temp =0; local
957 m_sOutput_buff_property.alignment = SZ_1M;
958 m_sInput_buff_property.alignment = SZ_1M;
960 m_sOutput_buff_property.alignment = SZ_4K;
961 m_sInput_buff_property.alignment = SZ_4K;
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device.cpp313 unsigned int alignment = 0,buffer_size = 0, temp =0; local
1438 DEBUG_PRINT_HIGH("Width %d, Height %d, w_round %d, h_round %d, yuv_size %d alignment %d count %d",
1440 recon_buff_size.height, recon_buff_size.size, recon_buff_size.alignment,
1444 if (pmem_allocate(recon_buff_size.size, recon_buff_size.alignment,i)) {
1452 OMX_U32 venc_dev::pmem_allocate(OMX_U32 size, OMX_U32 alignment, OMX_U32 count) argument
1477 recon_buff[count].alloc_data.align = clip2(alignment);
1511 allocation.align = clip2(alignment);
1607 recon_buff[cnt].alignment = 0;
1715 if (buff_alloc_property.alignment < 4096) {
1718 dev_buffer.sz = ((dev_buffer.sz + (buff_alloc_property.alignment
[all...]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device.cpp313 unsigned int alignment = 0,buffer_size = 0, temp =0; local
1438 DEBUG_PRINT_HIGH("Width %d, Height %d, w_round %d, h_round %d, yuv_size %d alignment %d count %d",
1440 recon_buff_size.height, recon_buff_size.size, recon_buff_size.alignment,
1444 if (pmem_allocate(recon_buff_size.size, recon_buff_size.alignment,i)) {
1452 OMX_U32 venc_dev::pmem_allocate(OMX_U32 size, OMX_U32 alignment, OMX_U32 count) argument
1477 recon_buff[count].alloc_data.align = clip2(alignment);
1511 allocation.align = clip2(alignment);
1607 recon_buff[cnt].alignment = 0;
1715 if (buff_alloc_property.alignment < 4096) {
1718 dev_buffer.sz = ((dev_buffer.sz + (buff_alloc_property.alignment
[all...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
H A Dvideo_encoder_device_v4l2.h69 unsigned long alignment; member in struct:msm_venc_allocatorproperty
418 int alignment; member in struct:venc_dev::recon_buffer
545 OMX_U32 pmem_allocate(OMX_U32 size, OMX_U32 alignment, OMX_U32 count);
/hardware/qcom/media/msm8996/videopp/src/
H A Domx_vdpp.cpp1704 drv_ctx.op_buf.alignment=SZ_4K;
1705 drv_ctx.ip_buf.alignment=SZ_4K;
3199 // drv_ctx.ip_buf.buffer_size = (portDefn->nBufferSize + buffer_prop->alignment - 1) &
3200 // (~(buffer_prop->alignment - 1));
3201 // DEBUG_PRINT_HIGH("drv_ctx.ip_buf.buffer_size = %d, buffer_prop->alignment = %d\n", drv_ctx.ip_buf.buffer_size, buffer_prop->alignment);
3956 drv_ctx.op_buf.buffer_size,drv_ctx.op_buf.alignment,
3976 drv_ctx.op_buf.alignment))
4773 drv_ctx.ip_buf.buffer_size,drv_ctx.op_buf.alignment,
4877 drv_ctx.op_buf.alignment,
6553 align_pmem_buffers(int pmem_fd, OMX_U32 buffer_size, OMX_U32 alignment) argument
6573 alloc_map_ion_memory(OMX_U32 buffer_size, OMX_U32 alignment, struct ion_allocation_data *alloc_data, struct ion_fd_data *fd_data, int flag) argument
[all...]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
H A Dvideo_encoder_device_v4l2.h75 unsigned long alignment; member in struct:msm_venc_allocatorproperty
450 int alignment; member in struct:venc_dev::recon_buffer
584 OMX_U32 pmem_allocate(OMX_U32 size, OMX_U32 alignment, OMX_U32 count);
/hardware/qcom/media/msm8998/videopp/src/
H A Domx_vdpp.cpp1704 drv_ctx.op_buf.alignment=SZ_4K;
1705 drv_ctx.ip_buf.alignment=SZ_4K;
3199 // drv_ctx.ip_buf.buffer_size = (portDefn->nBufferSize + buffer_prop->alignment - 1) &
3200 // (~(buffer_prop->alignment - 1));
3201 // DEBUG_PRINT_HIGH("drv_ctx.ip_buf.buffer_size = %d, buffer_prop->alignment = %d\n", drv_ctx.ip_buf.buffer_size, buffer_prop->alignment);
3956 drv_ctx.op_buf.buffer_size,drv_ctx.op_buf.alignment,
3976 drv_ctx.op_buf.alignment))
4773 drv_ctx.ip_buf.buffer_size,drv_ctx.op_buf.alignment,
4877 drv_ctx.op_buf.alignment,
6553 align_pmem_buffers(int pmem_fd, OMX_U32 buffer_size, OMX_U32 alignment) argument
6573 alloc_map_ion_memory(OMX_U32 buffer_size, OMX_U32 alignment, struct ion_allocation_data *alloc_data, struct ion_fd_data *fd_data, int flag) argument
[all...]
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_vidc_enc.h277 unsigned long alignment; member in struct:venc_allocatorproperty
429 int alignment; member in struct:venc_recon_buff_size
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_vidc_enc.h481 unsigned long alignment; member in struct:venc_allocatorproperty
624 int alignment; member in struct:venc_recon_buff_size
/hardware/qcom/msm8994/kernel-headers/linux/
H A Dmsm_vidc_enc.h304 unsigned long alignment; member in struct:venc_allocatorproperty
459 int alignment; member in struct:venc_recon_buff_size
/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dmsm_vidc_enc.h532 unsigned long alignment; member in struct:venc_allocatorproperty
680 int alignment; member in struct:venc_recon_buff_size
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dmsm_vidc_enc.h304 unsigned long alignment; member in struct:venc_allocatorproperty
459 int alignment; member in struct:venc_recon_buff_size
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dmsm_vidc_enc.h532 unsigned long alignment; member in struct:venc_allocatorproperty
680 int alignment; member in struct:venc_recon_buff_size
/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dmsm_vidc_enc.h304 unsigned long alignment; member in struct:venc_allocatorproperty
459 int alignment; member in struct:venc_recon_buff_size
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dmsm_vidc_enc.h532 unsigned long alignment; member in struct:venc_allocatorproperty
680 int alignment; member in struct:venc_recon_buff_size
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp1192 unsigned int alignment = 0,buffer_size = 0; local
4186 drv_ctx.op_buf.buffer_size,drv_ctx.op_buf.alignment,
4213 drv_ctx.op_buf.alignment))
4780 drv_ctx.ip_buf.buffer_size,drv_ctx.op_buf.alignment,
4808 drv_ctx.ip_buf.alignment))
5099 drv_ctx.op_buf.buffer_size,drv_ctx.op_buf.alignment,
5129 drv_ctx.op_buf.alignment))
7581 OMX_U32 alignment)
7585 allocation.align = clip2(alignment);
7602 OMX_U32 alignment, struc
7580 align_pmem_buffers(int pmem_fd, OMX_U32 buffer_size, OMX_U32 alignment) argument
7601 alloc_map_ion_memory(OMX_U32 buffer_size, OMX_U32 alignment, struct ion_allocation_data *alloc_data, struct ion_fd_data *fd_data,int flag) argument
8906 OMX_U32 width, height, size, alignment; local
[all...]
H A Domx_vdec_copper.cpp1192 unsigned int alignment = 0,buffer_size = 0; local
1443 drv_ctx.op_buf.alignment=4096;
1444 drv_ctx.ip_buf.alignment=4096;
3848 drv_ctx.op_buf.buffer_size,drv_ctx.op_buf.alignment,
3875 drv_ctx.op_buf.alignment))
4406 drv_ctx.ip_buf.buffer_size,drv_ctx.op_buf.alignment,
4434 drv_ctx.ip_buf.alignment))
4585 drv_ctx.op_buf.alignment,
4615 drv_ctx.op_buf.alignment))
7064 OMX_U32 alignment, struc
7063 alloc_map_ion_memory(OMX_U32 buffer_size, OMX_U32 alignment, struct ion_allocation_data *alloc_data, struct ion_fd_data *fd_data, int flag) argument
7138 align_pmem_buffers(int pmem_fd, OMX_U32 buffer_size, OMX_U32 alignment) argument
[all...]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
H A Domx_vdec_test.cpp369 OMX_U32 alignment);
3837 OMX_U32 alignment)
3841 allocation.align = clip2(alignment);
3836 align_pmem_buffers(int pmem_fd, OMX_U32 buffer_size, OMX_U32 alignment) argument
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec.cpp1154 unsigned int alignment = 0,buffer_size = 0; local
3972 drv_ctx.op_buf.buffer_size,drv_ctx.op_buf.alignment,
4001 drv_ctx.op_buf.alignment)) {
4572 drv_ctx.ip_buf.buffer_size,drv_ctx.op_buf.alignment,
4599 drv_ctx.ip_buf.alignment)) {
4900 drv_ctx.op_buf.buffer_size,drv_ctx.op_buf.alignment,
4929 drv_ctx.op_buf.alignment)) {
7268 OMX_U32 alignment)
7272 allocation.align = clip2(alignment);
7290 OMX_U32 alignment, struc
7267 align_pmem_buffers(int pmem_fd, OMX_U32 buffer_size, OMX_U32 alignment) argument
7289 alloc_map_ion_memory(OMX_U32 buffer_size, OMX_U32 alignment, struct ion_allocation_data *alloc_data, struct ion_fd_data *fd_data,int flag) argument
8947 OMX_U32 size, alignment; local
9083 OMX_U32 width, height, size, alignment; local
[all...]
H A Domx_vdec_hevc.cpp1240 unsigned int alignment = 0,buffer_size = 0; local
1531 drv_ctx.op_buf.alignment=SZ_1M;
1532 drv_ctx.ip_buf.alignment=SZ_1M;
1534 drv_ctx.op_buf.alignment=SZ_4K;
1535 drv_ctx.ip_buf.alignment=SZ_4K;
2822 drv_ctx.ip_buf.buffer_size = (portDefn->nBufferSize + buffer_prop->alignment - 1) &
2823 (~(buffer_prop->alignment - 1));
3723 drv_ctx.op_buf.buffer_size,drv_ctx.op_buf.alignment,
3753 drv_ctx.op_buf.alignment)) {
4269 drv_ctx.ip_buf.buffer_size,drv_ctx.op_buf.alignment,
6900 align_pmem_buffers(int pmem_fd, OMX_U32 buffer_size, OMX_U32 alignment) argument
6917 alloc_map_ion_memory(OMX_U32 buffer_size, OMX_U32 alignment, struct ion_allocation_data *alloc_data, struct ion_fd_data *fd_data, int flag) argument
[all...]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
H A Domx_vdec_test.cpp504 OMX_U32 alignment);
4293 OMX_U32 alignment)
4297 allocation.align = clip2(alignment);
4292 align_pmem_buffers(int pmem_fd, OMX_U32 buffer_size, OMX_U32 alignment) argument

Completed in 540 milliseconds

123