HomeSort by relevance Sort by last modified time
    Searched refs:pop_entry (Results 1 - 5 of 5) sorted by null

  /hardware/qcom/media/mm-video/vidc/venc/src/
omx_video_base.cpp 174 bool omx_video::omx_cmd_queue::pop_entry(unsigned *p1, unsigned *p2, unsigned *id) function in class:omx_video::omx_cmd_queue
338 pThis->m_cmd_q.pop_entry(&p1,&p2,&ident);
346 pThis->m_ftb_q.pop_entry(&p1,&p2,&ident);
355 pThis->m_etb_q.pop_entry(&p1,&p2,&ident);
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/src/
omx_vdec.cpp 262 bool omx_vdec::omx_cmd_queue::pop_entry(unsigned *p1, unsigned *p2, unsigned *id) function in class:omx_vdec::omx_cmd_queue
628 pThis->m_cmd_q.pop_entry(&p1,&p2,&ident);
636 pThis->m_ftb_q.pop_entry(&p1,&p2,&ident);
645 pThis->m_etb_q.pop_entry(&p1,&p2,&ident);
    [all...]
omx_vdec_copper.cpp 285 bool omx_vdec::omx_cmd_queue::pop_entry(unsigned *p1, unsigned *p2, unsigned *id) function in class:omx_vdec::omx_cmd_queue
642 pThis->m_cmd_q.pop_entry(&p1,&p2,&ident);
650 pThis->m_ftb_q.pop_entry(&p1,&p2,&ident);
659 pThis->m_etb_q.pop_entry(&p1,&p2,&ident);
    [all...]
  /hardware/qcom/media/mm-video/vidc/venc/inc/
omx_video_base.h 421 bool pop_entry(unsigned *p1,unsigned *p2, unsigned *id);
  /hardware/qcom/media/mm-video/vidc/vdec/inc/
omx_vdec.h 489 bool pop_entry(unsigned *p1,unsigned *p2, unsigned *id);

Completed in 33 milliseconds