Searched refs:in_surf (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | nvenc.c | 2366 NvencSurface *tmp_out_surf, *in_surf; in nvenc_send_frame() local 2382 in_surf = get_free_frame(ctx); in nvenc_send_frame() 2383 if (!in_surf) in nvenc_send_frame() 2392 res = nvenc_upload_frame(avctx, frame, in_surf); in nvenc_send_frame() 2401 pic_params.inputBuffer = in_surf->input_surface; in nvenc_send_frame() 2402 pic_params.bufferFmt = in_surf->format; in nvenc_send_frame() 2403 pic_params.inputWidth = in_surf->width; in nvenc_send_frame() 2404 pic_params.inputHeight = in_surf->height; in nvenc_send_frame() 2405 pic_params.inputPitch = in_surf->pitch; in nvenc_send_frame() 2406 pic_params.outputBitstream = in_surf in nvenc_send_frame() [all...] |
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_state.c | 4973 const struct isl_surf *in_surf, in emit_surface_state() 4991 struct isl_surf surf = *in_surf; in emit_surface_state() 4995 isl_surf_get_image_surf(isl_dev, in_surf, in emit_surface_state() 5003 isl_surf_get_image_surf(isl_dev, in_surf, in emit_surface_state() 4971 emit_surface_state(struct crocus_batch *batch, struct crocus_resource *res, const struct isl_surf *in_surf, bool adjust_surf, struct isl_view *in_view, bool writeable, enum isl_aux_usage aux_usage, bool blend_enable, uint32_t write_disables, uint32_t *surf_state, uint32_t addr_offset) emit_surface_state() argument
|
Completed in 15 milliseconds