Home | History | Annotate | Download | only in src

Lines Matching refs:PV_FALSE

64 /*  Return   : PV_TRUE if successed, PV_FALSE if failed.                    */
100 if (video->vol == NULL) status = PV_FALSE;
114 if (video->currVop == NULL) status = PV_FALSE;
117 if (video->prevVop == NULL) status = PV_FALSE;
124 if (video->currVop == NULL) status = PV_FALSE;
127 if (video->prevVop == NULL) status = PV_FALSE;
133 if (video->vopHeader == NULL) status = PV_FALSE;
137 video->initialized = PV_FALSE;
155 status = PV_FALSE;
168 if (video->vol[idx] == NULL) status = PV_FALSE;
174 status = PV_FALSE;
188 status = PV_FALSE;
197 status = PV_FALSE;
217 status = PV_FALSE;
225 status = PV_FALSE;
269 if (status != PV_FALSE)
277 status = PV_FALSE;
280 if (status == PV_FALSE) PVCleanUpVideoDecoder(decCtrl);
314 if (video->currVop->yChan == NULL) status = PV_FALSE;
319 if (video->prevVop->yChan == NULL) status = PV_FALSE;
324 if (video->currVop->yChan == NULL) status = PV_FALSE;
329 if (video->prevVop->yChan == NULL) status = PV_FALSE;
344 status = PV_FALSE;
351 if (video->prevEnhcVop->yChan == NULL) status = PV_FALSE;
366 if (video->sliceNo == NULL) status = PV_FALSE;
369 if (video->acPredFlag == NULL) status = PV_FALSE;
372 if (video->predDC == NULL) status = PV_FALSE;
375 if (video->predDCAC_col == NULL) status = PV_FALSE;
379 if (video->headerInfo.Mode == NULL) status = PV_FALSE;
382 if (video->headerInfo.CBP == NULL) status = PV_FALSE;
385 if (video->QPMB == NULL) status = PV_FALSE;
388 if (video->mblock == NULL) status = PV_FALSE;
393 if (video->motX == NULL) status = PV_FALSE;
395 if (video->motY == NULL) status = PV_FALSE;
399 if (video->sliceNo == NULL) status = PV_FALSE;
403 if (video->acPredFlag == NULL) status = PV_FALSE;
407 if (video->predDC == NULL) status = PV_FALSE;
411 if (video->predDCAC_col == NULL) status = PV_FALSE;
420 if (video->headerInfo.Mode == NULL) status = PV_FALSE;
423 if (video->headerInfo.CBP == NULL) status = PV_FALSE;
426 if (video->QPMB == NULL) status = PV_FALSE;
433 status = PV_FALSE;
443 if (video->motX == NULL) status = PV_FALSE;
445 if (video->motY == NULL) status = PV_FALSE;
456 status = PV_FALSE;
467 status = PV_FALSE;
479 status = PV_FALSE;
490 status = PV_FALSE;
528 /* Return : PV_TRUE if successed, PV_FALSE if failed. */
555 /* Return : PV_TRUE if successed, PV_FALSE if failed. */
1014 return PV_FALSE;
1018 return PV_FALSE;
1109 if (target_layer < 0) return PV_FALSE;
1146 if (buffer_size[0] <= 0) return PV_FALSE;
1158 if (video->initialized == PV_FALSE)
1163 return PV_FALSE;
1187 return PV_FALSE;
1420 return PV_FALSE; /* this will take care of concealment if we lose whole frame */
1652 return PV_FALSE;
1690 ((VideoDecData *)decCtrl->videoDecoderData)->vol[0] == NULL) return PV_FALSE;