Lines Matching defs:status

177     PV_STATUS status = PV_SUCCESS;
182 status = BitstreamFillCache(stream);
185 return status;
195 PV_STATUS status = PV_SUCCESS;
200 status = BitstreamFillCache(stream);
203 return status;
217 PV_STATUS status = PV_SUCCESS;
223 status = BitstreamFillCache(stream);
227 return status;
240 PV_STATUS status = PV_SUCCESS;
245 status = BitstreamFillCache(stream);
248 return status;
259 PV_STATUS status = PV_SUCCESS;
264 status = BitstreamFillCache(stream);
267 return status;
273 PV_STATUS status;
278 status = BitstreamFillCache(stream);
288 PV_STATUS status = PV_SUCCESS;
295 status = BitstreamFillCache(stream);
357 PV_STATUS status = PV_SUCCESS;
364 status = BitstreamFillCache(stream);
373 return status;
424 PV_STATUS status = PV_SUCCESS;
433 status = BitstreamFillCache(stream);
437 return status;
443 PV_STATUS status = PV_SUCCESS;
452 status = BitstreamFillCache(stream);
456 return status;
462 PV_STATUS status = PV_SUCCESS;
471 status = BitstreamFillCache(stream);
483 return status;
605 PV_STATUS status = PV_SUCCESS;
615 status = PV_END_OF_VOP;
618 return status;
634 PV_STATUS status = PV_SUCCESS;
644 status = PV_END_OF_VOP;
647 return status;
684 PV_STATUS status = PV_SUCCESS;
695 status = BitstreamCheckEndBuffer(stream);
696 if (status == PV_END_OF_VOP) break;
701 while (status == PV_SUCCESS);
703 return status;
708 PV_STATUS status = PV_SUCCESS;
719 status = BitstreamCheckEndBuffer(stream);
720 if (status == PV_END_OF_VOP) break;
725 while (status == PV_SUCCESS);
727 return status;
787 PV_STATUS status;
797 status = BitstreamCheckEndBuffer(stream);
798 if (status == PV_END_OF_VOP) return PV_END_OF_VOP;
878 PV_STATUS status;
888 status = BitstreamCheckEndBuffer(stream);
889 if (status == PV_END_OF_VOP) return PV_END_OF_VOP;
952 PV_STATUS status;
964 status = BitstreamCheckEndBuffer(stream);
965 if (status == PV_END_OF_VOP) return PV_END_OF_VOP;
969 status = BitstreamFillCache(stream);