Home
last modified time | relevance | path

Searched refs:minCount (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp2068 unsigned int minCount = 0; in venc_get_buf_req() local
2101 minCount = 9; in venc_get_buf_req()
2105 DEBUG_PRINT_LOW("Increasing buffer count = %d to 11", minCount); in venc_get_buf_req()
2106 minCount = 11; in venc_get_buf_req()
2111 minCount = MAX(minCount, 16); in venc_get_buf_req()
2113 (int)(m_sVenc_cfg.fps_num / m_sVenc_cfg.fps_den), operating_rate, minCount); in venc_get_buf_req()
2119 minCount = MAX_V4L2_BUFS; in venc_get_buf_req()
2120 … DEBUG_PRINT_LOW("Set buffer count = %d as metadata mode and batchmode enabled", minCount); in venc_get_buf_req()
2125 minCount = 4; in venc_get_buf_req()
2126 DEBUG_PRINT_LOW("Set buffer count = %d for HEIC", minCount); in venc_get_buf_req()
[all …]
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp1865 unsigned int minCount = 0; in venc_get_buf_req() local
1896 minCount = MAX_V4L2_BUFS; in venc_get_buf_req()
1897 … DEBUG_PRINT_LOW("Set buffer count = %d as metadata mode and batchmode enabled", minCount); in venc_get_buf_req()
1900 minCount = MAX((unsigned int)control.value, minCount); in venc_get_buf_req()
1901 m_sInput_buff_property.mincount = minCount; in venc_get_buf_req()
1977 minCount = control.value; in venc_get_buf_req()
1983 minCount = MAX((unsigned int)control.value, mBatchSize) + mBatchSize; in venc_get_buf_req()
1984 DEBUG_PRINT_LOW("set min count %d as mBatchSize %d", minCount, mBatchSize); in venc_get_buf_req()
1987 m_sOutput_buff_property.mincount = minCount; in venc_get_buf_req()