Searched refs:buff_alloc_property (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
H A Dvideo_encoder_device.cpp1474 struct venc_allocatorproperty buff_alloc_property = {0}; local
1503 ioctl_msg.out = (void*)&buff_alloc_property;
1509 if(buff_alloc_property.alignment < 4096)
1515 dev_buffer.sz = ((dev_buffer.sz + (buff_alloc_property.alignment - 1)) &
1516 ~(buff_alloc_property.alignment - 1));
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device.cpp1680 struct venc_allocatorproperty buff_alloc_property = {0}; local
1707 ioctl_msg.out = (void*)&buff_alloc_property;
1714 if (buff_alloc_property.alignment < 4096) {
1717 dev_buffer.sz = ((dev_buffer.sz + (buff_alloc_property.alignment - 1)) &
1718 ~(buff_alloc_property.alignment - 1));
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device.cpp1681 struct venc_allocatorproperty buff_alloc_property = {0}; local
1708 ioctl_msg.out = (void*)&buff_alloc_property;
1715 if (buff_alloc_property.alignment < 4096) {
1718 dev_buffer.sz = ((dev_buffer.sz + (buff_alloc_property.alignment - 1)) &
1719 ~(buff_alloc_property.alignment - 1));
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device.cpp1681 struct venc_allocatorproperty buff_alloc_property = {0}; local
1708 ioctl_msg.out = (void*)&buff_alloc_property;
1715 if (buff_alloc_property.alignment < 4096) {
1718 dev_buffer.sz = ((dev_buffer.sz + (buff_alloc_property.alignment - 1)) &
1719 ~(buff_alloc_property.alignment - 1));

Completed in 42 milliseconds