Home | History | Annotate | Download | only in videodecoder

Lines Matching refs:getPOC

239     mAcquiredBuffer->pictureOrder = getPOC(picture);
316 int32_t poc = getPOC(&(picParam->CurrPic));
434 WTRACE("Reference frame %d is missing. Use last reference", getPOC(ref));
437 ETRACE("Reference frame %d is missing. Stop decoding.", getPOC(ref));
466 dpb->poc = getPOC(ref);
470 ETRACE("Reference frame %d is missing for current frame %d", dpb->poc, getPOC(&(picParam->CurrPic)));
474 if (dpb->poc == getPOC(&(picParam->CurrPic))) {
500 dpb->poc = getPOC(&(picParam->CurrPic));
562 ETRACE("Reference frame %d is missing. Stop updating references frames.", getPOC(refList));
588 int32_t poc = getPOC(&(picParam->CurrPic));
602 int32_t VideoDecoderAVC::getPOC(VAPictureH264 *pic) {
612 ETRACE("Could not find surface for poc %d", getPOC(pic));
625 ETRACE("Invalid surface buffer in the DPB for poc %d.", getPOC(pic));
630 // ETRACE("Unable to find surface for poc %d", getPOC(pic));
643 ETRACE("Invalid surface buffer in the DPB for poc %d.", getPOC(pic));
648 ETRACE("Unable to find surface for poc %d", getPOC(pic));