Home | History | Annotate | Download | only in src

Lines Matching refs:CurrPic

1198 					LOG_E(  "unable to find surface of picture %d (current picture %d).", poc, mix_videofmt_h264_get_poc(&pic_params->CurrPic));
1221 LOG_E( "unable to find surface of picture %d (current picture %d).", poc, mix_videofmt_h264_get_poc(&pic_params->CurrPic));
1355 if (pic_params->CurrPic.flags & VA_PICTURE_H264_TOP_FIELD)
1359 else if (pic_params->CurrPic.flags & VA_PICTURE_H264_BOTTOM_FIELD)
1469 LOG_V( "Pic_params has flags %d, topfieldcnt %d, bottomfieldcnt %d. Surface ID is %d\n", pic_params->CurrPic.flags, pic_params->CurrPic.TopFieldOrderCnt, pic_params->CurrPic.BottomFieldOrderCnt, (gint) current_frame->frame_id);
1472 if (pic_params->CurrPic.flags & VA_PICTURE_H264_INVALID)
1475 if (pic_params->CurrPic.flags & VA_PICTURE_H264_TOP_FIELD)
1478 if (pic_params->CurrPic.flags & VA_PICTURE_H264_BOTTOM_FIELD)
1481 if (pic_params->CurrPic.flags & VA_PICTURE_H264_SHORT_TERM_REFERENCE)
1484 if (pic_params->CurrPic.flags & VA_PICTURE_H264_LONG_TERM_REFERENCE)
1529 pic_params->CurrPic.picture_id = current_frame->frame_id;
1532 if ((pic_params->CurrPic.flags & VA_PICTURE_H264_SHORT_TERM_REFERENCE) || (pic_params->CurrPic.flags & VA_PICTURE_H264_LONG_TERM_REFERENCE))
1535 poc = mix_videofmt_h264_get_poc(&(pic_params->CurrPic));