Searched defs:topLength (Results 1 - 1 of 1) sorted by relevance

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

Completed in 52 milliseconds