Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
H A Dvf_deinterlace_vaapi.c185 VASurfaceID input_surface; in deint_vaapi_filter_frame() local
219 input_surface = (VASurfaceID)(uintptr_t)input_frame->data[3]; in deint_vaapi_filter_frame()
228 "deinterlace input.\n", input_surface); in deint_vaapi_filter_frame()
H A Dvf_tonemap_vaapi.c239 VASurfaceID input_surface, output_surface; in tonemap_vaapi_filter_frame() local
261 input_surface = (VASurfaceID)(uintptr_t)input_frame->data[3]; in tonemap_vaapi_filter_frame()
263 input_surface); in tonemap_vaapi_filter_frame()
H A 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/
H A Dnvenc.h82 NV_ENC_INPUT_PTR input_surface; member
H A Dnvenc.c1567 ctx->surfaces[idx].input_surface = allocSurf.inputBuffer; in nvenc_alloc_surface()
1576 p_nvenc->nvEncDestroyInputBuffer(ctx->nvencoder, ctx->surfaces[idx].input_surface); in nvenc_alloc_surface()
1699 p_nvenc->nvEncDestroyInputBuffer(ctx->nvencoder, ctx->surfaces[i].input_surface); in ff_nvenc_encode_close()
1951 nvenc_frame->input_surface = ctx->registered_frames[reg_idx].in_map.mappedResource; in nvenc_upload_frame()
1960 lockBufferParams.inputBuffer = nvenc_frame->input_surface; in nvenc_upload_frame()
1970 nv_status = p_nvenc->nvEncUnlockInputBuffer(ctx->nvencoder, nvenc_frame->input_surface); in nvenc_upload_frame()
2116 tmpoutsurf->input_surface = NULL; in process_output_surface()
2401 pic_params.inputBuffer = in_surf->input_surface; in nvenc_send_frame()
H A Dvaapi_encode.h93 VASurfaceID input_surface; member
H A Dvaapi_encode.c153 pic->encode_order, pic->input_surface); in vaapi_encode_wait()
168 vas = vaSyncSurface(ctx->hwctx->display, pic->input_surface); in vaapi_encode_wait()
296 av_log(avctx, AV_LOG_DEBUG, "Input surface is %#x.\n", pic->input_surface); in vaapi_encode_issue()
584 pic->input_surface); in vaapi_encode_issue()
756 pic->input_surface = VA_INVALID_ID; in vaapi_encode_alloc()
1145 pic->input_surface = (VASurfaceID)(uintptr_t)frame->data[3]; in vaapi_encode_send_frame()

Completed in 11 milliseconds