/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 | 1390 OMX_U32 *actual_buff_count, in venc_set_buf_req() argument 1398 if (*actual_buff_count > m_sInput_buff_property.mincount) { in venc_set_buf_req() 1400 m_sInput_buff_property.actualcount = *actual_buff_count; in venc_set_buf_req() 1401 DEBUG_PRINT_LOW("I/P Count set to %u", (unsigned int)*actual_buff_count); in venc_set_buf_req() 1404 if (*actual_buff_count > m_sOutput_buff_property.mincount) { in venc_set_buf_req() 1406 m_sOutput_buff_property.actualcount = *actual_buff_count; in venc_set_buf_req() 1407 DEBUG_PRINT_LOW("O/P Count set to %u", (unsigned int)*actual_buff_count); in venc_set_buf_req() 1443 OMX_U32 *actual_buff_count, in venc_get_buf_req() argument 1462 if (*actual_buff_count) in venc_get_buf_req() 1463 bufreq.count = *actual_buff_count; in venc_get_buf_req() [all …]
|
D | omx_video_encoder.cpp | 2294 OMX_U32 *actual_buff_count, in dev_get_buf_req() argument 2299 actual_buff_count, in dev_get_buf_req() 2306 OMX_U32 *actual_buff_count, in dev_set_buf_req() argument 2311 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/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 | 1130 OMX_U32 *actual_buff_count, in venc_set_buf_req() argument 1138 if (*actual_buff_count > m_sInput_buff_property.mincount) { in venc_set_buf_req() 1140 m_sInput_buff_property.actualcount = *actual_buff_count; in venc_set_buf_req() 1141 DEBUG_PRINT_LOW("I/P Count set to %u", (unsigned int)*actual_buff_count); in venc_set_buf_req() 1144 if (*actual_buff_count > m_sOutput_buff_property.mincount) { in venc_set_buf_req() 1146 m_sOutput_buff_property.actualcount = *actual_buff_count; in venc_set_buf_req() 1147 DEBUG_PRINT_LOW("O/P Count set to %u", (unsigned int)*actual_buff_count); in venc_set_buf_req() 1183 OMX_U32 *actual_buff_count, in venc_get_buf_req() argument 1202 if (*actual_buff_count) in venc_get_buf_req() 1203 bufreq.count = *actual_buff_count; in venc_get_buf_req() [all …]
|
D | omx_video_encoder.cpp | 2098 OMX_U32 *actual_buff_count, in dev_get_buf_req() argument 2103 actual_buff_count, in dev_get_buf_req() 2110 OMX_U32 *actual_buff_count, in dev_set_buf_req() argument 2115 actual_buff_count, in dev_set_buf_req()
|