Home
last modified time | relevance | path

Searched refs:OldFrameSize (Results 1 – 2 of 2) sorted by relevance

/external/opencore/codecs_v2/omx/omx_m4v/src/
Dmpeg4_dec.cpp82 OMX_S32 OldWidth, OldHeight, OldFrameSize; in Mp4DecodeVideo() local
228 OldFrameSize = (((OldWidth + 15) >> 4) << 4) * (((OldHeight + 15) >> 4) << 4); in Mp4DecodeVideo()
232 if (FrameSize <= OldFrameSize) in Mp4DecodeVideo()
/external/opencore/codecs_v2/omx/omx_h264/src/
Davc_dec.cpp119 OMX_S32 OldFrameSize = ((OldWidth + 15) & (~15)) * ((OldHeight + 15) & (~15)); in FlushOutput_OMX() local
136 if (FrameSize <= OldFrameSize) in FlushOutput_OMX()