Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/omx/omx_m4v/include/
Dmpeg4video_frame.h21 int InitializeVideoDecode(int32 *width, int32 *height,
Dmpeg4_dec.h39 OMX_S32 InitializeVideoDecode(OMX_S32* aWidth, OMX_S32* aHeight,
/external/opencore/codecs_v2/omx/omx_m4v/src/
Dmpeg4_dec.cpp108 if (PV_TRUE != InitializeVideoDecode(&iDisplay_Width, &iDisplay_Height, in Mp4DecodeVideo()
262 OMX_S32 Mpeg4Decoder_OMX::InitializeVideoDecode( in InitializeVideoDecode() function in Mpeg4Decoder_OMX
Domx_mpeg4_component.cpp1013 …if (OMX_TRUE != ipMpegDecoderObject->InitializeVideoDecode(&Width, &Height, &Buff, &Size, iDecMode… in ComponentInit()