Searched refs:VideoCtrl (Results 1 – 2 of 2) sorted by relevance
/external/opencore/codecs_v2/omx/omx_m4v/src/ |
D | mpeg4_dec.cpp | 184 Status = (OMX_BOOL) PVDecodeVideoFrame(&VideoCtrl, aInputBuf, in Mp4DecodeVideo() 204 PVGetVideoDimensions(&VideoCtrl, &display_width, &display_height); in Mp4DecodeVideo() 236 pSrc[0] = VideoCtrl.outputFrame; in Mp4DecodeVideo() 279 OK = PVInitVideoDecoder(&VideoCtrl, aBuffer, (int32*) aSize, 1, in InitializeVideoDecode() 284 PVGetVideoDimensions(&VideoCtrl, (int32*) aWidth, (int32*) aHeight); in InitializeVideoDecode() 285 CodecMode = PVGetDecBitstreamMode(&VideoCtrl); in InitializeVideoDecode() 293 PVSetPostProcType(&VideoCtrl, 0); in InitializeVideoDecode() 297 PVSetReferenceYUV(&VideoCtrl, pFrame1); in InitializeVideoDecode() 323 Status = (OMX_BOOL) PVCleanUpVideoDecoder(&VideoCtrl); in Mp4DecDeinit()
|
/external/opencore/codecs_v2/omx/omx_m4v/include/ |
D | mpeg4_dec.h | 57 VideoDecControls VideoCtrl; variable
|