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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp3005 Int k = 0, width16, height16, index; local
3138 width16 = ((video->encParams->LayerWidth[0] + 15) >> 4) << 4;
3143 if (width16 == 2*QCIF_WIDTH && height16 == 2*QCIF_HEIGHT) /* CIF */
3146 else if (width16 == 4*QCIF_WIDTH && height16 == 4*QCIF_HEIGHT) /* 4CIF */
3149 else if (width16 == 8*QCIF_WIDTH && height16 == 8*QCIF_HEIGHT) /* 16CIF */
3189 if (width16 > QCIF_WIDTH || height16 > QCIF_HEIGHT)

Completed in 25 milliseconds