Searched refs:m_out_current_buf_count (Results 1 – 8 of 8) sorted by relevance
/hardware/qcom/audio/msm8909/mm-audio/aenc-qcelp13/qdsp6/src/ |
D | omx_qcelp13_aenc.cpp | 273 m_out_current_buf_count(0), in omx_qcelp13_aenc() 3281 if (m_out_current_buf_count < m_out_act_buf_count) in allocate_output_buffer() 3299 m_out_current_buf_count++; in allocate_output_buffer() 3302 m_out_current_buf_count, bytes); in allocate_output_buffer() 3655 if (m_out_current_buf_count < m_out_act_buf_count) in use_output_buffer() 3678 m_out_current_buf_count++; in use_output_buffer() 3824 if (m_out_current_buf_count != 0) in free_buffer() 3834 m_out_current_buf_count--; in free_buffer() 4277 m_out_current_buf_count, in deinit_encoder() 4340 m_out_current_buf_count=0; in deinit_encoder() [all …]
|
/hardware/qcom/audio/msm8909/mm-audio/aenc-amrnb/qdsp6/src/ |
D | omx_amr_aenc.cpp | 274 m_out_current_buf_count(0), in omx_amr_aenc() 3282 if (m_out_current_buf_count < m_out_act_buf_count) in allocate_output_buffer() 3300 m_out_current_buf_count++; in allocate_output_buffer() 3303 m_out_current_buf_count, bytes); in allocate_output_buffer() 3656 if (m_out_current_buf_count < m_out_act_buf_count) in use_output_buffer() 3679 m_out_current_buf_count++; in use_output_buffer() 3824 if (m_out_current_buf_count != 0) in free_buffer() 3834 m_out_current_buf_count--; in free_buffer() 4276 m_out_current_buf_count, in deinit_encoder() 4339 m_out_current_buf_count=0; in deinit_encoder() [all …]
|
/hardware/qcom/audio/msm8909/mm-audio/aenc-evrc/qdsp6/src/ |
D | omx_evrc_aenc.cpp | 272 m_out_current_buf_count(0), in omx_evrc_aenc() 3284 if (m_out_current_buf_count < m_out_act_buf_count) in allocate_output_buffer() 3302 m_out_current_buf_count++; in allocate_output_buffer() 3305 m_out_current_buf_count, bytes); in allocate_output_buffer() 3658 if (m_out_current_buf_count < m_out_act_buf_count) in use_output_buffer() 3681 m_out_current_buf_count++; in use_output_buffer() 3826 if (m_out_current_buf_count != 0) in free_buffer() 3836 m_out_current_buf_count--; in free_buffer() 4277 m_out_current_buf_count, in deinit_encoder() 4340 m_out_current_buf_count=0; in deinit_encoder() [all …]
|
/hardware/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/src/ |
D | omx_aac_aenc.cpp | 275 m_out_current_buf_count(0), in omx_aac_aenc() 3381 if (m_out_current_buf_count < m_out_act_buf_count) in allocate_output_buffer() 3400 m_out_current_buf_count++; in allocate_output_buffer() 3403 m_out_current_buf_count, bytes); in allocate_output_buffer() 3756 if (m_out_current_buf_count < m_out_act_buf_count) in use_output_buffer() 3779 m_out_current_buf_count++; in use_output_buffer() 3924 if (m_out_current_buf_count != 0) in free_buffer() 3934 m_out_current_buf_count--; in free_buffer() 4435 m_out_current_buf_count, in deinit_encoder() 4496 m_out_current_buf_count=0; in deinit_encoder() [all …]
|
/hardware/qcom/audio/msm8909/mm-audio/aenc-amrnb/qdsp6/inc/ |
D | omx_amr_aenc.h | 384 unsigned int m_out_current_buf_count; // Numb of Output Buffers variable
|
/hardware/qcom/audio/msm8909/mm-audio/aenc-qcelp13/qdsp6/inc/ |
D | omx_qcelp13_aenc.h | 384 unsigned int m_out_current_buf_count; // Numb of Output Buffers variable
|
/hardware/qcom/audio/msm8909/mm-audio/aenc-evrc/qdsp6/inc/ |
D | omx_evrc_aenc.h | 384 unsigned int m_out_current_buf_count; // Numb of Output Buffers variable
|
/hardware/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/inc/ |
D | omx_aac_aenc.h | 466 unsigned int m_out_current_buf_count; // Numb of Output Buffers variable
|