Home
last modified time | relevance | path

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

/hardware/qcom/media/msm8974/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/msm8974/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp282 omx_video* omx_venc_base = NULL; in async_venc_message_thread() local
284 omx_venc_base = reinterpret_cast<omx_video*>(input); in async_venc_message_thread()
347 omxhdr=omx_venc_base->m_out_mem_ptr+v4l2_buf.index; in async_venc_message_thread()
351 … venc_msg.buf.ptrbuffer = (OMX_U8 *)omx_venc_base->m_pOutput_pmem[v4l2_buf.index].buffer; in async_venc_message_thread()
395 if (omx_venc_base->mUseProxyColorFormat && !omx_venc_base->mUsesColorConversion) in async_venc_message_thread()
396 omxhdr = &omx_venc_base->meta_buffer_hdr[v4l2_buf.index]; in async_venc_message_thread()
398 omxhdr = &omx_venc_base->m_inp_mem_ptr[v4l2_buf.index]; in async_venc_message_thread()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp321 omx_video* omx_venc_base = NULL; in async_venc_message_thread() local
323 omx_venc_base = reinterpret_cast<omx_video*>(input); in async_venc_message_thread()
396 omxhdr=omx_venc_base->m_out_mem_ptr+v4l2_buf.index; in async_venc_message_thread()
406 … venc_msg.buf.ptrbuffer = (OMX_U8 *)omx_venc_base->m_pOutput_pmem[v4l2_buf.index].buffer; in async_venc_message_thread()
467 if (omx_venc_base->mUseProxyColorFormat && !omx_venc_base->mUsesColorConversion) in async_venc_message_thread()
468 omxhdr = &omx_venc_base->meta_buffer_hdr[v4l2_buf.index]; in async_venc_message_thread()
470 omxhdr = &omx_venc_base->m_inp_mem_ptr[v4l2_buf.index]; in async_venc_message_thread()