Searched refs:OldFrameSize (Results 1 – 2 of 2) sorted by relevance
82 OMX_S32 OldWidth, OldHeight, OldFrameSize; in Mp4DecodeVideo() local228 OldFrameSize = (((OldWidth + 15) >> 4) << 4) * (((OldHeight + 15) >> 4) << 4); in Mp4DecodeVideo()232 if (FrameSize <= OldFrameSize) in Mp4DecodeVideo()
119 OMX_S32 OldFrameSize = ((OldWidth + 15) & (~15)) * ((OldHeight + 15) & (~15)); in FlushOutput_OMX() local136 if (FrameSize <= OldFrameSize) in FlushOutput_OMX()