Home
last modified time | relevance | path

Searched refs:Mpeg4Decoder_OMX (Results 1 – 4 of 4) sorted by relevance

/external/opencore/codecs_v2/omx/omx_m4v/src/
Dmpeg4_dec.cpp37 Mpeg4Decoder_OMX::Mpeg4Decoder_OMX() in Mpeg4Decoder_OMX() function in Mpeg4Decoder_OMX
68 OMX_ERRORTYPE Mpeg4Decoder_OMX::Mp4DecInit() in Mp4DecInit()
76 OMX_BOOL Mpeg4Decoder_OMX::Mp4DecodeVideo(OMX_U8* aOutBuffer, OMX_U32* aOutputLength, in Mp4DecodeVideo()
262 OMX_S32 Mpeg4Decoder_OMX::InitializeVideoDecode( in InitializeVideoDecode()
308 OMX_ERRORTYPE Mpeg4Decoder_OMX::Mp4DecDeinit() in Mp4DecDeinit()
331 OMX_S32 Mpeg4Decoder_OMX::GetVideoHeader(int32 aLayer, uint8* aBuf, int32 aMaxSize) in GetVideoHeader()
Domx_mpeg4_component.cpp426 ipMpegDecoderObject = OSCL_NEW(Mpeg4Decoder_OMX, ()); in ConstructComponent()
427 oscl_memset(ipMpegDecoderObject, 0, sizeof(Mpeg4Decoder_OMX)); in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_m4v/include/
Dmpeg4_dec.h33 class Mpeg4Decoder_OMX
37 Mpeg4Decoder_OMX();
Domx_mpeg4_component.h89 Mpeg4Decoder_OMX* ipMpegDecoderObject;