Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp1395 Int width_16, height_16; in PVEncodeVideoFrame() local
1490 width_16 = ((width + 15) / 16) * 16; /* Round up to nearest multiple of 16 */ in PVEncodeVideoFrame()
1508 video->currVop->width = width_16; in PVEncodeVideoFrame()
1512 video->currVop->pitch = width_16; in PVEncodeVideoFrame()
1516 video->currVop->pitch = width_16 + 32; in PVEncodeVideoFrame()
1686 Int width_16, height_16; in PVEncodeFrameSet() local
1760 width_16 = ((width + 15) / 16) * 16; /* Round up to nearest multiple of 16 */ in PVEncodeFrameSet()
1778 video->currVop->width = width_16; in PVEncodeFrameSet()
1782 video->currVop->pitch = width_16; in PVEncodeFrameSet()
1786 video->currVop->pitch = width_16 + 32; in PVEncodeFrameSet()