Searched refs:BitstreamShowBits16 (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
D | datapart_decode.cpp | 159 BitstreamShowBits16(stream, 9, &code); in DecodeDataPart_I_VideoPacket() 163 BitstreamShowBits16(stream, 9, &code); in DecodeDataPart_I_VideoPacket() 191 BitstreamShowBits16(stream, 9, &code); in DecodeDataPart_I_VideoPacket() 195 BitstreamShowBits16(stream, 9, &code); in DecodeDataPart_I_VideoPacket() 324 BitstreamShowBits16(stream, 10, &code); in DecodeDataPart_P_VideoPacket() 328 BitstreamShowBits16(stream, 10, &code); in DecodeDataPart_P_VideoPacket() 368 BitstreamShowBits16(stream, 10, &code); in DecodeDataPart_P_VideoPacket() 372 BitstreamShowBits16(stream, 10, &code); in DecodeDataPart_P_VideoPacket()
|
D | bitstream.h | 45 PV_STATUS BitstreamShowBits16(BitstreamDecVideo *stream, int nbits, uint *code); 51 __inline PV_STATUS BitstreamShowBits16(BitstreamDecVideo *stream, int nbits, uint *code) in BitstreamShowBits16() function
|
D | combined_decode.cpp | 137 BitstreamShowBits16(stream, stuffing_length, &code); in DecodeFrameCombinedMode() 141 BitstreamShowBits16(stream, stuffing_length, &code); in DecodeFrameCombinedMode() 188 BitstreamShowBits16(stream, stuffing_length, &code); in DecodeFrameCombinedMode() 192 BitstreamShowBits16(stream, stuffing_length, &code); in DecodeFrameCombinedMode()
|
D | bitstream.cpp | 215 PV_STATUS BitstreamShowBits16(BitstreamDecVideo *stream, int nbits, uint *code) in BitstreamShowBits16() function 572 BitstreamShowBits16(stream, n_stuffed, &pattern); in validStuffing() 588 BitstreamShowBits16(stream, n_stuffed, &pattern); in validStuffing_h263()
|
D | vlc_decode.cpp | 507 BitstreamShowBits16(stream, 9, &code); in PV_VlcDecMCBPC_com_intra() 540 BitstreamShowBits16(stream, 9, &code); in PV_VlcDecMCBPC_com_inter() 595 BitstreamShowBits16(stream, 6, &code); in PV_VlcDecCBPY() 637 BitstreamShowBits16(stream, 11, &code); in PV_VlcDecIntraDCPredSize()
|