Searched refs:iDisplay_Height (Results 1 – 2 of 2) sorted by relevance
43 iDisplay_Height = 0; in Mpeg4Decoder_OMX()108 if (PV_TRUE != InitializeVideoDecode(&iDisplay_Width, &iDisplay_Height, in Mp4DecodeVideo()114 aPortParam->format.video.nFrameHeight = iDisplay_Height; in Mp4DecodeVideo()130 if ((iDisplay_Width != OldWidth) || (iDisplay_Height != OldHeight)) in Mp4DecodeVideo()160 iDisplay_Height = display_height; in Mp4DecodeVideo()162 …aPortParam->format.video.nFrameHeight = iDisplay_Height; // like in the case of M4V (PVGetVideoDim… in Mp4DecodeVideo()177 if ((iDisplay_Width != OldWidth) || (iDisplay_Height != OldHeight)) in Mp4DecodeVideo()206 iDisplay_Height = display_height; in Mp4DecodeVideo()207 if ((iDisplay_Width != OldWidth) || (iDisplay_Height != OldHeight)) in Mp4DecodeVideo()211 aPortParam->format.video.nFrameHeight = iDisplay_Height; in Mp4DecodeVideo()[all …]
60 OMX_S32 iDisplay_Width, iDisplay_Height; variable