Searched refs:insert_entry (Results 1 - 5 of 5) sorted by relevance

/hardware/qcom/media/mm-video/vidc/venc/src/
H A Domx_video_base.cpp146 bool omx_video::omx_cmd_queue::insert_entry(unsigned p1, unsigned p2, unsigned id) function in class:omx_video::omx_cmd_queue
1414 m_opq_pmem_q.insert_entry((unsigned int)pdest_frame,0,0);
1457 m_ftb_q.insert_entry(p1,p2,id);
1462 m_etb_q.insert_entry(p1,p2,id);
1466 m_cmd_q.insert_entry(p1,p2,id);
2647 m_opq_pmem_q.insert_entry((unsigned int)opaque_buffer_hdr[index],0,0);
4036 if (!m_opq_pmem_q.insert_entry((unsigned int)buffer, 0, 0)) {
4060 pending_bd_q.insert_entry(p1,p2,ident);
4064 tmp_q.insert_entry(p1,p2,ident);
4071 m_ftb_q.insert_entry(p
[all...]
/hardware/qcom/media/mm-video/vidc/vdec/src/
H A Domx_vdec.cpp241 bool omx_vdec::omx_cmd_queue::insert_entry(unsigned p1, unsigned p2, unsigned id) function in class:omx_vdec::omx_cmd_queue
2408 m_input_free_q.insert_entry((unsigned) pdest_frame,NULL,NULL);
2463 m_ftb_q.insert_entry(p1,p2,id);
2469 m_etb_q.insert_entry(p1,p2,id);
2473 m_cmd_q.insert_entry(p1,p2,id);
4256 if (!m_input_free_q.insert_entry((unsigned)m_phdr_pmem_ptr[m_in_alloc_cnt], NULL, NULL))
4570 if (!m_input_free_q.insert_entry((unsigned)m_phdr_pmem_ptr [i],NULL,NULL))
6532 m_input_free_q.insert_entry((unsigned) pdest_frame,NULL,NULL);
6687 if (!m_input_free_q.insert_entry((unsigned)buffer,NULL,NULL))
6937 if (!m_input_pending_q.insert_entry((unsigne
[all...]
H A Domx_vdec_copper.cpp265 bool omx_vdec::omx_cmd_queue::insert_entry(unsigned p1, unsigned p2, unsigned id) function in class:omx_vdec::omx_cmd_queue
2372 m_input_free_q.insert_entry((unsigned) pdest_frame,NULL,NULL);
2422 m_ftb_q.insert_entry(p1,p2,id);
2428 m_etb_q.insert_entry(p1,p2,id);
2432 m_cmd_q.insert_entry(p1,p2,id);
4017 if (!m_input_free_q.insert_entry((unsigned)m_phdr_pmem_ptr[m_in_alloc_cnt], NULL, NULL))
4306 if (!m_input_free_q.insert_entry((unsigned)m_phdr_pmem_ptr [i],NULL,NULL))
6231 m_input_free_q.insert_entry((unsigned) pdest_frame,NULL,NULL);
6370 if (!m_input_free_q.insert_entry((unsigned)buffer,NULL,NULL))
6609 if (!m_input_pending_q.insert_entry((unsigne
[all...]
/hardware/qcom/media/mm-video/vidc/venc/inc/
H A Domx_video_base.h420 bool insert_entry(unsigned p1, unsigned p2, unsigned id);
/hardware/qcom/media/mm-video/vidc/vdec/inc/
H A Domx_vdec.h486 bool insert_entry(unsigned p1, unsigned p2, unsigned id);

Completed in 82 milliseconds