/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | omx_swvenc_hevc.cpp | 1314 OMX_U32 *actual_buff_count, in dev_get_buf_req() argument 1329 *actual_buff_count = property.uProperty.sIpBuffReq.nMinCount; in dev_get_buf_req() 1330 … DEBUG_PRINT_HIGH("SwVenc input buffer Size =%u Count = %u", *buff_size, *actual_buff_count); in dev_get_buf_req() 1336 *actual_buff_count = property.uProperty.sOpBuffReq.nMinCount; in dev_get_buf_req() 1345 OMX_U32 *actual_buff_count, in dev_set_buf_req() argument 1353 if (*min_buff_count > *actual_buff_count) return false; in dev_set_buf_req() 1359 property.uProperty.sIpBuffReq.nMaxCount = *actual_buff_count; in dev_set_buf_req() 1360 property.uProperty.sIpBuffReq.nMinCount = *actual_buff_count; in dev_set_buf_req() 1361 … SwVenc input Buffer Size =%d Count = %d",property.uProperty.sIpBuffReq.nSize, *actual_buff_count); in dev_set_buf_req() 1367 property.uProperty.sOpBuffReq.nMaxCount = *actual_buff_count; in dev_set_buf_req() [all …]
|
D | video_encoder_device.cpp | 445 unsigned long *actual_buff_count, in venc_set_buf_req() argument 453 if (*actual_buff_count > m_sInput_buff_property.mincount) { in venc_set_buf_req() 455 m_sInput_buff_property.actualcount = *actual_buff_count; in venc_set_buf_req() 465 DEBUG_PRINT_LOW("I/P Count set to %lu", *actual_buff_count); in venc_set_buf_req() 468 if (*actual_buff_count > m_sOutput_buff_property.mincount) { in venc_set_buf_req() 470 m_sOutput_buff_property.actualcount = *actual_buff_count; in venc_set_buf_req() 480 DEBUG_PRINT_LOW("O/P Count set to %lu", *actual_buff_count); in venc_set_buf_req() 639 unsigned long *actual_buff_count, in venc_get_buf_req() argument 655 *actual_buff_count = m_sInput_buff_property.actualcount; in venc_get_buf_req() 674 *actual_buff_count = m_sOutput_buff_property.actualcount; in venc_get_buf_req()
|
D | omx_swvenc_mpeg4.cpp | 2069 OMX_U32 *actual_buff_count, in dev_get_buf_req() argument 2095 *actual_buff_count = PortDef->nBufferCountActual; in dev_get_buf_req() 2105 OMX_U32 const *actual_buff_count, in dev_set_buf_req() argument 2130 if (*actual_buff_count < PortDef->nBufferCountMin) in dev_set_buf_req() 2133 __FUNCTION__, *actual_buff_count, PortDef->nBufferCountMin); in dev_set_buf_req() 2141 __FUNCTION__, *actual_buff_count, PortDef->nBufferCountMin); in dev_set_buf_req() 2336 OMX_U32 *actual_buff_count, in swvenc_get_buffer_req() argument 2373 *actual_buff_count = Prop.info.buffer_req.mincount; in swvenc_get_buffer_req()
|
D | video_encoder_device_v4l2.cpp | 1407 OMX_U32 *actual_buff_count, in venc_set_buf_req() argument 1415 if (*actual_buff_count > m_sInput_buff_property.mincount) { in venc_set_buf_req() 1417 m_sInput_buff_property.actualcount = *actual_buff_count; in venc_set_buf_req() 1418 DEBUG_PRINT_LOW("I/P Count set to %u", (unsigned int)*actual_buff_count); in venc_set_buf_req() 1421 if (*actual_buff_count > m_sOutput_buff_property.mincount) { in venc_set_buf_req() 1423 m_sOutput_buff_property.actualcount = *actual_buff_count; in venc_set_buf_req() 1424 DEBUG_PRINT_LOW("O/P Count set to %u", (unsigned int)*actual_buff_count); in venc_set_buf_req() 1476 OMX_U32 *actual_buff_count, in venc_get_buf_req() argument 1496 if (*actual_buff_count) in venc_get_buf_req() 1497 bufreq.count = *actual_buff_count; in venc_get_buf_req() [all …]
|
D | omx_video_encoder.cpp | 2421 OMX_U32 *actual_buff_count, in dev_get_buf_req() argument 2426 actual_buff_count, in dev_get_buf_req() 2433 OMX_U32 *actual_buff_count, in dev_set_buf_req() argument 2438 actual_buff_count, in dev_set_buf_req()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/ |
D | omx_swvenc_mpeg4.h | 150 OMX_U32 *actual_buff_count,
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/ |
D | omx_swvenc_mpeg4.h | 162 OMX_U32 *actual_buff_count,
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/ |
D | video_encoder_device_copper.cpp | 462 unsigned long *actual_buff_count, in venc_set_buf_req() argument 471 if(*actual_buff_count > m_sInput_buff_property.mincount) in venc_set_buf_req() 474 m_sInput_buff_property.actualcount = *actual_buff_count; in venc_set_buf_req() 481 DEBUG_PRINT_LOW("\n I/P Count set to %lu\n", *actual_buff_count); in venc_set_buf_req() 486 if(*actual_buff_count > m_sOutput_buff_property.mincount) in venc_set_buf_req() 489 m_sOutput_buff_property.actualcount = *actual_buff_count; in venc_set_buf_req() 496 DEBUG_PRINT_LOW("\n O/P Count set to %lu\n", *actual_buff_count); in venc_set_buf_req() 531 unsigned long *actual_buff_count, in venc_get_buf_req() argument 563 *actual_buff_count = m_sInput_buff_property.actualcount; in venc_get_buf_req() 600 *actual_buff_count = m_sOutput_buff_property.actualcount; in venc_get_buf_req()
|
D | video_encoder_device.cpp | 339 OMX_U32 *actual_buff_count, in venc_set_buf_req() argument 348 if(*actual_buff_count > m_sInput_buff_property.mincount) in venc_set_buf_req() 351 m_sInput_buff_property.actualcount = *actual_buff_count; in venc_set_buf_req() 360 DEBUG_PRINT_LOW("\n I/P Count set to %lu\n", *actual_buff_count); in venc_set_buf_req() 365 if(*actual_buff_count > m_sOutput_buff_property.mincount) in venc_set_buf_req() 368 m_sOutput_buff_property.actualcount = *actual_buff_count; in venc_set_buf_req() 377 DEBUG_PRINT_LOW("\n O/P Count set to %lu\n", *actual_buff_count); in venc_set_buf_req() 505 OMX_U32 *actual_buff_count, in venc_get_buf_req() argument 521 *actual_buff_count = m_sInput_buff_property.actualcount; in venc_get_buf_req() 541 *actual_buff_count = m_sOutput_buff_property.actualcount; in venc_get_buf_req()
|
D | omx_video_encoder.cpp | 1581 OMX_U32 *actual_buff_count, in dev_get_buf_req() argument 1586 actual_buff_count, in dev_get_buf_req() 1593 OMX_U32 *actual_buff_count, in dev_set_buf_req() argument 1598 actual_buff_count, in dev_set_buf_req()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device.cpp | 444 unsigned long *actual_buff_count, in venc_set_buf_req() argument 452 if (*actual_buff_count > m_sInput_buff_property.mincount) { in venc_set_buf_req() 454 m_sInput_buff_property.actualcount = *actual_buff_count; in venc_set_buf_req() 464 DEBUG_PRINT_LOW("I/P Count set to %lu", *actual_buff_count); in venc_set_buf_req() 467 if (*actual_buff_count > m_sOutput_buff_property.mincount) { in venc_set_buf_req() 469 m_sOutput_buff_property.actualcount = *actual_buff_count; in venc_set_buf_req() 479 DEBUG_PRINT_LOW("O/P Count set to %lu", *actual_buff_count); in venc_set_buf_req() 638 unsigned long *actual_buff_count, in venc_get_buf_req() argument 654 *actual_buff_count = m_sInput_buff_property.actualcount; in venc_get_buf_req() 673 *actual_buff_count = m_sOutput_buff_property.actualcount; in venc_get_buf_req()
|
D | video_encoder_device_v4l2.cpp | 1131 OMX_U32 *actual_buff_count, in venc_set_buf_req() argument 1139 if (*actual_buff_count > m_sInput_buff_property.mincount) { in venc_set_buf_req() 1141 m_sInput_buff_property.actualcount = *actual_buff_count; in venc_set_buf_req() 1142 DEBUG_PRINT_LOW("I/P Count set to %u", (unsigned int)*actual_buff_count); in venc_set_buf_req() 1145 if (*actual_buff_count > m_sOutput_buff_property.mincount) { in venc_set_buf_req() 1147 m_sOutput_buff_property.actualcount = *actual_buff_count; in venc_set_buf_req() 1148 DEBUG_PRINT_LOW("O/P Count set to %u", (unsigned int)*actual_buff_count); in venc_set_buf_req() 1184 OMX_U32 *actual_buff_count, in venc_get_buf_req() argument 1203 if (*actual_buff_count) in venc_get_buf_req() 1204 bufreq.count = *actual_buff_count; in venc_get_buf_req() [all …]
|
D | omx_video_encoder.cpp | 2144 OMX_U32 *actual_buff_count, in dev_get_buf_req() argument 2149 actual_buff_count, in dev_get_buf_req() 2156 OMX_U32 *actual_buff_count, in dev_set_buf_req() argument 2161 actual_buff_count, in dev_set_buf_req()
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/inc/ |
D | omx_swvenc_mpeg4.h | 196 OMX_U32 *actual_buff_count,
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/inc/ |
D | omx_swvenc_mpeg4.h | 196 OMX_U32 *actual_buff_count,
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/ |
D | omx_swvenc_mpeg4.cpp | 2124 OMX_U32 *actual_buff_count, in dev_get_buf_req() argument 2150 *actual_buff_count = PortDef->nBufferCountActual; in dev_get_buf_req() 2160 OMX_U32 const *actual_buff_count, in dev_set_buf_req() argument 2185 if (*actual_buff_count < PortDef->nBufferCountMin) in dev_set_buf_req() 2188 __FUNCTION__, *actual_buff_count, PortDef->nBufferCountMin); in dev_set_buf_req() 2196 __FUNCTION__, *actual_buff_count, PortDef->nBufferCountMin); in dev_set_buf_req() 2401 OMX_U32 *actual_buff_count, in swvenc_get_buffer_req() argument 2438 *actual_buff_count = Prop.info.buffer_req.mincount; in swvenc_get_buffer_req()
|
D | video_encoder_device_v4l2.cpp | 1606 OMX_U32 *actual_buff_count, in venc_set_buf_req() argument 1614 if (*actual_buff_count > m_sInput_buff_property.mincount) { in venc_set_buf_req() 1616 m_sInput_buff_property.actualcount = *actual_buff_count; in venc_set_buf_req() 1617 DEBUG_PRINT_LOW("I/P Count set to %u", (unsigned int)*actual_buff_count); in venc_set_buf_req() 1620 if (*actual_buff_count > m_sOutput_buff_property.mincount) { in venc_set_buf_req() 1622 m_sOutput_buff_property.actualcount = *actual_buff_count; in venc_set_buf_req() 1623 DEBUG_PRINT_LOW("O/P Count set to %u", (unsigned int)*actual_buff_count); in venc_set_buf_req() 1675 OMX_U32 *actual_buff_count, in venc_get_buf_req() argument 1695 if (*actual_buff_count) in venc_get_buf_req() 1696 bufreq.count = *actual_buff_count; in venc_get_buf_req() [all …]
|
D | omx_video_encoder.cpp | 2598 OMX_U32 *actual_buff_count, in dev_get_buf_req() argument 2603 actual_buff_count, in dev_get_buf_req() 2610 OMX_U32 *actual_buff_count, in dev_set_buf_req() argument 2615 actual_buff_count, in dev_set_buf_req()
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_swvenc_mpeg4.cpp | 2695 OMX_U32 *actual_buff_count, in dev_get_buf_req() argument 2721 *actual_buff_count = PortDef->nBufferCountActual; in dev_get_buf_req() 2731 OMX_U32 const *actual_buff_count, in dev_set_buf_req() argument 2756 if (*actual_buff_count < PortDef->nBufferCountMin) in dev_set_buf_req() 2759 __FUNCTION__, *actual_buff_count, PortDef->nBufferCountMin); in dev_set_buf_req() 2767 __FUNCTION__, *actual_buff_count, PortDef->nBufferCountMin); in dev_set_buf_req() 3044 OMX_U32 *actual_buff_count, in swvenc_get_buffer_req() argument 3081 *actual_buff_count = Prop.info.buffer_req.mincount; in swvenc_get_buffer_req()
|
D | omx_video_encoder.cpp | 2671 OMX_U32 *actual_buff_count, in dev_get_buf_req() argument 2676 actual_buff_count, in dev_get_buf_req() 2697 OMX_U32 *actual_buff_count, in dev_set_buf_req() argument 2702 actual_buff_count, in dev_set_buf_req()
|
D | video_encoder_device_v4l2.cpp | 1990 OMX_U32 *actual_buff_count, in venc_set_buf_req() argument 1998 if (*actual_buff_count > m_sInput_buff_property.mincount) { in venc_set_buf_req() 2000 m_sInput_buff_property.actualcount = *actual_buff_count; in venc_set_buf_req() 2001 DEBUG_PRINT_LOW("I/P Count set to %u", (unsigned int)*actual_buff_count); in venc_set_buf_req() 2004 if (*actual_buff_count > m_sOutput_buff_property.mincount) { in venc_set_buf_req() 2006 m_sOutput_buff_property.actualcount = *actual_buff_count; in venc_set_buf_req() 2007 DEBUG_PRINT_LOW("O/P Count set to %u", (unsigned int)*actual_buff_count); in venc_set_buf_req() 2059 OMX_U32 *actual_buff_count, in venc_get_buf_req() argument 2149 *actual_buff_count = m_sInput_buff_property.actualcount; in venc_get_buf_req() 2232 *actual_buff_count = m_sOutput_buff_property.actualcount; in venc_get_buf_req() [all …]
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_swvenc_mpeg4.cpp | 2626 OMX_U32 *actual_buff_count, in dev_get_buf_req() argument 2652 *actual_buff_count = PortDef->nBufferCountActual; in dev_get_buf_req() 2662 OMX_U32 const *actual_buff_count, in dev_set_buf_req() argument 2687 if (*actual_buff_count < PortDef->nBufferCountMin) in dev_set_buf_req() 2690 __FUNCTION__, *actual_buff_count, PortDef->nBufferCountMin); in dev_set_buf_req() 2698 __FUNCTION__, *actual_buff_count, PortDef->nBufferCountMin); in dev_set_buf_req() 2984 OMX_U32 *actual_buff_count, in swvenc_get_buffer_req() argument 3021 *actual_buff_count = Prop.info.buffer_req.mincount; in swvenc_get_buffer_req()
|
D | video_encoder_device_v4l2.cpp | 1805 OMX_U32 *actual_buff_count, in venc_set_buf_req() argument 1813 if (*actual_buff_count > m_sInput_buff_property.mincount) { in venc_set_buf_req() 1815 m_sInput_buff_property.actualcount = *actual_buff_count; in venc_set_buf_req() 1816 DEBUG_PRINT_LOW("I/P Count set to %u", (unsigned int)*actual_buff_count); in venc_set_buf_req() 1819 if (*actual_buff_count > m_sOutput_buff_property.mincount) { in venc_set_buf_req() 1821 m_sOutput_buff_property.actualcount = *actual_buff_count; in venc_set_buf_req() 1822 DEBUG_PRINT_LOW("O/P Count set to %u", (unsigned int)*actual_buff_count); in venc_set_buf_req() 1874 OMX_U32 *actual_buff_count, in venc_get_buf_req() argument 1936 *actual_buff_count = m_sInput_buff_property.actualcount; in venc_get_buf_req() 2009 *actual_buff_count = m_sOutput_buff_property.actualcount; in venc_get_buf_req() [all …]
|
D | omx_video_encoder.cpp | 2359 OMX_U32 *actual_buff_count, in dev_get_buf_req() argument 2364 actual_buff_count, in dev_get_buf_req() 2385 OMX_U32 *actual_buff_count, in dev_set_buf_req() argument 2390 actual_buff_count, in dev_set_buf_req()
|