Lines Matching refs:PV_STATUS

33     PV_STATUS BitstreamFillBuffer(BitstreamDecVideo *stream);
34 PV_STATUS BitstreamFillCache(BitstreamDecVideo *stream);
39 PV_STATUS BitstreamShowBits32(BitstreamDecVideo *stream, int nbits, uint32 *code);
45 PV_STATUS BitstreamShowBits16(BitstreamDecVideo *stream, int nbits, uint *code);
46 PV_STATUS BitstreamShow15Bits(BitstreamDecVideo *stream, uint *code);
47 PV_STATUS BitstreamShow13Bits(BitstreamDecVideo *stream, uint *code);
51 __inline PV_STATUS BitstreamShowBits16(BitstreamDecVideo *stream, int nbits, uint *code)
53 PV_STATUS status = PV_SUCCESS;
69 __inline PV_STATUS BitstreamShow15Bits(BitstreamDecVideo *stream, uint *code)
71 PV_STATUS status = PV_SUCCESS;
83 __inline PV_STATUS BitstreamShow13Bits(BitstreamDecVideo *stream, uint *code)
85 PV_STATUS status = PV_SUCCESS;
133 PV_STATUS PV_BitstreamFlushBitsCheck(BitstreamDecVideo *stream, int nbits);
136 PV_STATUS BitstreamShowBits32HC(BitstreamDecVideo *stream, uint32 *code);
140 PV_STATUS BitstreamCheckEndBuffer(BitstreamDecVideo *stream);
142 PV_STATUS PV_BitstreamShowBitsByteAlign(BitstreamDecVideo *stream, int nbits, uint32 *code);
144 PV_STATUS PV_BitstreamShowBitsByteAlignNoForceStuffing(BitstreamDecVideo *stream, int nbits, uint32 *code);
146 PV_STATUS quickSearchH263SliceHeader(BitstreamDecVideo *stream);
148 PV_STATUS PV_BitstreamByteAlign(BitstreamDecVideo *stream);
149 PV_STATUS BitstreamByteAlignNoForceStuffing(BitstreamDecVideo *stream);
152 PV_STATUS movePointerTo(BitstreamDecVideo *stream, int32 pos);
153 PV_STATUS PVSearchNextM4VFrame(BitstreamDecVideo *stream);
154 PV_STATUS PVSearchNextH263Frame(BitstreamDecVideo *stream);
155 PV_STATUS quickSearchVideoPacketHeader(BitstreamDecVideo *stream, int marker_length);
162 PV_STATUS quickSearchMotionMarker(BitstreamDecVideo *stream);
163 PV_STATUS quickSearchDCM(BitstreamDecVideo *stream);
164 PV_STATUS quickSearchGOBHeader(BitstreamDecVideo *stream);