Home | History | Annotate | Download | only in transcode

Lines Matching full:surface_ids

2080 static  VASurfaceID surface_ids[SID_NUMBER];
2105 &surface_ids[0]);
2112 avcenc_context.upload_thread_param.surface_id = surface_ids[SID_INPUT_PICTURE_1];
2119 upload_yuv_to_surface(yuv_fp, surface_ids[SID_INPUT_PICTURE_1]);
2128 vaDestroySurfaces(va_dpy, &surface_ids[0], SID_NUMBER);
2138 pic_param->CurrPic.picture_id = surface_ids[SID_RECON_PICTURE];
2140 pic_param->ReferenceFrames[0].picture_id = surface_ids[SID_REFERENCE_PICTURE_L0];
2141 pic_param->ReferenceFrames[1].picture_id = surface_ids[SID_REFERENCE_PICTURE_L1];
2361 surface_ids[avcenc_context.current_input_surface]);
2403 tempID = surface_ids[SID_RECON_PICTURE];
2407 surface_ids[SID_RECON_PICTURE] = surface_ids[SID_REFERENCE_PICTURE_L1];
2408 surface_ids[SID_REFERENCE_PICTURE_L1] = tempID;
2410 surface_ids[SID_RECON_PICTURE] = surface_ids[SID_REFERENCE_PICTURE_L0];
2411 surface_ids[SID_REFERENCE_PICTURE_L0] = tempID;
2415 surface_ids[SID_RECON_PICTURE] = surface_ids[SID_REFERENCE_PICTURE_L0];
2416 surface_ids[SID_REFERENCE_PICTURE_L0] = surface_ids[SID_REFERENCE_PICTURE_L1];
2417 surface_ids[SID_REFERENCE_PICTURE_L1] = tempID;
2812 va_status = vaSyncSurface(va_dpy, surface_ids[avcenc_context.current_input_surface]);
2816 va_status = vaQuerySurfaceStatus(va_dpy, surface_ids[avcenc_context.current_input_surface], &surface_status);
2855 va_status = vaSyncSurface(va_dpy, surface_ids[avcenc_context.current_input_surface]);
2859 va_status = vaQuerySurfaceStatus(va_dpy, surface_ids[avcenc_context.current_input_surface], &surface_status);
2925 avcenc_context.upload_thread_param.surface_id = surface_ids[index];
2933 upload_yuv_to_surface(yuv_fp, surface_ids[index]);