Searched refs:in_surf (Results 1 – 2 of 2) sorted by relevance
2167 NvencSurface *tmp_out_surf, *in_surf; in nvenc_send_frame() local2184 in_surf = get_free_frame(ctx); in nvenc_send_frame()2185 if (!in_surf) in nvenc_send_frame()2194 res = nvenc_upload_frame(avctx, frame, in_surf); in nvenc_send_frame()2203 pic_params.inputBuffer = in_surf->input_surface; in nvenc_send_frame()2204 pic_params.bufferFmt = in_surf->format; in nvenc_send_frame()2205 pic_params.inputWidth = in_surf->width; in nvenc_send_frame()2206 pic_params.inputHeight = in_surf->height; in nvenc_send_frame()2207 pic_params.inputPitch = in_surf->pitch; in nvenc_send_frame()2208 pic_params.outputBitstream = in_surf->output_surface; in nvenc_send_frame()[all …]
4973 const struct isl_surf *in_surf, in emit_surface_state() argument4992 struct isl_surf surf = *in_surf; in emit_surface_state()4996 isl_surf_get_image_surf(isl_dev, in_surf, in emit_surface_state()5004 isl_surf_get_image_surf(isl_dev, in_surf, in emit_surface_state()