Home
last modified time | relevance | path

Searched refs:input_surface (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_deinterlace_vaapi.c184 VASurfaceID input_surface; in deint_vaapi_filter_frame() local
213 input_surface = (VASurfaceID)(uintptr_t)input_frame->data[3]; in deint_vaapi_filter_frame()
222 "deinterlace input.\n", input_surface); in deint_vaapi_filter_frame()
Dvf_tonemap_vaapi.c241 VASurfaceID input_surface, output_surface; in tonemap_vaapi_filter_frame() local
263 input_surface = (VASurfaceID)(uintptr_t)input_frame->data[3]; in tonemap_vaapi_filter_frame()
265 input_surface); in tonemap_vaapi_filter_frame()
Dvaapi_vpp.c521 VASurfaceID input_surface; in ff_vaapi_vpp_init_params() local
537 input_surface = (VASurfaceID)(uintptr_t)input_frame->data[3], in ff_vaapi_vpp_init_params()
540 .surface = input_surface, in ff_vaapi_vpp_init_params()
/third_party/ffmpeg/libavcodec/
Dnvenc.h75 NV_ENC_INPUT_PTR input_surface; member
Dnvenc.c1461 ctx->surfaces[idx].input_surface = allocSurf.inputBuffer; in nvenc_alloc_surface()
1470 p_nvenc->nvEncDestroyInputBuffer(ctx->nvencoder, ctx->surfaces[idx].input_surface); in nvenc_alloc_surface()
1593 p_nvenc->nvEncDestroyInputBuffer(ctx->nvencoder, ctx->surfaces[i].input_surface); in ff_nvenc_encode_close()
1844 … nvenc_frame->input_surface = ctx->registered_frames[reg_idx].in_map.mappedResource; in nvenc_upload_frame()
1853 lockBufferParams.inputBuffer = nvenc_frame->input_surface; in nvenc_upload_frame()
1863 nv_status = p_nvenc->nvEncUnlockInputBuffer(ctx->nvencoder, nvenc_frame->input_surface); in nvenc_upload_frame()
2009 tmpoutsurf->input_surface = NULL; in process_output_surface()
2203 pic_params.inputBuffer = in_surf->input_surface; in nvenc_send_frame()
Dvaapi_encode.h91 VASurfaceID input_surface; member
Dvaapi_encode.c151 pic->encode_order, pic->input_surface); in vaapi_encode_wait()
153 vas = vaSyncSurface(ctx->hwctx->display, pic->input_surface); in vaapi_encode_wait()
280 av_log(avctx, AV_LOG_DEBUG, "Input surface is %#x.\n", pic->input_surface); in vaapi_encode_issue()
557 pic->input_surface); in vaapi_encode_issue()
729 pic->input_surface = VA_INVALID_ID; in vaapi_encode_alloc()
1116 pic->input_surface = (VASurfaceID)(uintptr_t)frame->data[3]; in vaapi_encode_send_frame()