Lines Matching refs:status

82     PV_STATUS status;
101 status = BitstreamShowBits32HC(stream, &startCode);
138 status = BitstreamShowBits32HC(stream, &tmpvar);
142 status = DecodeUserData(stream);
143 if (status != PV_SUCCESS) return PV_FAIL;
152 status = PVSearchNextM4VFrame(stream); /* search 0x00 0x00 0x01 */
153 if (status != PV_SUCCESS) return PV_FAIL; /* breaks the loop */
204 status = PVSearchNextM4VFrame(stream); /* search 0x00 0x00 0x01 */
205 if (status != PV_SUCCESS) return PV_FAIL; /* breaks the loop */
214 status = PV_BitstreamByteAlign(stream); /* 10/12/01 */
215 status = BitstreamShowBits32HC(stream, &tmpvar);
220 status = DecodeUserData(stream);
221 if (status != PV_SUCCESS) return PV_FAIL;
223 status = BitstreamShowBits32(stream, 27, &tmpvar); /* 10/12/01 */
228 status = BitstreamShowBits32(stream, 27, &tmpvar); /* uncomment this line if you want
249 status = BitstreamCheckEndBuffer(stream);
250 if (status == PV_END_OF_VOP)
260 status = PVSearchNextM4VFrame(stream);/* search 0x00 0x00 0x01 */
261 if (status != PV_SUCCESS) return PV_FAIL; /* breaks the loop */
675 status = BitstreamShowBits32HC(stream, &tmpvar);
680 status = DecodeUserData(stream);
681 /* you should not check for status here 03/19/2002 */
682 status = PV_SUCCESS;
700 status = BitstreamShowBits32(stream, SHORT_VIDEO_START_MARKER_LENGTH, &tmpvar);
711 status = PVSearchNextM4VFrame(stream); /* search 0x00 0x00 0x01 */
712 if (status != PV_SUCCESS) return PV_FAIL; /* breaks the loop */
727 return status;
804 PV_STATUS status = PV_SUCCESS;
820 status = DecodeGOVHeader(stream, &tmpvar);
821 if (status != PV_SUCCESS)
823 return status;
839 status = PV_FAIL;
867 status = PV_FAIL;
879 status = PV_FAIL;
889 status = PV_SUCCESS;
955 status = PV_FAIL;
967 status = PV_FAIL;
984 status = PV_FAIL;
1000 return status;
1014 PV_STATUS status = PV_SUCCESS;
1023 status = BitstreamShowBits32(stream, SHORT_VIDEO_START_MARKER_LENGTH, &tmpvar);
1027 status = PV_FAIL;
1045 status = PV_FAIL;
1053 status = PV_FAIL;
1083 status = PV_FAIL;
1093 status = PV_FAIL;
1103 status = PV_FAIL;
1113 status = PV_FAIL;
1123 status = PV_FAIL;
1136 status = PV_FAIL;
1151 status = PV_FAIL;
1166 status = PV_FAIL;
1176 status = PV_FAIL;
1186 status = PV_FAIL;
1196 status = PV_FAIL;
1206 status = PV_FAIL;
1219 status = PV_FAIL;
1227 status = PV_FAIL;
1233 status = PV_FAIL;
1240 status = PV_FAIL;
1253 status = PV_FAIL;
1261 status = PV_FAIL;
1268 status = PV_FAIL;
1278 status = PV_FAIL;
1285 status = PV_FAIL;
1292 status = PV_FAIL;
1298 status = PV_FAIL;
1304 status = PV_FAIL;
1310 status = PV_FAIL;
1320 status = PV_FAIL;
1340 status = PV_FAIL;
1346 status = PV_FAIL;
1354 status = PV_FAIL;
1386 status = PV_FAIL;
1397 status = PV_FAIL;
1413 status = PV_FAIL;
1431 status = PV_FAIL;
1446 status = PV_FAIL;
1457 status = PV_FAIL;
1474 status = PV_FAIL;
1481 status = PV_FAIL; /* no ASO, RS support for Annex K */
1487 status = PV_FAIL;
1507 return status;
1526 PV_STATUS status;
1538 status = DecodeFrameDataPartMode(video);
1544 status = DecodeFrameCombinedMode(video);
1555 status = DecodeFrameDataPartMode(video);
1561 status = DecodeFrameCombinedMode(video);
1564 status = DecodeFrameCombinedMode(video);
1574 status = BitstreamShowBits32HC(currVol->bitstream, &tmpvar); /* 07/07/01 */
1593 status = BitstreamShowBits32(currVol->bitstream, 22, &tmpvar);
1600 status = PV_BitstreamShowBitsByteAlign(currVol->bitstream, 22, &tmpvar);
1608 return status;