Searched refs:InitializeVideoDecode (Results 1 – 4 of 4) sorted by relevance
/external/opencore/codecs_v2/omx/omx_m4v/include/ |
D | mpeg4video_frame.h | 21 int InitializeVideoDecode(int32 *width, int32 *height,
|
D | mpeg4_dec.h | 39 OMX_S32 InitializeVideoDecode(OMX_S32* aWidth, OMX_S32* aHeight,
|
/external/opencore/codecs_v2/omx/omx_m4v/src/ |
D | mpeg4_dec.cpp | 108 if (PV_TRUE != InitializeVideoDecode(&iDisplay_Width, &iDisplay_Height, in Mp4DecodeVideo() 262 OMX_S32 Mpeg4Decoder_OMX::InitializeVideoDecode( in InitializeVideoDecode() function in Mpeg4Decoder_OMX
|
D | omx_mpeg4_component.cpp | 1013 …if (OMX_TRUE != ipMpegDecoderObject->InitializeVideoDecode(&Width, &Height, &Buff, &Size, iDecMode… in ComponentInit()
|