Lines Matching defs:status

79     Bool status = PV_TRUE;
107 status = PV_FALSE;
113 if (video->vol == NULL) status = PV_FALSE;
127 if (video->currVop == NULL) status = PV_FALSE;
130 if (video->prevVop == NULL) status = PV_FALSE;
137 if (video->currVop == NULL) status = PV_FALSE;
140 if (video->prevVop == NULL) status = PV_FALSE;
145 status = PV_FALSE;
151 if (video->vopHeader == NULL) status = PV_FALSE;
157 if (status == PV_TRUE)
173 status = PV_FALSE;
186 if (video->vol[idx] == NULL) status = PV_FALSE;
192 status = PV_FALSE;
206 status = PV_FALSE;
215 status = PV_FALSE;
232 if (status == PV_TRUE)
233 status = PV_TRUE; /* we want to make sure that if first layer is bad, second layer is good return PV_FAIL */
235 status = PV_FALSE;
239 status = PV_TRUE;
243 status = PV_FALSE;
287 if (status != PV_FALSE)
289 status = PVAllocVideoData(decCtrl, width, height, nLayers);
295 status = PV_FALSE;
299 if (status == PV_FALSE) PVCleanUpVideoDecoder(decCtrl);
301 return status;
307 Bool status = PV_TRUE;
337 if (video->currVop->yChan == NULL) status = PV_FALSE;
342 if (video->prevVop->yChan == NULL) status = PV_FALSE;
350 if (video->currVop->yChan == NULL) status = PV_FALSE;
355 if (video->prevVop->yChan == NULL) status = PV_FALSE;
370 status = PV_FALSE;
381 if (video->prevEnhcVop->yChan == NULL) status = PV_FALSE;
396 if (video->sliceNo == NULL) status = PV_FALSE;
399 if (video->acPredFlag == NULL) status = PV_FALSE;
402 if (video->predDC == NULL) status = PV_FALSE;
405 if (video->predDCAC_col == NULL) status = PV_FALSE;
409 if (video->headerInfo.Mode == NULL) status = PV_FALSE;
412 if (video->headerInfo.CBP == NULL) status = PV_FALSE;
415 if (video->QPMB == NULL) status = PV_FALSE;
418 if (video->mblock == NULL) status = PV_FALSE;
423 if (video->motX == NULL) status = PV_FALSE;
425 if (video->motY == NULL) status = PV_FALSE;
429 if (video->sliceNo == NULL) status = PV_FALSE;
433 if (video->acPredFlag == NULL) status = PV_FALSE;
440 if (video->predDC == NULL) status = PV_FALSE;
448 if (video->predDCAC_col == NULL) status = PV_FALSE;
457 if (video->headerInfo.Mode == NULL) status = PV_FALSE;
460 if (video->headerInfo.CBP == NULL) status = PV_FALSE;
467 if (video->QPMB == NULL) status = PV_FALSE;
474 status = PV_FALSE;
487 if (video->motX == NULL) status = PV_FALSE;
489 if (video->motY == NULL) status = PV_FALSE;
500 status = PV_FALSE;
511 status = PV_FALSE;
526 status = PV_FALSE;
537 status = PV_FALSE;
567 return status;
1056 PV_STATUS status = PV_FAIL;
1059 status = (PV_STATUS)PVDecodeVopHeader(decCtrl, buffer, timestamp, buffer_size, &header_info, use_ext_timestamp, currYUV);
1060 if (status != PV_TRUE)
1093 PV_STATUS status = PV_FAIL;
1120 while ((status = DecodeVOPHeader(video, vopHeader[idx], FALSE)) != PV_SUCCESS)
1131 if (status == PV_SUCCESS)
1294 PV_STATUS status = PV_FAIL;
1428 status = PV_DecodeVop(video);
1464 switch (status)