HomeSort by relevance Sort by last modified time
    Searched defs:BitstreamShowBits16 (Results 1 - 2 of 2) 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)
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...]

Completed in 58 milliseconds