Home | History | Annotate | Download | only in src

Lines Matching refs:ReferenceFrames

656         if (pic_params->ReferenceFrames[i].flags == VA_PICTURE_H264_INVALID) {
661 if (ctx->map_dpbidx_to_picture_id[dpbidx] == pic_params->ReferenceFrames[i].picture_id) {
667 new_pic_ids[num_new_pics] = pic_params->ReferenceFrames[i].picture_id;
711 if (pic_params->ReferenceFrames[i].flags == VA_PICTURE_H264_INVALID) {
714 object_surface_p ref_surface = SURFACE(pic_params->ReferenceFrames[i].picture_id);
719 if (pic_params->ReferenceFrames[i].flags & VA_PICTURE_H264_BOTTOM_FIELD) {
1030 SIGNTRUNC(pic_params->ReferenceFrames[refidx].TopFieldOrderCnt));
1035 SIGNTRUNC(pic_params->ReferenceFrames[refidx].BottomFieldOrderCnt));
1302 drv_debug_msg(VIDEO_DEBUG_GENERAL, "pic_params->ReferenceFrames[%d] = %08x --> %08x frame_idx:0x%08x flags:%02x TopFieldOrderCnt: 0x%08x BottomFieldOrderCnt: 0x%08x %s\n",
1304 pic_params->ReferenceFrames[i].picture_id,
1306 pic_params->ReferenceFrames[i].frame_idx,
1307 pic_params->ReferenceFrames[i].flags,
1308 pic_params->ReferenceFrames[i].TopFieldOrderCnt,
1309 pic_params->ReferenceFrames[i].BottomFieldOrderCnt,