Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dbitstream_io.cpp172 Int topLength; in BitstreamPutGT16Bits() local
175 topLength = Length - 16; in BitstreamPutGT16Bits()
177 if (topLength > 0) in BitstreamPutGT16Bits()
179 status = BitstreamPutBits(stream, topLength, topValue); in BitstreamPutGT16Bits()