/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/ |
D | video_encoder_device_copper.cpp | 366 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 …]
|
D | video_encoder_device.cpp | 526 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/ |
D | video_encoder_test.c | 347 (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/ |
D | video_encoder_device_copper.h | 53 unsigned long datasize; member
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv2Context.h | 135 void setupArrWithDataSize(GLsizei datasize, const GLvoid* arr,
|
D | GLESv2Context.cpp | 662 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/ |
D | video_encoder_device.cpp | 660 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()
|
D | video_encoder_device_v4l2.cpp | 1250 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/ |
D | video_encoder_device.cpp | 659 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()
|
D | video_encoder_device_v4l2.cpp | 977 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/ |
D | video_encoder_device_v4l2.h | 61 unsigned long datasize; member
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2_params.cpp | 605 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()
|
D | video_encoder_device_v4l2.cpp | 1656 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/ |
D | video_encoder_device_v4l2.cpp | 1802 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/ |
D | video_encoder_device_v4l2.h | 93 unsigned long datasize; member
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device_v4l2.h | 67 unsigned long datasize; member
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 1436 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/ |
D | video_encoder_device_v4l2.h | 75 unsigned long datasize; member
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device_v4l2.h | 73 unsigned long datasize; member
|