Home
last modified time | relevance | path

Searched refs:min_buff_count (Results 1 – 24 of 24) sorted by relevance

/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
Domx_swvenc_mpeg4.h149 OMX_U32 *min_buff_count,
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
Domx_swvenc_mpeg4.h161 OMX_U32 *min_buff_count,
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Domx_swvenc_hevc.cpp1313 bool omx_swvenc::dev_get_buf_req(OMX_U32 *min_buff_count, in dev_get_buf_req() argument
1327 *min_buff_count = property.uProperty.sIpBuffReq.nMinCount; in dev_get_buf_req()
1334 *min_buff_count = property.uProperty.sOpBuffReq.nMinCount; in dev_get_buf_req()
1344 bool omx_swvenc::dev_set_buf_req(OMX_U32 *min_buff_count, in dev_set_buf_req() argument
1353 if (*min_buff_count > *actual_buff_count) return false; in dev_set_buf_req()
Domx_swvenc_mpeg4.cpp2068 bool omx_venc::dev_get_buf_req(OMX_U32 *min_buff_count, in dev_get_buf_req() argument
2094 *min_buff_count = PortDef->nBufferCountMin; in dev_get_buf_req()
2104 OMX_U32 const *min_buff_count, in dev_set_buf_req() argument
2115 (void)min_buff_count; in dev_set_buf_req()
2335 OMX_U32 *min_buff_count, in swvenc_get_buffer_req() argument
2372 *min_buff_count = Prop.info.buffer_req.mincount; in swvenc_get_buffer_req()
Domx_video_encoder.cpp2420 bool omx_venc::dev_get_buf_req(OMX_U32 *min_buff_count, in dev_get_buf_req() argument
2425 return handle->venc_get_buf_req(min_buff_count, in dev_get_buf_req()
2432 bool omx_venc::dev_set_buf_req(OMX_U32 *min_buff_count, in dev_set_buf_req() argument
2437 return handle->venc_set_buf_req(min_buff_count, in dev_set_buf_req()
Dvideo_encoder_device.cpp444 bool venc_dev::venc_set_buf_req(unsigned long *min_buff_count, in venc_set_buf_req() argument
638 bool venc_dev::venc_get_buf_req(unsigned long *min_buff_count, in venc_get_buf_req() argument
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()
Dvideo_encoder_device_v4l2.cpp1406 bool venc_dev::venc_set_buf_req(OMX_U32 *min_buff_count, in venc_set_buf_req() argument
1411 (void)min_buff_count, (void)buff_size; in venc_set_buf_req()
1475 bool venc_dev::venc_get_buf_req(OMX_U32 *min_buff_count, in venc_get_buf_req() argument
1535 *min_buff_count = m_sInput_buff_property.mincount; in venc_get_buf_req()
1593 *min_buff_count = m_sOutput_buff_property.mincount; in venc_get_buf_req()
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/inc/
Domx_swvenc_mpeg4.h195 OMX_U32 *min_buff_count,
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/inc/
Domx_swvenc_mpeg4.h195 OMX_U32 *min_buff_count,
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
Domx_video_encoder.cpp1580 bool omx_venc::dev_get_buf_req(OMX_U32 *min_buff_count, in dev_get_buf_req() argument
1585 return handle->venc_get_buf_req(min_buff_count, in dev_get_buf_req()
1592 bool omx_venc::dev_set_buf_req(OMX_U32 *min_buff_count, in dev_set_buf_req() argument
1597 return handle->venc_set_buf_req(min_buff_count, in dev_set_buf_req()
Dvideo_encoder_device_copper.cpp461 bool venc_dev::venc_set_buf_req(unsigned long *min_buff_count, in venc_set_buf_req() argument
530 bool venc_dev::venc_get_buf_req(unsigned long *min_buff_count, in venc_get_buf_req() argument
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()
Dvideo_encoder_device.cpp338 bool venc_dev::venc_set_buf_req(OMX_U32 *min_buff_count, in venc_set_buf_req() argument
504 bool venc_dev::venc_get_buf_req(OMX_U32 *min_buff_count, in venc_get_buf_req() argument
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()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
Domx_swvenc_mpeg4.cpp2123 bool omx_venc::dev_get_buf_req(OMX_U32 *min_buff_count, in dev_get_buf_req() argument
2149 *min_buff_count = PortDef->nBufferCountMin; in dev_get_buf_req()
2159 OMX_U32 const *min_buff_count, in dev_set_buf_req() argument
2170 (void)min_buff_count; in dev_set_buf_req()
2400 OMX_U32 *min_buff_count, in swvenc_get_buffer_req() argument
2437 *min_buff_count = Prop.info.buffer_req.mincount; in swvenc_get_buffer_req()
Domx_video_encoder.cpp2597 bool omx_venc::dev_get_buf_req(OMX_U32 *min_buff_count, in dev_get_buf_req() argument
2602 return handle->venc_get_buf_req(min_buff_count, in dev_get_buf_req()
2609 bool omx_venc::dev_set_buf_req(OMX_U32 *min_buff_count, in dev_set_buf_req() argument
2614 return handle->venc_set_buf_req(min_buff_count, in dev_set_buf_req()
Dvideo_encoder_device_v4l2.cpp1605 bool venc_dev::venc_set_buf_req(OMX_U32 *min_buff_count, in venc_set_buf_req() argument
1610 (void)min_buff_count, (void)buff_size; in venc_set_buf_req()
1674 bool venc_dev::venc_get_buf_req(OMX_U32 *min_buff_count, in venc_get_buf_req() argument
1740 *min_buff_count = m_sInput_buff_property.mincount; in venc_get_buf_req()
1801 *min_buff_count = m_sOutput_buff_property.mincount; in venc_get_buf_req()
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/
Domx_swvenc_mpeg4.cpp2694 bool omx_venc::dev_get_buf_req(OMX_U32 *min_buff_count, in dev_get_buf_req() argument
2720 *min_buff_count = PortDef->nBufferCountMin; in dev_get_buf_req()
2730 OMX_U32 const *min_buff_count, in dev_set_buf_req() argument
2741 (void)min_buff_count; in dev_set_buf_req()
3043 OMX_U32 *min_buff_count, in swvenc_get_buffer_req() argument
3080 *min_buff_count = Prop.info.buffer_req.mincount; in swvenc_get_buffer_req()
Domx_video_encoder.cpp2670 bool omx_venc::dev_get_buf_req(OMX_U32 *min_buff_count, in dev_get_buf_req() argument
2675 return handle->venc_get_buf_req(min_buff_count, in dev_get_buf_req()
2696 bool omx_venc::dev_set_buf_req(OMX_U32 *min_buff_count, in dev_set_buf_req() argument
2701 return handle->venc_set_buf_req(min_buff_count, in dev_set_buf_req()
Dvideo_encoder_device_v4l2.cpp1989 bool venc_dev::venc_set_buf_req(OMX_U32 *min_buff_count, in venc_set_buf_req() argument
1994 (void)min_buff_count, (void)buff_size; in venc_set_buf_req()
2058 bool venc_dev::venc_get_buf_req(OMX_U32 *min_buff_count, in venc_get_buf_req() argument
2148 *min_buff_count = m_sInput_buff_property.mincount; in venc_get_buf_req()
2231 *min_buff_count = m_sOutput_buff_property.mincount; in venc_get_buf_req()
2253 control.value, *min_buff_count, *actual_buff_count, *buff_size, fmt.fmt.pix_mp.num_planes); in venc_get_buf_req()
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/
Domx_swvenc_mpeg4.cpp2625 bool omx_venc::dev_get_buf_req(OMX_U32 *min_buff_count, in dev_get_buf_req() argument
2651 *min_buff_count = PortDef->nBufferCountMin; in dev_get_buf_req()
2661 OMX_U32 const *min_buff_count, in dev_set_buf_req() argument
2672 (void)min_buff_count; in dev_set_buf_req()
2983 OMX_U32 *min_buff_count, in swvenc_get_buffer_req() argument
3020 *min_buff_count = Prop.info.buffer_req.mincount; in swvenc_get_buffer_req()
Domx_video_encoder.cpp2358 bool omx_venc::dev_get_buf_req(OMX_U32 *min_buff_count, in dev_get_buf_req() argument
2363 return handle->venc_get_buf_req(min_buff_count, in dev_get_buf_req()
2384 bool omx_venc::dev_set_buf_req(OMX_U32 *min_buff_count, in dev_set_buf_req() argument
2389 return handle->venc_set_buf_req(min_buff_count, in dev_set_buf_req()
Dvideo_encoder_device_v4l2.cpp1804 bool venc_dev::venc_set_buf_req(OMX_U32 *min_buff_count, in venc_set_buf_req() argument
1809 (void)min_buff_count, (void)buff_size; in venc_set_buf_req()
1873 bool venc_dev::venc_get_buf_req(OMX_U32 *min_buff_count, in venc_get_buf_req() argument
1935 *min_buff_count = m_sInput_buff_property.mincount; in venc_get_buf_req()
2008 *min_buff_count = m_sOutput_buff_property.mincount; in venc_get_buf_req()
2029 control.value, *min_buff_count, *actual_buff_count, *buff_size, fmt.fmt.pix_mp.num_planes); in venc_get_buf_req()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
Domx_video_encoder.cpp2143 bool omx_venc::dev_get_buf_req(OMX_U32 *min_buff_count, in dev_get_buf_req() argument
2148 return handle->venc_get_buf_req(min_buff_count, in dev_get_buf_req()
2155 bool omx_venc::dev_set_buf_req(OMX_U32 *min_buff_count, in dev_set_buf_req() argument
2160 return handle->venc_set_buf_req(min_buff_count, in dev_set_buf_req()
Dvideo_encoder_device.cpp443 bool venc_dev::venc_set_buf_req(unsigned long *min_buff_count, in venc_set_buf_req() argument
637 bool venc_dev::venc_get_buf_req(unsigned long *min_buff_count, in venc_get_buf_req() argument
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()
Dvideo_encoder_device_v4l2.cpp1130 bool venc_dev::venc_set_buf_req(OMX_U32 *min_buff_count, in venc_set_buf_req() argument
1135 (void)min_buff_count, (void)buff_size; in venc_set_buf_req()
1183 bool venc_dev::venc_get_buf_req(OMX_U32 *min_buff_count, in venc_get_buf_req() argument
1231 *min_buff_count = m_sInput_buff_property.mincount; in venc_get_buf_req()
1272 *min_buff_count = m_sOutput_buff_property.mincount; in venc_get_buf_req()