/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/ |
D | video_encoder_device_copper.cpp | 385 …m_sInput_buff_property.mincount=m_sInput_buff_property.maxcount=m_sInput_buff_property.actualcount… in venc_open() 392 …m_sOutput_buff_property.mincount=m_sOutput_buff_property.maxcount=m_sOutput_buff_property.actualco… in venc_open() 471 if(*actual_buff_count > m_sInput_buff_property.mincount) in venc_set_buf_req() 486 if(*actual_buff_count > m_sOutput_buff_property.mincount) in venc_set_buf_req() 559 …m_sInput_buff_property.mincount=m_sInput_buff_property.maxcount=m_sInput_buff_property.actualcount… in venc_get_buf_req() 562 *min_buff_count = m_sInput_buff_property.mincount; in venc_get_buf_req() 599 *min_buff_count = m_sOutput_buff_property.mincount; in venc_get_buf_req() 647 m_sInput_buff_property.mincount); in venc_set_param() 659 m_sOutput_buff_property.mincount); in venc_set_param() 666 if((portDefn->nBufferCountActual >= m_sInput_buff_property.mincount) && in venc_set_param() [all …]
|
D | video_encoder_device.cpp | 348 if(*actual_buff_count > m_sInput_buff_property.mincount) in venc_set_buf_req() 365 if(*actual_buff_count > m_sOutput_buff_property.mincount) in venc_set_buf_req() 520 *min_buff_count = m_sInput_buff_property.mincount; in venc_get_buf_req() 540 *min_buff_count = m_sOutput_buff_property.mincount; in venc_get_buf_req() 595 m_sInput_buff_property.mincount); in venc_set_param() 608 m_sOutput_buff_property.mincount); in venc_set_param() 617 if((portDefn->nBufferCountActual >= m_sInput_buff_property.mincount) && in venc_set_param() 644 if( (portDefn->nBufferCountActual >= m_sOutput_buff_property.mincount) in venc_set_param()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/ |
D | decoder_driver_test.c | 279 init_decode->input_buffer.mincount,\ in init_decoder() 286 init_decode->input_buffer.actualcount = init_decode->input_buffer.mincount + 2; in init_decoder() 308 init_decode->output_buffer.mincount,\ in init_decoder() 587 while (i < decode_context->output_buffer.mincount) { in start_decoding() 614 while (i < decode_context->input_buffer.mincount) { in start_decoding()
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/ |
D | decoder_driver_test.c | 292 init_decode->input_buffer.mincount,\ in init_decoder() 299 init_decode->input_buffer.actualcount = init_decode->input_buffer.mincount + 2; in init_decoder() 323 init_decode->output_buffer.mincount,\ in init_decoder() 629 while (i < decode_context->output_buffer.mincount) in start_decoding() 656 while (i < decode_context->input_buffer.mincount) in start_decoding()
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/ |
D | video_encoder_device_copper.h | 50 unsigned long mincount; member
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/ |
D | video_encoder_test.c | 348 (int)init_decode->input_buffer.mincount,\ in init_encoder() 354 init_decode->input_buffer.actualcount = init_decode->input_buffer.mincount + 2; in init_encoder() 377 (int)init_decode->output_buffer.mincount,\ in init_encoder()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 993 m_sInput_buff_property.mincount = m_sInput_buff_property.actualcount = bufreq.count; in venc_open() 998 m_sOutput_buff_property.mincount = m_sOutput_buff_property.actualcount = bufreq.count; in venc_open() 1139 if (*actual_buff_count > m_sInput_buff_property.mincount) { in venc_set_buf_req() 1145 if (*actual_buff_count > m_sOutput_buff_property.mincount) { in venc_set_buf_req() 1230 m_sInput_buff_property.mincount = m_sInput_buff_property.actualcount = bufreq.count; in venc_get_buf_req() 1231 *min_buff_count = m_sInput_buff_property.mincount; in venc_get_buf_req() 1271 m_sOutput_buff_property.mincount = m_sOutput_buff_property.actualcount = bufreq.count; in venc_get_buf_req() 1272 *min_buff_count = m_sOutput_buff_property.mincount; in venc_get_buf_req() 1350 … m_sInput_buff_property.mincount = m_sInput_buff_property.actualcount = bufreq.count; in venc_set_param() 1352 if (portDefn->nBufferCountActual >= m_sInput_buff_property.mincount) in venc_set_param() [all …]
|
D | video_encoder_device.cpp | 452 if (*actual_buff_count > m_sInput_buff_property.mincount) { in venc_set_buf_req() 467 if (*actual_buff_count > m_sOutput_buff_property.mincount) { in venc_set_buf_req() 653 *min_buff_count = m_sInput_buff_property.mincount; in venc_get_buf_req() 672 *min_buff_count = m_sOutput_buff_property.mincount; in venc_get_buf_req() 733 m_sInput_buff_property.mincount); in venc_set_param() 747 m_sOutput_buff_property.mincount); in venc_set_param() 756 if ((portDefn->nBufferCountActual >= m_sInput_buff_property.mincount) && in venc_set_param() 784 if ( (portDefn->nBufferCountActual >= m_sOutput_buff_property.mincount) in venc_set_param()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device.cpp | 453 if (*actual_buff_count > m_sInput_buff_property.mincount) { in venc_set_buf_req() 468 if (*actual_buff_count > m_sOutput_buff_property.mincount) { in venc_set_buf_req() 654 *min_buff_count = m_sInput_buff_property.mincount; in venc_get_buf_req() 673 *min_buff_count = m_sOutput_buff_property.mincount; in venc_get_buf_req() 734 m_sInput_buff_property.mincount); in venc_set_param() 748 m_sOutput_buff_property.mincount); in venc_set_param() 757 if ((portDefn->nBufferCountActual >= m_sInput_buff_property.mincount) && in venc_set_param() 785 if ( (portDefn->nBufferCountActual >= m_sOutput_buff_property.mincount) in venc_set_param()
|
D | video_encoder_device_v4l2.cpp | 1267 m_sInput_buff_property.mincount = m_sInput_buff_property.actualcount = bufreq.count; in venc_open() 1272 m_sOutput_buff_property.mincount = m_sOutput_buff_property.actualcount = bufreq.count; in venc_open() 1415 if (*actual_buff_count > m_sInput_buff_property.mincount) { in venc_set_buf_req() 1421 if (*actual_buff_count > m_sOutput_buff_property.mincount) { in venc_set_buf_req() 1534 m_sInput_buff_property.mincount = m_sInput_buff_property.actualcount = actualCount; in venc_get_buf_req() 1535 *min_buff_count = m_sInput_buff_property.mincount; in venc_get_buf_req() 1592 m_sOutput_buff_property.mincount = m_sOutput_buff_property.actualcount = bufreq.count; in venc_get_buf_req() 1593 *min_buff_count = m_sOutput_buff_property.mincount; in venc_get_buf_req() 1670 … m_sInput_buff_property.mincount = m_sInput_buff_property.actualcount = bufreq.count; in venc_set_param() 1672 if (portDefn->nBufferCountActual >= m_sInput_buff_property.mincount) in venc_set_param() [all …]
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2_params.cpp | 575 … drv_ctx.op_buf.mincount, (unsigned int)buffer_size, in set_parameter() 684 if (portDefn->nBufferCountActual >= drv_ctx.ip_buf.mincount in set_parameter() 695 … drv_ctx.ip_buf.mincount, (unsigned int)drv_ctx.ip_buf.buffer_size, in set_parameter()
|
D | omx_swvdec.cpp | 3479 m_port_ip.def.nBufferCountMin = p_buffer_req->mincount; in get_buffer_requirements_swvdec() 3480 m_port_ip.def.nBufferCountActual = MAX((MAX(p_buffer_req->mincount, in get_buffer_requirements_swvdec() 3507 p_buffer_req->mincount = 2; in get_buffer_requirements_swvdec() 3511 m_port_op.def.nBufferCountMin = p_buffer_req->mincount; in get_buffer_requirements_swvdec() 3512 m_port_op.def.nBufferCountActual = MAX(p_buffer_req->mincount, in get_buffer_requirements_swvdec()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device_v4l2.h | 59 unsigned long mincount; member
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2_params.cpp | 581 if (portDefn->nBufferCountActual < m_sInput_buff_property.mincount) { in venc_set_param() 583 … portDefn->nBufferCountActual, m_sInput_buff_property.mincount, portDefn->nPortIndex); in venc_set_param() 655 if (portDefn->nBufferCountActual < m_sOutput_buff_property.mincount) { in venc_set_param() 657 … portDefn->nBufferCountActual, m_sOutput_buff_property.mincount, portDefn->nPortIndex); in venc_set_param()
|
D | video_encoder_device_v4l2.cpp | 1673 m_sInput_buff_property.mincount = m_sInput_buff_property.actualcount = bufreq.count; in venc_open() 1678 m_sOutput_buff_property.mincount = m_sOutput_buff_property.actualcount = bufreq.count; in venc_open() 1813 if (*actual_buff_count > m_sInput_buff_property.mincount) { in venc_set_buf_req() 1819 if (*actual_buff_count > m_sOutput_buff_property.mincount) { in venc_set_buf_req() 1919 m_sInput_buff_property.mincount = minCount; in venc_get_buf_req() 1920 m_sInput_buff_property.actualcount = m_sInput_buff_property.mincount; in venc_get_buf_req() 1935 *min_buff_count = m_sInput_buff_property.mincount; in venc_get_buf_req() 2005 m_sOutput_buff_property.mincount = minCount; in venc_get_buf_req() 2006 m_sOutput_buff_property.actualcount = m_sOutput_buff_property.mincount; in venc_get_buf_req() 2008 *min_buff_count = m_sOutput_buff_property.mincount; in venc_get_buf_req()
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 1453 m_sInput_buff_property.mincount = m_sInput_buff_property.actualcount = bufreq.count; in venc_open() 1458 m_sOutput_buff_property.mincount = m_sOutput_buff_property.actualcount = bufreq.count; in venc_open() 1614 if (*actual_buff_count > m_sInput_buff_property.mincount) { in venc_set_buf_req() 1620 if (*actual_buff_count > m_sOutput_buff_property.mincount) { in venc_set_buf_req() 1735 m_sInput_buff_property.mincount = m_sInput_buff_property.actualcount = actualCount; in venc_get_buf_req() 1737 m_sInput_buff_property.mincount = m_sInput_buff_property.actualcount = bufreq.count; in venc_get_buf_req() 1740 *min_buff_count = m_sInput_buff_property.mincount; in venc_get_buf_req() 1800 m_sOutput_buff_property.mincount = m_sOutput_buff_property.actualcount = bufreq.count; in venc_get_buf_req() 1801 *min_buff_count = m_sOutput_buff_property.mincount; in venc_get_buf_req() 1886 … m_sInput_buff_property.mincount = m_sInput_buff_property.actualcount = bufreq.count; in venc_set_param() [all …]
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 1831 m_sInput_buff_property.mincount = m_sInput_buff_property.actualcount = bufreq.count; in venc_open() 1836 m_sOutput_buff_property.mincount = m_sOutput_buff_property.actualcount = bufreq.count; in venc_open() 1998 if (*actual_buff_count > m_sInput_buff_property.mincount) { in venc_set_buf_req() 2004 if (*actual_buff_count > m_sOutput_buff_property.mincount) { in venc_set_buf_req() 2130 m_sInput_buff_property.mincount = minCount; in venc_get_buf_req() 2145 if (m_sInput_buff_property.actualcount < m_sInput_buff_property.mincount) in venc_get_buf_req() 2146 m_sInput_buff_property.actualcount = m_sInput_buff_property.mincount; in venc_get_buf_req() 2148 *min_buff_count = m_sInput_buff_property.mincount; in venc_get_buf_req() 2226 m_sOutput_buff_property.mincount = minCount; in venc_get_buf_req() 2228 if (m_sOutput_buff_property.actualcount < m_sOutput_buff_property.mincount) in venc_get_buf_req() [all …]
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device_v4l2.h | 91 unsigned long mincount; member
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device_v4l2.h | 65 unsigned long mincount; member
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device_v4l2.h | 73 unsigned long mincount; member
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device_v4l2.h | 71 unsigned long mincount; member
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
D | omx_swvdec.cpp | 3477 m_port_ip.def.nBufferCountMin = p_buffer_req->mincount; in get_buffer_requirements_swvdec() 3478 m_port_ip.def.nBufferCountActual = MAX(p_buffer_req->mincount, in get_buffer_requirements_swvdec() 3502 p_buffer_req->mincount = 1; in get_buffer_requirements_swvdec() 3506 m_port_op.def.nBufferCountMin = p_buffer_req->mincount; in get_buffer_requirements_swvdec() 3507 m_port_op.def.nBufferCountActual = MAX(p_buffer_req->mincount, in get_buffer_requirements_swvdec()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | omx_swvdec.cpp | 3172 m_port_ip.def.nBufferCountMin = p_buffer_req->mincount; in get_buffer_requirements_swvdec() 3173 m_port_ip.def.nBufferCountActual = MAX(p_buffer_req->mincount, in get_buffer_requirements_swvdec() 3198 p_buffer_req->mincount = 1; in get_buffer_requirements_swvdec() 3202 m_port_op.def.nBufferCountMin = p_buffer_req->mincount; in get_buffer_requirements_swvdec() 3203 m_port_op.def.nBufferCountActual = p_buffer_req->mincount; in get_buffer_requirements_swvdec()
|
/hardware/qcom/media/msm8996/videopp/inc/ |
D | omx_vdpp.h | 283 uint32_t mincount; member
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_swvdec.cpp | 3523 m_port_ip.def.nBufferCountMin = p_buffer_req->mincount; in get_buffer_requirements_swvdec() 3524 m_port_ip.def.nBufferCountActual = MAX((MAX(p_buffer_req->mincount, in get_buffer_requirements_swvdec() 3551 p_buffer_req->mincount = 2; in get_buffer_requirements_swvdec() 3555 m_port_op.def.nBufferCountMin = p_buffer_req->mincount; in get_buffer_requirements_swvdec() 3556 m_port_op.def.nBufferCountActual = MAX(p_buffer_req->mincount, in get_buffer_requirements_swvdec()
|