Home
last modified time | relevance | path

Searched refs:omx_venc_base (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
Dvideo_encoder_device_copper.cpp160 omx_video* omx_venc_base = NULL; in async_venc_message_thread() local
162 omx_venc_base = reinterpret_cast<omx_video*>(input); in async_venc_message_thread()
197 omxhdr=omx_venc_base->m_out_mem_ptr+v4l2_buf.index; in async_venc_message_thread()
200 … venc_msg.buf.ptrbuffer = (OMX_U8 *)omx_venc_base->m_pOutput_pmem[v4l2_buf.index].buffer; in async_venc_message_thread()
214 omxhdr=omx_venc_base->m_inp_mem_ptr+v4l2_buf.index; in async_venc_message_thread()
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp237 omx_video* omx_venc_base = NULL; in async_venc_message_thread() local
239 omx_venc_base = reinterpret_cast<omx_video*>(input); in async_venc_message_thread()
302 omxhdr=omx_venc_base->m_out_mem_ptr+v4l2_buf.index; in async_venc_message_thread()
306 … venc_msg.buf.ptrbuffer = (OMX_U8 *)omx_venc_base->m_pOutput_pmem[v4l2_buf.index].buffer; in async_venc_message_thread()
350 omxhdr=omx_venc_base->m_inp_mem_ptr+v4l2_buf.index; in async_venc_message_thread()