Lines Matching refs:PV_STATUS

49 PV_STATUS BitstreamFillCache(BitstreamDecVideo *stream)
175 PV_STATUS BitstreamShowBits32HC(BitstreamDecVideo *stream, uint32 *code)
177 PV_STATUS status = PV_SUCCESS;
193 PV_STATUS BitstreamShowBits32(BitstreamDecVideo *stream, int nbits, uint32 *code)
195 PV_STATUS status = PV_SUCCESS;
215 PV_STATUS BitstreamShowBits16(BitstreamDecVideo *stream, int nbits, uint *code)
217 PV_STATUS status = PV_SUCCESS;
238 PV_STATUS BitstreamShow15Bits(BitstreamDecVideo *stream, uint *code)
240 PV_STATUS status = PV_SUCCESS;
257 PV_STATUS BitstreamShow13Bits(BitstreamDecVideo *stream, uint *code)
259 PV_STATUS status = PV_SUCCESS;
273 PV_STATUS status;
288 PV_STATUS status = PV_SUCCESS;
355 PV_STATUS PV_BitstreamFlushBitsCheck(BitstreamDecVideo *stream, int nbits)
357 PV_STATUS status = PV_SUCCESS;
415 PV_STATUS BitstreamCheckEndBuffer(BitstreamDecVideo *stream)
422 PV_STATUS PV_BitstreamShowBitsByteAlign(BitstreamDecVideo *stream, int nbits, uint32 *code)
424 PV_STATUS status = PV_SUCCESS;
441 PV_STATUS PV_BitstreamShowBitsByteAlignNoForceStuffing(BitstreamDecVideo *stream, int nbits, uint32 *code)
443 PV_STATUS status = PV_SUCCESS;
460 PV_STATUS PV_BitstreamByteAlign(BitstreamDecVideo *stream)
462 PV_STATUS status = PV_SUCCESS;
487 PV_STATUS BitstreamByteAlignNoForceStuffing(BitstreamDecVideo *stream)
529 PV_STATUS movePointerTo(BitstreamDecVideo *stream, int32 pos)
603 PV_STATUS PVSearchNextH263Frame(BitstreamDecVideo *stream)
605 PV_STATUS status = PV_SUCCESS;
632 PV_STATUS PVSearchNextM4VFrame(BitstreamDecVideo *stream)
634 PV_STATUS status = PV_SUCCESS;
682 PV_STATUS quickSearchVideoPacketHeader(BitstreamDecVideo *stream, int marker_length)
684 PV_STATUS status = PV_SUCCESS;
706 PV_STATUS quickSearchH263SliceHeader(BitstreamDecVideo *stream)
708 PV_STATUS status = PV_SUCCESS;
784 PV_STATUS quickSearchMotionMarker(BitstreamDecVideo *stream)
787 PV_STATUS status;
875 PV_STATUS quickSearchDCM(BitstreamDecVideo *stream)
878 PV_STATUS status;
950 PV_STATUS quickSearchGOBHeader(BitstreamDecVideo *stream)
952 PV_STATUS status;