Home
last modified time | relevance | path

Searched refs:ipCallbacks (Results 1 – 10 of 10) sorted by relevance

/external/opencore/codecs_v2/omx/omx_baseclass/src/
Dpv_omxcomponent.cpp37 ipCallbacks = NULL; in OmxComponentBase()
161 ipCallbacks = NULL; in ConstructBaseComponent()
491 (*(ipCallbacks->EventHandler)) in AssemblePartialFrames()
644 (*(ipCallbacks->EmptyBufferDone)) in ReturnInputBuffer()
658 (*(ipCallbacks->FillBufferDone)) in ReturnOutputBuffer()
702 (*(ipCallbacks->EmptyBufferDone)) in FlushPort()
710 (*(ipCallbacks->EmptyBufferDone)) in FlushPort()
726 (*(ipCallbacks->FillBufferDone)) in FlushPort()
744 (*(ipCallbacks->FillBufferDone)) in FlushPort()
1374 (*(ipCallbacks->EventHandler)) in FreeBuffer()
[all …]
/external/opencore/codecs_v2/omx/omx_h264/src/
Domx_avc_component.cpp649 (*(ipCallbacks->EventHandler)) in DecodeWithoutMarker()
662 (*(ipCallbacks->EventHandler)) in DecodeWithoutMarker()
684 (*(ipCallbacks->EventHandler)) in DecodeWithoutMarker()
702 (*(ipCallbacks->EventHandler)) in DecodeWithoutMarker()
852 (*(ipCallbacks->EventHandler)) in DecodeWithMarker()
868 (*(ipCallbacks->EventHandler)) in DecodeWithMarker()
881 (*(ipCallbacks->EventHandler)) in DecodeWithMarker()
958 (*(ipCallbacks->EventHandler)) in DecodeWithMarker()
/external/opencore/codecs_v2/omx/omx_m4v/src/
Domx_mpeg4_component.cpp620 (*(ipCallbacks->EventHandler)) in DecodeWithoutMarker()
633 (*(ipCallbacks->EventHandler)) in DecodeWithoutMarker()
652 (*(ipCallbacks->EventHandler)) in DecodeWithoutMarker()
684 (*(ipCallbacks->EventHandler)) in DecodeWithoutMarker()
815 (*(ipCallbacks->EventHandler)) in DecodeWithMarker()
828 (*(ipCallbacks->EventHandler)) in DecodeWithMarker()
843 (*(ipCallbacks->EventHandler)) in DecodeWithMarker()
901 (*(ipCallbacks->EventHandler)) in DecodeWithMarker()
/external/opencore/codecs_v2/omx/omx_amr/src/
Domx_amr_component.cpp539 (*(ipCallbacks->EventHandler)) in DecodeWithoutMarker()
587 (*(ipCallbacks->EventHandler)) in DecodeWithoutMarker()
721 (*(ipCallbacks->EventHandler)) in DecodeWithMarker()
767 (*(ipCallbacks->EventHandler)) in DecodeWithMarker()
/external/opencore/codecs_v2/omx/omx_mp3/src/
Domx_mp3_component.cpp596 (*(ipCallbacks->EventHandler)) in ProcessData()
628 (*(ipCallbacks->EventHandler)) in ProcessData()
676 (*(ipCallbacks->EventHandler)) in ProcessData()
/external/opencore/codecs_v2/omx/omx_aac/src/
Domx_aac_component.cpp608 (*(ipCallbacks->EventHandler)) in ProcessData()
637 (*(ipCallbacks->EventHandler)) in ProcessData()
691 (*(ipCallbacks->EventHandler)) in ProcessData()
/external/opencore/codecs_v2/omx/omx_amrenc/src/
Domx_amrenc_component.cpp505 (*(ipCallbacks->EventHandler)) in ProcessData()
563 (*(ipCallbacks->EventHandler)) in ProcessData()
/external/opencore/codecs_v2/omx/omx_m4venc/src/
Domx_mpeg4enc_component.cpp723 (*(ipCallbacks->EventHandler)) in ProcessData()
759 (*(ipCallbacks->EventHandler)) in ProcessData()
/external/opencore/codecs_v2/omx/omx_h264enc/src/
Domx_avcenc_component.cpp673 (*(ipCallbacks->EventHandler)) in ProcessData()
713 (*(ipCallbacks->EventHandler)) in ProcessData()
/external/opencore/codecs_v2/omx/omx_baseclass/include/
Dpv_omxcomponent.h452 OMX_CALLBACKTYPE* ipCallbacks; variable