Home
last modified time | relevance | path

Searched refs:omx_venc_base (Results 1 – 4 of 4) 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/sm7250/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp253 omx_video* omx_venc_base = NULL; in async_venc_message_thread() local
255 omx_venc_base = reinterpret_cast<omx_video*>(input); in async_venc_message_thread()
328 omxhdr=omx_venc_base->m_out_mem_ptr+v4l2_buf.index; in async_venc_message_thread()
332 … venc_msg.buf.ptrbuffer = (OMX_U8 *)omx_venc_base->m_pOutput_pmem[v4l2_buf.index].buffer; in async_venc_message_thread()
397 if (omx_venc_base->mUseProxyColorFormat && !omx_venc_base->mUsesColorConversion) in async_venc_message_thread()
398 omxhdr = &omx_venc_base->meta_buffer_hdr[v4l2_buf.index]; in async_venc_message_thread()
400 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()
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp262 omx_video* omx_venc_base = NULL; in async_venc_message_thread() local
264 omx_venc_base = reinterpret_cast<omx_video*>(input); in async_venc_message_thread()
337 omxhdr=omx_venc_base->m_out_mem_ptr+v4l2_buf.index; in async_venc_message_thread()
341 … venc_msg.buf.ptrbuffer = (OMX_U8 *)omx_venc_base->m_pOutput_pmem[v4l2_buf.index].buffer; in async_venc_message_thread()
406 if (omx_venc_base->mUseProxyColorFormat && !omx_venc_base->mUsesColorConversion) in async_venc_message_thread()
407 omxhdr = &omx_venc_base->meta_buffer_hdr[v4l2_buf.index]; in async_venc_message_thread()
409 omxhdr = &omx_venc_base->m_inp_mem_ptr[v4l2_buf.index]; in async_venc_message_thread()