Home
last modified time | relevance | path

Searched refs:OMX_COMPONENT_GENERATE_FTB (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/media/mm-video/vidc/venc/inc/
Domx_video_base.h382 OMX_COMPONENT_GENERATE_FTB = 0x4, enumerator
/hardware/qcom/media/mm-video/vidc/vdec/inc/
Domx_vdec.h429 OMX_COMPONENT_GENERATE_FTB = 0x4, enumerator
/hardware/qcom/media/mm-video/vidc/venc/src/
Domx_video_base.cpp435 case OMX_COMPONENT_GENERATE_FTB: in process_event_cb()
1341 if(ident == OMX_COMPONENT_GENERATE_FTB ) in execute_output_flush()
1454 if( id == OMX_COMPONENT_GENERATE_FTB || \ in post_event()
3503 post_event((unsigned) hComp, (unsigned)buffer,OMX_COMPONENT_GENERATE_FTB); in fill_this_buffer()
/hardware/qcom/media/mm-video/vidc/vdec/src/
Domx_vdec_copper.cpp769 case OMX_COMPONENT_GENERATE_FTB: in process_event_cb()
2269 if(ident == OMX_COMPONENT_GENERATE_FTB ) in execute_output_flush()
2419 if (id == OMX_COMPONENT_GENERATE_FTB || in post_event()
5493 post_event((unsigned) hComp, (unsigned)buffer,OMX_COMPONENT_GENERATE_FTB); in fill_this_buffer()
Domx_vdec.cpp548 m_fill_output_msg = OMX_COMPONENT_GENERATE_FTB; in omx_vdec()
750 case OMX_COMPONENT_GENERATE_FTB: in process_event_cb()