Home
last modified time | relevance | path

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

/frameworks/av/media/codecs/m4v_h263/enc/src/
Dmp4enc_api.cpp1394 Int width_16, height_16; in PVEncodeVideoFrame() local
1489 width_16 = ((width + 15) / 16) * 16; /* Round up to nearest multiple of 16 */ in PVEncodeVideoFrame()
1507 video->currVop->width = width_16; in PVEncodeVideoFrame()
1511 video->currVop->pitch = width_16; in PVEncodeVideoFrame()
1515 video->currVop->pitch = width_16 + 32; in PVEncodeVideoFrame()
1685 Int width_16, height_16; in PVEncodeFrameSet() local
1759 width_16 = ((width + 15) / 16) * 16; /* Round up to nearest multiple of 16 */ in PVEncodeFrameSet()
1777 video->currVop->width = width_16; in PVEncodeFrameSet()
1781 video->currVop->pitch = width_16; in PVEncodeFrameSet()
1785 video->currVop->pitch = width_16 + 32; in PVEncodeFrameSet()