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

/hardware/qcom/audio/msm8909/mm-audio/aenc-amrnb/qdsp6/src/
H A Domx_amr_aenc.cpp284 m_ipc_to_in_th(NULL),
1074 m_ipc_to_in_th = NULL; // Command server instance
1155 if (!m_ipc_to_in_th)
1157 m_ipc_to_in_th = omx_amr_thread_create(process_in_port_msg,
1159 if (!m_ipc_to_in_th)
2290 if (m_ipc_to_in_th)
2293 omx_amr_post_msg(m_ipc_to_in_th, id);
4302 if (m_ipc_to_in_th != NULL)
4304 omx_amr_thread_stop(m_ipc_to_in_th);
4305 m_ipc_to_in_th
[all...]
/hardware/qcom/audio/msm8909/mm-audio/aenc-evrc/qdsp6/src/
H A Domx_evrc_aenc.cpp281 m_ipc_to_in_th(NULL),
1074 m_ipc_to_in_th = NULL; // Command server instance
1157 if (!m_ipc_to_in_th)
1159 m_ipc_to_in_th = omx_evrc_thread_create(process_in_port_msg,
1161 if (!m_ipc_to_in_th)
2292 if (m_ipc_to_in_th)
2295 omx_evrc_post_msg(m_ipc_to_in_th, id);
4303 if (m_ipc_to_in_th != NULL)
4305 omx_evrc_thread_stop(m_ipc_to_in_th);
4306 m_ipc_to_in_th
[all...]
/hardware/qcom/audio/msm8909/mm-audio/aenc-qcelp13/qdsp6/src/
H A Domx_qcelp13_aenc.cpp283 m_ipc_to_in_th(NULL),
1076 m_ipc_to_in_th = NULL; // Command server instance
1159 if (!m_ipc_to_in_th)
1161 m_ipc_to_in_th = omx_qcelp13_thread_create(process_in_port_msg,
1163 if (!m_ipc_to_in_th)
2288 if (m_ipc_to_in_th)
2291 omx_qcelp13_post_msg(m_ipc_to_in_th, id);
4303 if (m_ipc_to_in_th != NULL)
4305 omx_qcelp13_thread_stop(m_ipc_to_in_th);
4306 m_ipc_to_in_th
[all...]
/hardware/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/src/
H A Domx_aac_aenc.cpp285 m_ipc_to_in_th(NULL),
1079 m_ipc_to_in_th = NULL; // Command server instance
1161 if (!m_ipc_to_in_th)
1163 m_ipc_to_in_th = omx_aac_thread_create(process_in_port_msg,
1165 if (!m_ipc_to_in_th)
2376 if (m_ipc_to_in_th)
2379 omx_aac_post_msg(m_ipc_to_in_th, id);
4461 if (m_ipc_to_in_th != NULL)
4463 omx_aac_thread_stop(m_ipc_to_in_th);
4464 m_ipc_to_in_th
[all...]
/hardware/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/inc/
H A Domx_aac_aenc.h528 struct aac_ipc_info *m_ipc_to_in_th; // for input thread member in class:omx_aac_aenc
/hardware/qcom/audio/msm8909/mm-audio/aenc-amrnb/qdsp6/inc/
H A Domx_amr_aenc.h446 struct amr_ipc_info *m_ipc_to_in_th; // for input thread member in class:omx_amr_aenc
/hardware/qcom/audio/msm8909/mm-audio/aenc-evrc/qdsp6/inc/
H A Domx_evrc_aenc.h446 struct evrc_ipc_info *m_ipc_to_in_th; // for input thread member in class:omx_evrc_aenc
/hardware/qcom/audio/msm8909/mm-audio/aenc-qcelp13/qdsp6/inc/
H A Domx_qcelp13_aenc.h446 struct qcelp13_ipc_info *m_ipc_to_in_th; // for input thread member in class:omx_qcelp13_aenc

Completed in 64 milliseconds