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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dbitstream_io.cpp108 /* Function : BitstreamPutBits(BitstreamEncVideo *stream, Int Length,
120 PV_STATUS BitstreamPutBits(BitstreamEncVideo *stream, Int Length, UInt Value) function
179 status = BitstreamPutBits(stream, topLength, topValue);
186 status = BitstreamPutBits(stream, 16, (UInt)(Value & 0xFFFF));
192 status = BitstreamPutBits(stream, Length, (UInt)Value);
336 BitstreamPutBits(stream, restBits, 0);
365 BitstreamPutBits(stream, 1, 0);
372 BitstreamPutBits(stream, restBits, Mask[restBits]);
400 BitstreamPutBits(stream,count,Mask[count]);
445 /* we read one byte from bitstream2 and use BitstreamPutBits t
[all...]

Completed in 73 milliseconds