Home | History | Annotate | Download | only in encode

Lines Matching full:surface_ids

233 static  VASurfaceID surface_ids[SID_NUMBER];
258 &surface_ids[0], SID_NUMBER,
268 avcenc_context.upload_thread_param.surface_id = surface_ids[SID_INPUT_PICTURE_1];
282 vaDestroySurfaces(va_dpy, &surface_ids[0], SID_NUMBER);
331 pic_param->CurrPic.picture_id = surface_ids[SID_RECON_PICTURE];
333 pic_param->ReferenceFrames[0].picture_id = surface_ids[SID_REFERENCE_PICTURE_L0];
334 pic_param->ReferenceFrames[1].picture_id = surface_ids[SID_REFERENCE_PICTURE_L1];
450 slice_param->RefPicList0[0].picture_id = surface_ids[SID_REFERENCE_PICTURE_L0];
459 slice_param->RefPicList1[0].picture_id = surface_ids[SID_REFERENCE_PICTURE_L1];
648 surface_ids[avcenc_context.current_input_surface]);
692 tempID = surface_ids[SID_RECON_PICTURE];
696 surface_ids[SID_RECON_PICTURE] = surface_ids[SID_REFERENCE_PICTURE_L1];
697 surface_ids[SID_REFERENCE_PICTURE_L1] = tempID;
699 surface_ids[SID_RECON_PICTURE] = surface_ids[SID_REFERENCE_PICTURE_L0];
700 surface_ids[SID_REFERENCE_PICTURE_L0] = tempID;
704 surface_ids[SID_RECON_PICTURE] = surface_ids[SID_REFERENCE_PICTURE_L0];
705 surface_ids[SID_REFERENCE_PICTURE_L0] = surface_ids[SID_REFERENCE_PICTURE_L1];
706 surface_ids[SID_REFERENCE_PICTURE_L1] = tempID;
1219 va_status = vaSyncSurface(va_dpy, surface_ids[avcenc_context.current_input_surface]);
1223 va_status = vaQuerySurfaceStatus(va_dpy, surface_ids[avcenc_context.current_input_surface], &surface_status);
1262 va_status = vaSyncSurface(va_dpy, surface_ids[avcenc_context.current_input_surface]);
1266 va_status = vaQuerySurfaceStatus(va_dpy, surface_ids[avcenc_context.current_input_surface], &surface_status);
1334 avcenc_context.upload_thread_param.surface_id = surface_ids[index];