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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dbitstream.h45 PV_STATUS BitstreamShowBits16(BitstreamDecVideo *stream, int nbits, uint *code);
51 __inline PV_STATUS BitstreamShowBits16(BitstreamDecVideo *stream, int nbits, uint *code) function
H A Ddatapart_decode.cpp159 BitstreamShowBits16(stream, 9, &code);
163 BitstreamShowBits16(stream, 9, &code);
191 BitstreamShowBits16(stream, 9, &code);
195 BitstreamShowBits16(stream, 9, &code);
324 BitstreamShowBits16(stream, 10, &code);
328 BitstreamShowBits16(stream, 10, &code);
368 BitstreamShowBits16(stream, 10, &code);
372 BitstreamShowBits16(stream, 10, &code);
H A Dcombined_decode.cpp137 BitstreamShowBits16(stream, stuffing_length, &code);
141 BitstreamShowBits16(stream, stuffing_length, &code);
188 BitstreamShowBits16(stream, stuffing_length, &code);
192 BitstreamShowBits16(stream, stuffing_length, &code);
H A Dbitstream.cpp209 /* Function: BitstreamShowBits16() */
215 PV_STATUS BitstreamShowBits16(BitstreamDecVideo *stream, int nbits, uint *code) function
572 BitstreamShowBits16(stream, n_stuffed, &pattern);
588 BitstreamShowBits16(stream, n_stuffed, &pattern);
H A Dvlc_decode.cpp507 BitstreamShowBits16(stream, 9, &code);
540 BitstreamShowBits16(stream, 9, &code);
595 BitstreamShowBits16(stream, 6, &code);
637 BitstreamShowBits16(stream, 11, &code);

Completed in 109 milliseconds