Searched refs:datasize (Results 1 - 20 of 20) sorted by relevance

/hardware/bsp/intel/peripheral/libmraa/src/iio/
H A Diio.c58 return dev->datasize;
87 dev->datasize = 0;
167 dev->datasize += chan->bytes;
324 // only can process if readsize >= enabled channel's datasize
325 for (i = 0; i < (read_size / dev->datasize); i++) {
593 dev->datasize = 0;
629 dev->datasize += chan->bytes;
/hardware/bsp/intel/peripheral/libmraa/include/
H A Dmraa_internal_types.h148 int datasize; member in struct:_iio
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
H A Dvideo_encoder_device_copper.h53 unsigned long datasize; member in struct:msm_venc_allocatorproperty
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
H A Dvideo_encoder_device_copper.cpp366 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage;
367 //printf("m_sInput_buff_property.datasize = %d\n",m_sInput_buff_property.datasize);
376 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage;
377 //printf("m_sOutput_buff_property.datasize = %d\n",m_sOutput_buff_property.datasize);
387 //printf("m_sInput_buff_property.datasize = %d\n",m_sInput_buff_property.datasize);
552 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage;
568 m_sInput_buff_property.datasize
[all...]
H A Dvideo_encoder_device.cpp526 m_sInput_buff_property.datasize = (m_sInput_buff_property.datasize + 4095)
529 *buff_size = m_sInput_buff_property.datasize;
542 *buff_size = m_sOutput_buff_property.datasize;
592 "datasize = %u, maxcount = %u, actualcnt = %u, "
593 "mincount = %u", m_sInput_buff_property.datasize,
605 "datasize = %u, maxcount = %u, actualcnt = %u, "
606 "mincount = %u", m_sOutput_buff_property.datasize,
627 if(m_sInput_buff_property.datasize != portDefn->nBufferSize) {
630 m_sInput_buff_property.datasize);
[all...]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
H A Dvideo_encoder_test.c347 (int)init_decode->input_buffer.datasize,\
376 (int)init_decode->output_buffer.datasize,\
511 buffersize = encoder_context->input_buffer.datasize;
525 buffersize = encoder_context->output_buffer.datasize;
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device.cpp659 m_sInput_buff_property.datasize = (m_sInput_buff_property.datasize + 4095)
662 *buff_size = m_sInput_buff_property.datasize;
674 *buff_size = m_sOutput_buff_property.datasize;
730 "datasize = %u, maxcount = %u, actualcnt = %u, "
731 "mincount = %u", m_sInput_buff_property.datasize,
744 "datasize = %u, maxcount = %u, actualcnt = %u, "
745 "mincount = %u", m_sOutput_buff_property.datasize,
768 if (m_sInput_buff_property.datasize != portDefn->nBufferSize) {
771 m_sInput_buff_property.datasize);
[all...]
H A Dvideo_encoder_device_v4l2.cpp976 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage;
985 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage;
1199 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage;
1236 m_sInput_buff_property.datasize = ALIGN(m_sInput_buff_property.datasize, SZ_4K);
1238 *buff_size = m_sInput_buff_property.datasize;
1247 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage;
1254 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage;
1273 *buff_size = m_sOutput_buff_property.datasize;
1338 m_sInput_buff_property.datasize
[all...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device.cpp660 m_sInput_buff_property.datasize = (m_sInput_buff_property.datasize + 4095)
663 *buff_size = m_sInput_buff_property.datasize;
675 *buff_size = m_sOutput_buff_property.datasize;
731 "datasize = %u, maxcount = %u, actualcnt = %u, "
732 "mincount = %u", m_sInput_buff_property.datasize,
745 "datasize = %u, maxcount = %u, actualcnt = %u, "
746 "mincount = %u", m_sOutput_buff_property.datasize,
769 if (m_sInput_buff_property.datasize != portDefn->nBufferSize) {
772 m_sInput_buff_property.datasize);
[all...]
H A Dvideo_encoder_device_v4l2.cpp1234 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage;
1243 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage;
1459 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage;
1498 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage;
1507 m_sInput_buff_property.datasize = ALIGN(m_sInput_buff_property.datasize, SZ_4K);
1509 *buff_size = m_sInput_buff_property.datasize;
1529 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage;
1536 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage;
1561 *buff_size = m_sOutput_buff_property.datasize;
[all...]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
H A Dvideo_encoder_device_v4l2.h61 unsigned long datasize; member in struct:msm_venc_allocatorproperty
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_vidc_enc.h275 unsigned long datasize; member in struct:venc_allocatorproperty
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_vidc_enc.h479 unsigned long datasize; member in struct:venc_allocatorproperty
/hardware/qcom/msm8994/kernel-headers/linux/
H A Dmsm_vidc_enc.h301 unsigned long datasize; member in struct:venc_allocatorproperty
/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dmsm_vidc_enc.h530 unsigned long datasize; member in struct:venc_allocatorproperty
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dmsm_vidc_enc.h301 unsigned long datasize; member in struct:venc_allocatorproperty
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dmsm_vidc_enc.h530 unsigned long datasize; member in struct:venc_allocatorproperty
/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dmsm_vidc_enc.h301 unsigned long datasize; member in struct:venc_allocatorproperty
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dmsm_vidc_enc.h530 unsigned long datasize; member in struct:venc_allocatorproperty
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
H A Dvideo_encoder_device_v4l2.h66 unsigned long datasize; member in struct:msm_venc_allocatorproperty

Completed in 392 milliseconds