Home | History | Annotate | Download | only in encode

Lines Matching full:surface_ids

426 static VASurfaceID surface_ids[SID_NUMBER];
449 va_status = vaDeriveImage(ctx->va_dpy, surface_ids[ctx->current_upload_surface], &surface_image);
897 surface_ids,
1018 pic_param->reconstructed_picture = surface_ids[SID_RECON_PICTURE];
1019 pic_param->forward_reference_picture = surface_ids[SID_REFERENCE_PICTURE_L0];
1020 pic_param->backward_reference_picture = surface_ids[SID_REFERENCE_PICTURE_L1];
1035 pic_param->forward_reference_picture = surface_ids[SID_REFERENCE_PICTURE_L0];
1042 pic_param->forward_reference_picture = surface_ids[SID_REFERENCE_PICTURE_L0];
1043 pic_param->backward_reference_picture = surface_ids[SID_REFERENCE_PICTURE_L1];
1217 surface_ids[ctx->current_input_surface]);
1261 tempID = surface_ids[SID_RECON_PICTURE];
1265 surface_ids[SID_RECON_PICTURE] = surface_ids[SID_REFERENCE_PICTURE_L1];
1266 surface_ids[SID_REFERENCE_PICTURE_L1] = tempID;
1268 surface_ids[SID_RECON_PICTURE] = surface_ids[SID_REFERENCE_PICTURE_L0];
1269 surface_ids[SID_REFERENCE_PICTURE_L0] = tempID;
1273 surface_ids[SID_RECON_PICTURE] = surface_ids[SID_REFERENCE_PICTURE_L0];
1274 surface_ids[SID_REFERENCE_PICTURE_L0] = surface_ids[SID_REFERENCE_PICTURE_L1];
1275 surface_ids[SID_REFERENCE_PICTURE_L1] = tempID;
1301 va_status = vaSyncSurface(ctx->va_dpy, surface_ids[ctx->current_input_surface]);
1305 va_status = vaQuerySurfaceStatus(ctx->va_dpy, surface_ids[ctx->current_input_surface], &surface_status);
1491 vaDestroySurfaces(ctx->va_dpy, surface_ids, SID_NUMBER);