Searched refs:m_out_act_buf_count (Results 1 - 8 of 8) sorted by relevance

/hardware/qcom/audio/msm8909/mm-audio/aenc-amrnb/qdsp6/src/
H A Domx_amr_aenc.cpp272 m_out_act_buf_count (OMX_CORE_NUM_OUTPUT_BUFFERS),
2476 portDefn->nBufferCountActual = m_out_act_buf_count;
2778 m_out_act_buf_count = portDefn->nBufferCountActual;
2781 m_out_act_buf_count =OMX_CORE_NUM_OUTPUT_BUFFERS;
3282 if (m_out_current_buf_count < m_out_act_buf_count)
3656 if (m_out_current_buf_count < m_out_act_buf_count)
4340 m_out_act_buf_count = 0;
4462 &&(m_out_act_buf_count == m_out_current_buf_count))
4472 if ((m_out_act_buf_count == m_out_current_buf_count) && m_out_bEnabled )
4478 if (m_out_act_buf_count
[all...]
/hardware/qcom/audio/msm8909/mm-audio/aenc-evrc/qdsp6/src/
H A Domx_evrc_aenc.cpp270 m_out_act_buf_count (OMX_CORE_NUM_OUTPUT_BUFFERS),
2478 portDefn->nBufferCountActual = m_out_act_buf_count;
2780 m_out_act_buf_count = portDefn->nBufferCountActual;
2783 m_out_act_buf_count =OMX_CORE_NUM_OUTPUT_BUFFERS;
3284 if (m_out_current_buf_count < m_out_act_buf_count)
3658 if (m_out_current_buf_count < m_out_act_buf_count)
4341 m_out_act_buf_count = 0;
4461 &&(m_out_act_buf_count == m_out_current_buf_count))
4471 if ((m_out_act_buf_count == m_out_current_buf_count) && m_out_bEnabled )
4477 if (m_out_act_buf_count
[all...]
/hardware/qcom/audio/msm8909/mm-audio/aenc-qcelp13/qdsp6/src/
H A Domx_qcelp13_aenc.cpp271 m_out_act_buf_count (OMX_CORE_NUM_OUTPUT_BUFFERS),
2474 portDefn->nBufferCountActual = m_out_act_buf_count;
2777 m_out_act_buf_count = portDefn->nBufferCountActual;
2780 m_out_act_buf_count =OMX_CORE_NUM_OUTPUT_BUFFERS;
3281 if (m_out_current_buf_count < m_out_act_buf_count)
3655 if (m_out_current_buf_count < m_out_act_buf_count)
4341 m_out_act_buf_count = 0;
4462 &&(m_out_act_buf_count == m_out_current_buf_count))
4472 if ((m_out_act_buf_count == m_out_current_buf_count) && m_out_bEnabled )
4478 if (m_out_act_buf_count
[all...]
/hardware/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/src/
H A Domx_aac_aenc.cpp273 m_out_act_buf_count (OMX_CORE_NUM_OUTPUT_BUFFERS),
2562 portDefn->nBufferCountActual = m_out_act_buf_count;
2876 m_out_act_buf_count = portDefn->nBufferCountActual;
2879 m_out_act_buf_count =OMX_CORE_NUM_OUTPUT_BUFFERS;
3381 if (m_out_current_buf_count < m_out_act_buf_count)
3756 if (m_out_current_buf_count < m_out_act_buf_count)
4497 m_out_act_buf_count = 0;
4621 &&(m_out_act_buf_count == m_out_current_buf_count))
4631 if ((m_out_act_buf_count == m_out_current_buf_count) && m_out_bEnabled )
4637 if (m_out_act_buf_count
[all...]
/hardware/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/inc/
H A Domx_aac_aenc.h464 unsigned int m_out_act_buf_count; // Numb of Output Buffers member in class:omx_aac_aenc
/hardware/qcom/audio/msm8909/mm-audio/aenc-amrnb/qdsp6/inc/
H A Domx_amr_aenc.h382 unsigned int m_out_act_buf_count; // Numb of Output Buffers member in class:omx_amr_aenc
/hardware/qcom/audio/msm8909/mm-audio/aenc-evrc/qdsp6/inc/
H A Domx_evrc_aenc.h382 unsigned int m_out_act_buf_count; // Numb of Output Buffers member in class:omx_evrc_aenc
/hardware/qcom/audio/msm8909/mm-audio/aenc-qcelp13/qdsp6/inc/
H A Domx_qcelp13_aenc.h382 unsigned int m_out_act_buf_count; // Numb of Output Buffers member in class:omx_qcelp13_aenc

Completed in 52 milliseconds