Home
last modified time | relevance | path

Searched refs:datasize (Results 1 – 19 of 19) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
Dvideo_encoder_device_copper.cpp366 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_open()
376 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_open()
552 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_get_buf_req()
568 m_sInput_buff_property.datasize = (m_sInput_buff_property.datasize + 4095) in venc_get_buf_req()
571 *buff_size = m_sInput_buff_property.datasize; in venc_get_buf_req()
588 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_get_buf_req()
596 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_get_buf_req()
601 *buff_size = m_sOutput_buff_property.datasize; in venc_get_buf_req()
645 "mincount = %u", m_sInput_buff_property.datasize, in venc_set_param()
657 "mincount = %u", m_sOutput_buff_property.datasize, in venc_set_param()
[all …]
Dvideo_encoder_device.cpp526 m_sInput_buff_property.datasize = (m_sInput_buff_property.datasize + 4095) in venc_get_buf_req()
529 *buff_size = m_sInput_buff_property.datasize; in venc_get_buf_req()
542 *buff_size = m_sOutput_buff_property.datasize; in venc_get_buf_req()
593 "mincount = %u", m_sInput_buff_property.datasize, in venc_set_param()
606 "mincount = %u", m_sOutput_buff_property.datasize, in venc_set_param()
627 if(m_sInput_buff_property.datasize != portDefn->nBufferSize) { in venc_set_param()
630 m_sInput_buff_property.datasize); in venc_set_param()
648 (m_sOutput_buff_property.datasize == portDefn->nBufferSize) in venc_set_param()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
Dvideo_encoder_test.c347 (int)init_decode->input_buffer.datasize,\ in init_encoder()
376 (int)init_decode->output_buffer.datasize,\ in init_encoder()
511 buffersize = encoder_context->input_buffer.datasize; in allocate_buffer()
525 buffersize = encoder_context->output_buffer.datasize; in allocate_buffer()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
Dvideo_encoder_device_copper.h53 unsigned long datasize; member
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Context.h135 void setupArrWithDataSize(GLsizei datasize, const GLvoid* arr,
DGLESv2Context.cpp662 void GLESv2Context::setupArrWithDataSize(GLsizei datasize, const GLvoid* arr, in setupArrWithDataSize() argument
687 s_glDispatch.glBufferData(GL_ARRAY_BUFFER, datasize, arr, GL_STREAM_DRAW); in setupArrWithDataSize()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device.cpp660 m_sInput_buff_property.datasize = (m_sInput_buff_property.datasize + 4095) in venc_get_buf_req()
663 *buff_size = m_sInput_buff_property.datasize; in venc_get_buf_req()
675 *buff_size = m_sOutput_buff_property.datasize; in venc_get_buf_req()
732 "mincount = %u", m_sInput_buff_property.datasize, in venc_set_param()
746 "mincount = %u", m_sOutput_buff_property.datasize, in venc_set_param()
769 if (m_sInput_buff_property.datasize != portDefn->nBufferSize) { in venc_set_param()
772 m_sInput_buff_property.datasize); in venc_set_param()
789 (m_sOutput_buff_property.datasize == portDefn->nBufferSize) in venc_set_param()
Dvideo_encoder_device_v4l2.cpp1250 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_open()
1260 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_open()
1493 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_get_buf_req()
1532 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_get_buf_req()
1541 m_sInput_buff_property.datasize = ALIGN(m_sInput_buff_property.datasize, SZ_4K); in venc_get_buf_req()
1543 *buff_size = m_sInput_buff_property.datasize; in venc_get_buf_req()
1563 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_get_buf_req()
1570 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_get_buf_req()
1595 *buff_size = m_sOutput_buff_property.datasize; in venc_get_buf_req()
1659 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_set_param()
[all …]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device.cpp659 m_sInput_buff_property.datasize = (m_sInput_buff_property.datasize + 4095) in venc_get_buf_req()
662 *buff_size = m_sInput_buff_property.datasize; in venc_get_buf_req()
674 *buff_size = m_sOutput_buff_property.datasize; in venc_get_buf_req()
731 "mincount = %u", m_sInput_buff_property.datasize, in venc_set_param()
745 "mincount = %u", m_sOutput_buff_property.datasize, in venc_set_param()
768 if (m_sInput_buff_property.datasize != portDefn->nBufferSize) { in venc_set_param()
771 m_sInput_buff_property.datasize); in venc_set_param()
788 (m_sOutput_buff_property.datasize == portDefn->nBufferSize) in venc_set_param()
Dvideo_encoder_device_v4l2.cpp977 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_open()
986 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_open()
1200 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_get_buf_req()
1237 m_sInput_buff_property.datasize = ALIGN(m_sInput_buff_property.datasize, SZ_4K); in venc_get_buf_req()
1239 *buff_size = m_sInput_buff_property.datasize; in venc_get_buf_req()
1248 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_get_buf_req()
1255 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_get_buf_req()
1274 *buff_size = m_sOutput_buff_property.datasize; in venc_get_buf_req()
1339 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_set_param()
1377 m_sOutput_buff_property.datasize = fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_set_param()
[all …]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h61 unsigned long datasize; member
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2_params.cpp605 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_set_param()
635 m_sOutput_buff_property.datasize = fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_set_param()
687 m_sOutput_buff_property.datasize = fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_set_param()
1141 m_sOutput_buff_property.datasize = fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_set_param()
Dvideo_encoder_device_v4l2.cpp1656 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_open()
1666 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_open()
1901 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_get_buf_req()
1933 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_get_buf_req()
1941 m_sInput_buff_property.datasize = ALIGN(m_sInput_buff_property.datasize, SZ_4K); in venc_get_buf_req()
1943 *buff_size = m_sInput_buff_property.datasize; in venc_get_buf_req()
1972 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_get_buf_req()
1985 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_get_buf_req()
2010 *buff_size = m_sOutput_buff_property.datasize; in venc_get_buf_req()
3919 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_prepare_c2d_rotation()
[all …]
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp1802 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_open()
1812 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_open()
2086 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_get_buf_req()
2143 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_get_buf_req()
2154 m_sInput_buff_property.datasize = ALIGN(m_sInput_buff_property.datasize, SZ_4K); in venc_get_buf_req()
2156 *buff_size = m_sInput_buff_property.datasize; in venc_get_buf_req()
2186 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_get_buf_req()
2199 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_get_buf_req()
2233 *buff_size = m_sOutput_buff_property.datasize; in venc_get_buf_req()
2322 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_set_param()
[all …]
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h93 unsigned long datasize; member
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h67 unsigned long datasize; member
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp1436 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_open()
1446 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_open()
1692 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_get_buf_req()
1732 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_get_buf_req()
1746 m_sInput_buff_property.datasize = ALIGN(m_sInput_buff_property.datasize, SZ_4K); in venc_get_buf_req()
1748 *buff_size = m_sInput_buff_property.datasize; in venc_get_buf_req()
1771 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_get_buf_req()
1778 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_get_buf_req()
1803 *buff_size = m_sOutput_buff_property.datasize; in venc_get_buf_req()
1875 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_set_param()
[all …]
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h75 unsigned long datasize; member
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h73 unsigned long datasize; member