Home
last modified time | relevance | path

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

/frameworks/av/media/module/codecs/m4v_h263/enc/src/
Dmp4enc_api.cpp1398 Int width_16, height_16; in PVEncodeVideoFrame() local
1494 height_16 = ((height + 15) / 16) * 16; /* Round up to nearest multiple of 16 */ in PVEncodeVideoFrame()
1512 video->currVop->height = height_16; in PVEncodeVideoFrame()
1689 Int width_16, height_16; in PVEncodeFrameSet() local
1764 height_16 = ((height + 15) / 16) * 16; /* Round up to nearest multiple of 16 */ in PVEncodeFrameSet()
1782 video->currVop->height = height_16; in PVEncodeFrameSet()