Home
last modified time | relevance | path

Searched refs:mincount (Results 1 – 25 of 31) sorted by relevance

12

/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
Dvideo_encoder_device_copper.cpp385 …m_sInput_buff_property.mincount=m_sInput_buff_property.maxcount=m_sInput_buff_property.actualcount… in venc_open()
392 …m_sOutput_buff_property.mincount=m_sOutput_buff_property.maxcount=m_sOutput_buff_property.actualco… in venc_open()
471 if(*actual_buff_count > m_sInput_buff_property.mincount) in venc_set_buf_req()
486 if(*actual_buff_count > m_sOutput_buff_property.mincount) in venc_set_buf_req()
559 …m_sInput_buff_property.mincount=m_sInput_buff_property.maxcount=m_sInput_buff_property.actualcount… in venc_get_buf_req()
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()
647 m_sInput_buff_property.mincount); in venc_set_param()
659 m_sOutput_buff_property.mincount); in venc_set_param()
666 if((portDefn->nBufferCountActual >= m_sInput_buff_property.mincount) && in venc_set_param()
[all …]
Dvideo_encoder_device.cpp348 if(*actual_buff_count > m_sInput_buff_property.mincount) in venc_set_buf_req()
365 if(*actual_buff_count > m_sOutput_buff_property.mincount) in venc_set_buf_req()
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()
595 m_sInput_buff_property.mincount); in venc_set_param()
608 m_sOutput_buff_property.mincount); in venc_set_param()
617 if((portDefn->nBufferCountActual >= m_sInput_buff_property.mincount) && in venc_set_param()
644 if( (portDefn->nBufferCountActual >= m_sOutput_buff_property.mincount) in venc_set_param()
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
Ddecoder_driver_test.c279 init_decode->input_buffer.mincount,\ in init_decoder()
286 init_decode->input_buffer.actualcount = init_decode->input_buffer.mincount + 2; in init_decoder()
308 init_decode->output_buffer.mincount,\ in init_decoder()
587 while (i < decode_context->output_buffer.mincount) { in start_decoding()
614 while (i < decode_context->input_buffer.mincount) { in start_decoding()
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
Ddecoder_driver_test.c292 init_decode->input_buffer.mincount,\ in init_decoder()
299 init_decode->input_buffer.actualcount = init_decode->input_buffer.mincount + 2; in init_decoder()
323 init_decode->output_buffer.mincount,\ in init_decoder()
629 while (i < decode_context->output_buffer.mincount) in start_decoding()
656 while (i < decode_context->input_buffer.mincount) in start_decoding()
/hardware/qcom/media/mm-video-legacy/vidc/venc/inc/
Dvideo_encoder_device_copper.h50 unsigned long mincount; member
/hardware/qcom/media/mm-video-legacy/vidc/venc/test/
Dvideo_encoder_test.c348 (int)init_decode->input_buffer.mincount,\ in init_encoder()
354 init_decode->input_buffer.actualcount = init_decode->input_buffer.mincount + 2; in init_encoder()
377 (int)init_decode->output_buffer.mincount,\ in init_encoder()
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp992 m_sInput_buff_property.mincount = m_sInput_buff_property.actualcount = bufreq.count; in venc_open()
997 m_sOutput_buff_property.mincount = m_sOutput_buff_property.actualcount = bufreq.count; in venc_open()
1138 if (*actual_buff_count > m_sInput_buff_property.mincount) { in venc_set_buf_req()
1144 if (*actual_buff_count > m_sOutput_buff_property.mincount) { in venc_set_buf_req()
1229 m_sInput_buff_property.mincount = m_sInput_buff_property.actualcount = bufreq.count; in venc_get_buf_req()
1230 *min_buff_count = m_sInput_buff_property.mincount; in venc_get_buf_req()
1270 m_sOutput_buff_property.mincount = m_sOutput_buff_property.actualcount = bufreq.count; in venc_get_buf_req()
1271 *min_buff_count = m_sOutput_buff_property.mincount; in venc_get_buf_req()
1349 … m_sInput_buff_property.mincount = m_sInput_buff_property.actualcount = bufreq.count; in venc_set_param()
1351 if (portDefn->nBufferCountActual >= m_sInput_buff_property.mincount) in venc_set_param()
[all …]
Dvideo_encoder_device.cpp452 if (*actual_buff_count > m_sInput_buff_property.mincount) { in venc_set_buf_req()
467 if (*actual_buff_count > m_sOutput_buff_property.mincount) { in venc_set_buf_req()
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()
733 m_sInput_buff_property.mincount); in venc_set_param()
747 m_sOutput_buff_property.mincount); in venc_set_param()
756 if ((portDefn->nBufferCountActual >= m_sInput_buff_property.mincount) && in venc_set_param()
784 if ( (portDefn->nBufferCountActual >= m_sOutput_buff_property.mincount) in venc_set_param()
/hardware/qcom/msm8960/original-kernel-headers/linux/
Dmsm_vidc_enc.h476 unsigned long mincount; member
Dmsm_vidc_dec.h243 uint32_t mincount; member
/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h59 unsigned long mincount; member
/hardware/qcom/msm8960/kernel-headers/linux/
Dmsm_vidc_enc.h271 unsigned long mincount; member
Dmsm_vidc_dec.h167 uint32_t mincount; member
/hardware/qcom/msm8x84/original-kernel-headers/linux/
Dmsm_vidc_enc.h527 unsigned long mincount; member
Dmsm_vidc_dec.h243 uint32_t mincount; member
/hardware/qcom/msm8994/kernel-headers/linux/
Dmsm_vidc_enc.h297 unsigned long mincount; member
Dmsm_vidc_dec.h170 uint32_t mincount; member
/hardware/qcom/msm8x74/kernel-headers/linux/
Dmsm_vidc_enc.h297 unsigned long mincount; member
Dmsm_vidc_dec.h170 uint32_t mincount; member
/hardware/qcom/msm8994/original-kernel-headers/linux/
Dmsm_vidc_enc.h527 unsigned long mincount; member
Dmsm_vidc_dec.h243 uint32_t mincount; member
/hardware/qcom/msm8x74/original-kernel-headers/linux/
Dmsm_vidc_dec.h243 uint32_t mincount; member
Dmsm_vidc_enc.h527 unsigned long mincount; member
/hardware/qcom/msm8x84/kernel-headers/linux/
Dmsm_vidc_enc.h297 unsigned long mincount; member
Dmsm_vidc_dec.h170 uint32_t mincount; member

12