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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp1393 Int width_16, height_16; local
1488 width_16 = ((width + 15) / 16) * 16; /* Round up to nearest multiple of 16 */
1506 video->currVop->width = width_16;
1510 video->currVop->pitch = width_16;
1514 video->currVop->pitch = width_16 + 32;
1684 Int width_16, height_16; local
1758 width_16 = ((width + 15) / 16) * 16; /* Round up to nearest multiple of 16 */
1776 video->currVop->width = width_16;
1780 video->currVop->pitch = width_16;
1784 video->currVop->pitch = width_16
[all...]

Completed in 92 milliseconds