HomeSort by relevance Sort by last modified time
    Searched refs:m_out_th_lock (Results 1 - 8 of 8) sorted by null

  /hardware/qcom/audio/msm8909/mm-audio/aenc-amrnb/qdsp6/src/
omx_amr_aenc.cpp 223 pthread_mutex_lock(&m_out_th_lock);
226 pthread_cond_wait(&out_cond, &m_out_th_lock);
229 pthread_mutex_unlock(&m_out_th_lock);
234 pthread_mutex_lock(&m_out_th_lock);
240 pthread_mutex_unlock(&m_out_th_lock);
322 pthread_mutex_init(&m_out_th_lock, &m_out_th_attr);
416 pthread_mutex_destroy(&m_out_th_lock);
    [all...]
  /hardware/qcom/audio/msm8909/mm-audio/aenc-evrc/qdsp6/src/
omx_evrc_aenc.cpp 223 pthread_mutex_lock(&m_out_th_lock);
226 pthread_cond_wait(&out_cond, &m_out_th_lock);
229 pthread_mutex_unlock(&m_out_th_lock);
234 pthread_mutex_lock(&m_out_th_lock);
240 pthread_mutex_unlock(&m_out_th_lock);
318 pthread_mutex_init(&m_out_th_lock, &m_out_th_attr);
412 pthread_mutex_destroy(&m_out_th_lock);
    [all...]
  /hardware/qcom/audio/msm8909/mm-audio/aenc-qcelp13/qdsp6/src/
omx_qcelp13_aenc.cpp 223 pthread_mutex_lock(&m_out_th_lock);
226 pthread_cond_wait(&out_cond, &m_out_th_lock);
229 pthread_mutex_unlock(&m_out_th_lock);
234 pthread_mutex_lock(&m_out_th_lock);
240 pthread_mutex_unlock(&m_out_th_lock);
322 pthread_mutex_init(&m_out_th_lock, &m_out_th_attr);
416 pthread_mutex_destroy(&m_out_th_lock);
    [all...]
  /hardware/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/inc/
omx_aac_aenc.h 518 pthread_mutex_t m_out_th_lock; member in class:omx_aac_aenc
  /hardware/qcom/audio/msm8909/mm-audio/aenc-amrnb/qdsp6/inc/
omx_amr_aenc.h 436 pthread_mutex_t m_out_th_lock; member in class:omx_amr_aenc
  /hardware/qcom/audio/msm8909/mm-audio/aenc-evrc/qdsp6/inc/
omx_evrc_aenc.h 436 pthread_mutex_t m_out_th_lock; member in class:omx_evrc_aenc
  /hardware/qcom/audio/msm8909/mm-audio/aenc-qcelp13/qdsp6/inc/
omx_qcelp13_aenc.h 436 pthread_mutex_t m_out_th_lock; member in class:omx_qcelp13_aenc
  /hardware/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/src/
omx_aac_aenc.cpp 224 pthread_mutex_lock(&m_out_th_lock);
227 pthread_cond_wait(&out_cond, &m_out_th_lock);
230 pthread_mutex_unlock(&m_out_th_lock);
235 pthread_mutex_lock(&m_out_th_lock);
241 pthread_mutex_unlock(&m_out_th_lock);
323 pthread_mutex_init(&m_out_th_lock, &m_out_th_attr);
417 pthread_mutex_destroy(&m_out_th_lock);
    [all...]

Completed in 45 milliseconds