Searched refs:actual_buff_count (Results 1 – 3 of 3) sorted by relevance
/hardware/qcom/media/mm-video/vidc/venc/src/ |
D | video_encoder_device_copper.cpp | 463 unsigned long *actual_buff_count, in venc_set_buf_req() argument 472 if(*actual_buff_count > m_sInput_buff_property.mincount) in venc_set_buf_req() 475 m_sInput_buff_property.actualcount = *actual_buff_count; in venc_set_buf_req() 482 DEBUG_PRINT_LOW("\n I/P Count set to %lu\n", *actual_buff_count); in venc_set_buf_req() 487 if(*actual_buff_count > m_sOutput_buff_property.mincount) in venc_set_buf_req() 490 m_sOutput_buff_property.actualcount = *actual_buff_count; in venc_set_buf_req() 497 DEBUG_PRINT_LOW("\n O/P Count set to %lu\n", *actual_buff_count); in venc_set_buf_req() 532 unsigned long *actual_buff_count, in venc_get_buf_req() argument 564 *actual_buff_count = m_sInput_buff_property.actualcount; in venc_get_buf_req() 601 *actual_buff_count = m_sOutput_buff_property.actualcount; in venc_get_buf_req()
|
D | video_encoder_device.cpp | 340 unsigned long *actual_buff_count, in venc_set_buf_req() argument 349 if(*actual_buff_count > m_sInput_buff_property.mincount) in venc_set_buf_req() 352 m_sInput_buff_property.actualcount = *actual_buff_count; in venc_set_buf_req() 361 DEBUG_PRINT_LOW("\n I/P Count set to %lu\n", *actual_buff_count); in venc_set_buf_req() 366 if(*actual_buff_count > m_sOutput_buff_property.mincount) in venc_set_buf_req() 369 m_sOutput_buff_property.actualcount = *actual_buff_count; in venc_set_buf_req() 378 DEBUG_PRINT_LOW("\n O/P Count set to %lu\n", *actual_buff_count); in venc_set_buf_req() 506 unsigned long *actual_buff_count, in venc_get_buf_req() argument 522 *actual_buff_count = m_sInput_buff_property.actualcount; in venc_get_buf_req() 542 *actual_buff_count = m_sOutput_buff_property.actualcount; in venc_get_buf_req()
|
D | omx_video_encoder.cpp | 1552 OMX_U32 *actual_buff_count, in dev_get_buf_req() argument 1557 actual_buff_count, in dev_get_buf_req() 1564 OMX_U32 *actual_buff_count, in dev_set_buf_req() argument 1569 actual_buff_count, in dev_set_buf_req()
|