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

  /hardware/qcom/audio/msm8909/mm-audio/aenc-amrnb/qdsp6/src/
omx_amr_aenc.cpp 224 while (0 == m_is_out_th_sleep)
228 m_is_out_th_sleep = 0;
235 if (0 == m_is_out_th_sleep)
237 m_is_out_th_sleep = 1;
    [all...]
  /hardware/qcom/audio/msm8909/mm-audio/aenc-evrc/qdsp6/src/
omx_evrc_aenc.cpp 224 while (0 == m_is_out_th_sleep)
228 m_is_out_th_sleep = 0;
235 if (0 == m_is_out_th_sleep)
237 m_is_out_th_sleep = 1;
    [all...]
  /hardware/qcom/audio/msm8909/mm-audio/aenc-qcelp13/qdsp6/src/
omx_qcelp13_aenc.cpp 224 while (0 == m_is_out_th_sleep)
228 m_is_out_th_sleep = 0;
235 if (0 == m_is_out_th_sleep)
237 m_is_out_th_sleep = 1;
    [all...]
  /hardware/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/inc/
omx_aac_aenc.h 484 volatile int m_is_out_th_sleep; member in class:omx_aac_aenc
  /hardware/qcom/audio/msm8909/mm-audio/aenc-amrnb/qdsp6/inc/
omx_amr_aenc.h 402 volatile int m_is_out_th_sleep; member in class:omx_amr_aenc
  /hardware/qcom/audio/msm8909/mm-audio/aenc-evrc/qdsp6/inc/
omx_evrc_aenc.h 402 volatile int m_is_out_th_sleep; member in class:omx_evrc_aenc
  /hardware/qcom/audio/msm8909/mm-audio/aenc-qcelp13/qdsp6/inc/
omx_qcelp13_aenc.h 402 volatile int m_is_out_th_sleep; member in class:omx_qcelp13_aenc
  /hardware/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/src/
omx_aac_aenc.cpp 225 while (0 == m_is_out_th_sleep)
229 m_is_out_th_sleep = 0;
236 if (0 == m_is_out_th_sleep)
238 m_is_out_th_sleep = 1;
    [all...]

Completed in 83 milliseconds