HomeSort by relevance Sort by last modified time
    Searched refs:BitstreamShowBits16 (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
bitstream.h 45 PV_STATUS BitstreamShowBits16(BitstreamDecVideo *stream, int nbits, uint *code);
51 __inline PV_STATUS BitstreamShowBits16(BitstreamDecVideo *stream, int nbits, uint *code)
datapart_decode.cpp 159 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);
combined_decode.cpp 137 BitstreamShowBits16(stream, stuffing_length, &code);
141 BitstreamShowBits16(stream, stuffing_length, &code);
188 BitstreamShowBits16(stream, stuffing_length, &code);
192 BitstreamShowBits16(stream, stuffing_length, &code);
bitstream.cpp 209 /* Function: BitstreamShowBits16() */
215 PV_STATUS BitstreamShowBits16(BitstreamDecVideo *stream, int nbits, uint *code)
572 BitstreamShowBits16(stream, n_stuffed, &pattern);
588 BitstreamShowBits16(stream, n_stuffed, &pattern);
    [all...]
vlc_decode.cpp 507 BitstreamShowBits16(stream, 9, &code);
540 BitstreamShowBits16(stream, 9, &code);
595 BitstreamShowBits16(stream, 6, &code);
637 BitstreamShowBits16(stream, 11, &code);
    [all...]

Completed in 516 milliseconds