Lines Matching defs:status

82     PV_STATUS status;
101 status = BitstreamShowBits32HC(stream, &startCode);
142 status = BitstreamShowBits32HC(stream, &tmpvar);
146 status = DecodeUserData(stream);
147 if (status != PV_SUCCESS) return PV_FAIL;
156 status = PVSearchNextM4VFrame(stream); /* search 0x00 0x00 0x01 */
157 if (status != PV_SUCCESS) return PV_FAIL; /* breaks the loop */
208 status = PVSearchNextM4VFrame(stream); /* search 0x00 0x00 0x01 */
209 if (status != PV_SUCCESS) return PV_FAIL; /* breaks the loop */
218 status = PV_BitstreamByteAlign(stream); /* 10/12/01 */
219 status = BitstreamShowBits32HC(stream, &tmpvar);
224 status = DecodeUserData(stream);
225 if (status != PV_SUCCESS) return PV_FAIL;
227 status = BitstreamShowBits32(stream, 27, &tmpvar); /* 10/12/01 */
232 status = BitstreamShowBits32(stream, 27, &tmpvar); /* uncomment this line if you want
253 status = BitstreamCheckEndBuffer(stream);
254 if (status == PV_END_OF_VOP)
264 status = PVSearchNextM4VFrame(stream);/* search 0x00 0x00 0x01 */
265 if (status != PV_SUCCESS) return PV_FAIL; /* breaks the loop */
679 status = BitstreamShowBits32HC(stream, &tmpvar);
684 status = DecodeUserData(stream);
685 /* you should not check for status here 03/19/2002 */
686 status = PV_SUCCESS;
704 status = BitstreamShowBits32(stream, SHORT_VIDEO_START_MARKER_LENGTH, &tmpvar);
715 status = PVSearchNextM4VFrame(stream); /* search 0x00 0x00 0x01 */
716 if (status != PV_SUCCESS) return PV_FAIL; /* breaks the loop */
731 return status;
808 PV_STATUS status = PV_SUCCESS;
824 status = DecodeGOVHeader(stream, &tmpvar);
825 if (status != PV_SUCCESS)
827 return status;
843 status = PV_FAIL;
871 status = PV_FAIL;
883 status = PV_FAIL;
893 status = PV_SUCCESS;
959 status = PV_FAIL;
971 status = PV_FAIL;
988 status = PV_FAIL;
1004 return status;
1018 PV_STATUS status = PV_SUCCESS;
1027 status = BitstreamShowBits32(stream, SHORT_VIDEO_START_MARKER_LENGTH, &tmpvar);
1031 status = PV_FAIL;
1049 status = PV_FAIL;
1057 status = PV_FAIL;
1087 status = PV_FAIL;
1097 status = PV_FAIL;
1107 status = PV_FAIL;
1117 status = PV_FAIL;
1127 status = PV_FAIL;
1140 status = PV_FAIL;
1155 status = PV_FAIL;
1170 status = PV_FAIL;
1180 status = PV_FAIL;
1190 status = PV_FAIL;
1200 status = PV_FAIL;
1210 status = PV_FAIL;
1223 status = PV_FAIL;
1231 status = PV_FAIL;
1237 status = PV_FAIL;
1244 status = PV_FAIL;
1257 status = PV_FAIL;
1265 status = PV_FAIL;
1272 status = PV_FAIL;
1282 status = PV_FAIL;
1289 status = PV_FAIL;
1296 status = PV_FAIL;
1302 status = PV_FAIL;
1308 status = PV_FAIL;
1314 status = PV_FAIL;
1324 status = PV_FAIL;
1344 status = PV_FAIL;
1350 status = PV_FAIL;
1358 status = PV_FAIL;
1390 status = PV_FAIL;
1401 status = PV_FAIL;
1417 status = PV_FAIL;
1435 status = PV_FAIL;
1450 status = PV_FAIL;
1461 status = PV_FAIL;
1478 status = PV_FAIL;
1485 status = PV_FAIL; /* no ASO, RS support for Annex K */
1491 status = PV_FAIL;
1511 return status;
1530 PV_STATUS status;
1542 status = DecodeFrameDataPartMode(video);
1548 status = DecodeFrameCombinedMode(video);
1559 status = DecodeFrameDataPartMode(video);
1565 status = DecodeFrameCombinedMode(video);
1568 status = DecodeFrameCombinedMode(video);
1578 status = BitstreamShowBits32HC(currVol->bitstream, &tmpvar); /* 07/07/01 */
1597 status = BitstreamShowBits32(currVol->bitstream, 22, &tmpvar);
1604 status = PV_BitstreamShowBitsByteAlign(currVol->bitstream, 22, &tmpvar);
1612 return status;