Home
last modified time | relevance | path

Searched refs:tmp_out_surf (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dnvenc.c2366 NvencSurface *tmp_out_surf, *in_surf; in nvenc_send_frame() local
2462 while (av_fifo_read(ctx->output_surface_queue, &tmp_out_surf, 1) >= 0) in nvenc_send_frame()
2463 av_fifo_write(ctx->output_surface_ready_queue, &tmp_out_surf, 1); in nvenc_send_frame()
2471 NvencSurface *tmp_out_surf; in ff_nvenc_receive_packet() local
2495 av_fifo_read(ctx->output_surface_ready_queue, &tmp_out_surf, 1); in ff_nvenc_receive_packet()
2501 res = process_output_surface(avctx, pkt, tmp_out_surf); in ff_nvenc_receive_packet()
2510 av_fifo_write(ctx->unused_surface_queue, &tmp_out_surf, 1); in ff_nvenc_receive_packet()

Completed in 4 milliseconds