Searched refs:width_16 (Results 1 – 1 of 1) sorted by relevance
1397 Int width_16, height_16; in PVEncodeVideoFrame() local1492 width_16 = ((width + 15) / 16) * 16; /* Round up to nearest multiple of 16 */ in PVEncodeVideoFrame()1510 video->currVop->width = width_16; in PVEncodeVideoFrame()1514 video->currVop->pitch = width_16; in PVEncodeVideoFrame()1518 video->currVop->pitch = width_16 + 32; in PVEncodeVideoFrame()1688 Int width_16, height_16; in PVEncodeFrameSet() local1762 width_16 = ((width + 15) / 16) * 16; /* Round up to nearest multiple of 16 */ in PVEncodeFrameSet()1780 video->currVop->width = width_16; in PVEncodeFrameSet()1784 video->currVop->pitch = width_16; in PVEncodeFrameSet()1788 video->currVop->pitch = width_16 + 32; in PVEncodeFrameSet()