Home
last modified time | relevance | path

Searched refs:omx_buf (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/audio/msm8909/mm-audio/aenc-qcelp13/qdsp6/src/
Domx_qcelp13_aenc.cpp2103 OMX_BUFFERHEADERTYPE *omx_buf; in execute_input_omx_flush() local
2134 omx_buf = (OMX_BUFFERHEADERTYPE *) p2; in execute_input_omx_flush()
2135 DEBUG_DETAIL("Flush:Input dataq=%p \n", omx_buf); in execute_input_omx_flush()
2136 omx_buf->nFilledLen = 0; in execute_input_omx_flush()
2137 buffer_done_cb((OMX_BUFFERHEADERTYPE *)omx_buf); in execute_input_omx_flush()
2144 omx_buf = (OMX_BUFFERHEADERTYPE *) p2; in execute_input_omx_flush()
2145 omx_buf->nFilledLen = 0; in execute_input_omx_flush()
2146 DEBUG_DETAIL("Flush:ctrl dataq=%p \n", omx_buf); in execute_input_omx_flush()
2147 buffer_done_cb((OMX_BUFFERHEADERTYPE *)omx_buf); in execute_input_omx_flush()
2183 OMX_BUFFERHEADERTYPE *omx_buf; in execute_output_omx_flush() local
[all …]
/hardware/qcom/audio/msm8909/mm-audio/aenc-amrnb/qdsp6/src/
Domx_amr_aenc.cpp2105 OMX_BUFFERHEADERTYPE *omx_buf; in execute_input_omx_flush() local
2136 omx_buf = (OMX_BUFFERHEADERTYPE *) p2; in execute_input_omx_flush()
2137 DEBUG_DETAIL("Flush:Input dataq=%p \n", omx_buf); in execute_input_omx_flush()
2138 omx_buf->nFilledLen = 0; in execute_input_omx_flush()
2139 buffer_done_cb((OMX_BUFFERHEADERTYPE *)omx_buf); in execute_input_omx_flush()
2146 omx_buf = (OMX_BUFFERHEADERTYPE *) p2; in execute_input_omx_flush()
2147 omx_buf->nFilledLen = 0; in execute_input_omx_flush()
2148 DEBUG_DETAIL("Flush:ctrl dataq=%p \n", omx_buf); in execute_input_omx_flush()
2149 buffer_done_cb((OMX_BUFFERHEADERTYPE *)omx_buf); in execute_input_omx_flush()
2185 OMX_BUFFERHEADERTYPE *omx_buf; in execute_output_omx_flush() local
[all …]
/hardware/qcom/audio/msm8909/mm-audio/aenc-evrc/qdsp6/src/
Domx_evrc_aenc.cpp2107 OMX_BUFFERHEADERTYPE *omx_buf; in execute_input_omx_flush() local
2138 omx_buf = (OMX_BUFFERHEADERTYPE *) p2; in execute_input_omx_flush()
2139 DEBUG_DETAIL("Flush:Input dataq=%p \n", omx_buf); in execute_input_omx_flush()
2140 omx_buf->nFilledLen = 0; in execute_input_omx_flush()
2141 buffer_done_cb((OMX_BUFFERHEADERTYPE *)omx_buf); in execute_input_omx_flush()
2148 omx_buf = (OMX_BUFFERHEADERTYPE *) p2; in execute_input_omx_flush()
2149 omx_buf->nFilledLen = 0; in execute_input_omx_flush()
2150 DEBUG_DETAIL("Flush:ctrl dataq=%p \n", omx_buf); in execute_input_omx_flush()
2151 buffer_done_cb((OMX_BUFFERHEADERTYPE *)omx_buf); in execute_input_omx_flush()
2187 OMX_BUFFERHEADERTYPE *omx_buf; in execute_output_omx_flush() local
[all …]
/hardware/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/src/
Domx_aac_aenc.cpp2191 OMX_BUFFERHEADERTYPE *omx_buf; in execute_input_omx_flush() local
2222 omx_buf = (OMX_BUFFERHEADERTYPE *) p2; in execute_input_omx_flush()
2223 DEBUG_DETAIL("Flush:Input dataq=%p \n", omx_buf); in execute_input_omx_flush()
2224 omx_buf->nFilledLen = 0; in execute_input_omx_flush()
2225 buffer_done_cb((OMX_BUFFERHEADERTYPE *)omx_buf); in execute_input_omx_flush()
2232 omx_buf = (OMX_BUFFERHEADERTYPE *) p2; in execute_input_omx_flush()
2233 omx_buf->nFilledLen = 0; in execute_input_omx_flush()
2234 DEBUG_DETAIL("Flush:ctrl dataq=%p \n", omx_buf); in execute_input_omx_flush()
2235 buffer_done_cb((OMX_BUFFERHEADERTYPE *)omx_buf); in execute_input_omx_flush()
2271 OMX_BUFFERHEADERTYPE *omx_buf; in execute_output_omx_flush() local
[all …]