/hardware/qcom/media/mm-video-legacy/vidc/venc/inc/ |
video_encoder_device_copper.h | 50 unsigned long mincount; member in struct:msm_venc_allocatorproperty
|
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/ |
video_encoder_device_v4l2.cpp | 672 m_sInput_buff_property.mincount = m_sInput_buff_property.actualcount = bufreq.count; 677 m_sOutput_buff_property.mincount = m_sOutput_buff_property.actualcount = bufreq.count; 777 if (*actual_buff_count > m_sInput_buff_property.mincount) { 783 if (*actual_buff_count > m_sOutput_buff_property.mincount) { 852 m_sInput_buff_property.mincount = m_sInput_buff_property.actualcount = bufreq.count; 853 *min_buff_count = m_sInput_buff_property.mincount; [all...] |
video_encoder_device.cpp | 348 if (*actual_buff_count > m_sInput_buff_property.mincount) { 363 if (*actual_buff_count > m_sOutput_buff_property.mincount) { 549 *min_buff_count = m_sInput_buff_property.mincount; 568 *min_buff_count = m_sOutput_buff_property.mincount; 627 "mincount = %u", m_sInput_buff_property.datasize, 629 m_sInput_buff_property.mincount); 641 "mincount = %u", m_sOutput_buff_property.datasize, 643 m_sOutput_buff_property.mincount); 652 if ((portDefn->nBufferCountActual >= m_sInput_buff_property.mincount) && 680 if ( (portDefn->nBufferCountActual >= m_sOutput_buff_property.mincount) [all...] |
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/ |
decoder_driver_test.c | 292 init_decode->input_buffer.mincount,\ 299 init_decode->input_buffer.actualcount = init_decode->input_buffer.mincount + 2; 323 init_decode->output_buffer.mincount,\ 629 while (i < decode_context->output_buffer.mincount) 656 while (i < decode_context->input_buffer.mincount) [all...] |
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/ |
decoder_driver_test.c | 279 init_decode->input_buffer.mincount,\ 286 init_decode->input_buffer.actualcount = init_decode->input_buffer.mincount + 2; 308 init_decode->output_buffer.mincount,\ 587 while (i < decode_context->output_buffer.mincount) { 614 while (i < decode_context->input_buffer.mincount) { [all...] |
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/ |
video_encoder_device_copper.cpp | 387 m_sInput_buff_property.mincount=m_sInput_buff_property.maxcount=m_sInput_buff_property.actualcount=bufreq.count; 390 //printf("m_sInput_buff_property.mincount = %d\n",m_sInput_buff_property.mincount); 394 m_sOutput_buff_property.mincount=m_sOutput_buff_property.maxcount=m_sOutput_buff_property.actualcount=bufreq.count; 396 //printf("m_sInput_buff_property.mincount = %d\n",m_sOutput_buff_property.mincount); 473 if(*actual_buff_count > m_sInput_buff_property.mincount) 488 if(*actual_buff_count > m_sOutput_buff_property.mincount) 561 m_sInput_buff_property.mincount=m_sInput_buff_property.maxcount=m_sInput_buff_property.actualcount=bufreq.count; 564 *min_buff_count = m_sInput_buff_property.mincount; [all...] |
video_encoder_device.cpp | 350 if(*actual_buff_count > m_sInput_buff_property.mincount) 367 if(*actual_buff_count > m_sOutput_buff_property.mincount) 522 *min_buff_count = m_sInput_buff_property.mincount; 542 *min_buff_count = m_sOutput_buff_property.mincount; 595 "mincount = %u", m_sInput_buff_property.datasize, 597 m_sInput_buff_property.mincount); 608 "mincount = %u", m_sOutput_buff_property.datasize, 610 m_sOutput_buff_property.mincount); 619 if((portDefn->nBufferCountActual >= m_sInput_buff_property.mincount) && 646 if( (portDefn->nBufferCountActual >= m_sOutput_buff_property.mincount) [all...] |
/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/ |
video_encoder_device_v4l2.h | 51 unsigned long mincount; member in struct:msm_venc_allocatorproperty
|
/hardware/qcom/msm8960/kernel-headers/linux/ |
msm_vidc_enc.h | 271 unsigned long mincount; member in struct:venc_allocatorproperty
|
msm_vidc_dec.h | 167 uint32_t mincount; member in struct:vdec_allocatorproperty
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
msm_vidc_enc.h | 476 unsigned long mincount; member in struct:venc_allocatorproperty
|
msm_vidc_dec.h | 243 uint32_t mincount; member in struct:vdec_allocatorproperty
|
/hardware/qcom/msm8x74/kernel-headers/linux/ |
msm_vidc_enc.h | 294 unsigned long mincount; member in struct:venc_allocatorproperty
|
msm_vidc_dec.h | 166 uint32_t mincount; member in struct:vdec_allocatorproperty
|
/hardware/qcom/msm8x74/original-kernel-headers/linux/ |
msm_vidc_enc.h | 524 unsigned long mincount; member in struct:venc_allocatorproperty
|
msm_vidc_dec.h | 240 uint32_t mincount; member in struct:vdec_allocatorproperty
|
/hardware/qcom/media/mm-video-legacy/vidc/venc/test/ |
video_encoder_test.c | 348 (int)init_decode->input_buffer.mincount,\ 354 init_decode->input_buffer.actualcount = init_decode->input_buffer.mincount + 2; 377 (int)init_decode->output_buffer.mincount,\
|
/hardware/qcom/media/mm-video-v4l2/vidc/venc/test/ |
video_encoder_test.c | 333 (int)init_decode->input_buffer.mincount,\ 339 init_decode->input_buffer.actualcount = init_decode->input_buffer.mincount + 2; 360 (int)init_decode->output_buffer.mincount,\ [all...] |
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/ |
omx_vdec_copper.cpp | [all...] |
omx_vdec.cpp | [all...] |
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/ |
omx_vdec.cpp | [all...] |
omx_vdec_hevc.cpp | [all...] |
omx_vdec_msm8974.cpp | [all...] |