/third_party/gstreamer/gstplugins_good/gst/matroska/ |
D | matroska-ids.c | 34 GstMatroskaTrackVideoContext *video_context; in gst_matroska_track_init_video_context() local 49 video_context = g_renew (GstMatroskaTrackVideoContext, *p_context, 1); in gst_matroska_track_init_video_context() 50 *p_context = (GstMatroskaTrackContext *) video_context; in gst_matroska_track_init_video_context() 54 video_context->display_width = 0; in gst_matroska_track_init_video_context() 55 video_context->display_height = 0; in gst_matroska_track_init_video_context() 56 video_context->pixel_width = 0; in gst_matroska_track_init_video_context() 57 video_context->pixel_height = 0; in gst_matroska_track_init_video_context() 58 video_context->asr_mode = 0; in gst_matroska_track_init_video_context() 59 video_context->fourcc = 0; in gst_matroska_track_init_video_context() 60 video_context->default_fps = 0.0; in gst_matroska_track_init_video_context() [all …]
|
D | matroska-demux.c | 484 GstEbmlRead * ebml, GstMatroskaTrackVideoContext * video_context) in gst_matroska_demux_parse_mastering_metadata() argument 567 video_context->mastering_display_info = minfo; in gst_matroska_demux_parse_mastering_metadata() 568 video_context->mastering_display_info_present = TRUE; in gst_matroska_demux_parse_mastering_metadata() 578 GstMatroskaTrackVideoContext * video_context) in gst_matroska_demux_parse_colour() argument 651 video_context)) != GST_FLOW_OK) in gst_matroska_demux_parse_colour() 663 video_context->content_light_level.max_content_light_level = num; in gst_matroska_demux_parse_colour() 675 video_context->content_light_level.max_frame_average_light_level = in gst_matroska_demux_parse_colour() 688 memcpy (&video_context->colorimetry, &colorimetry, in gst_matroska_demux_parse_colour()
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11videoprocessor.cpp | 45 ID3D11VideoContext *video_context; member 66 ID3D11VideoContext *video_context; in gst_d3d11_video_processor_new() local 78 video_context = gst_d3d11_device_get_video_context_handle (device); in gst_d3d11_video_processor_new() 79 if (!video_context) { in gst_d3d11_video_processor_new() 92 self->video_context = video_context; in gst_d3d11_video_processor_new() 93 video_context->AddRef (); in gst_d3d11_video_processor_new() 125 hr = self->video_context-> in gst_d3d11_video_processor_new() 132 hr = self->video_context-> in gst_d3d11_video_processor_new() 142 self->video_context->VideoProcessorSetStreamAutoProcessingMode in gst_d3d11_video_processor_new() 160 GST_D3D11_CLEAR_COM (processor->video_context); in gst_d3d11_video_processor_free() [all …]
|
D | gstd3d11decoder.cpp | 143 ID3D11VideoContext *video_context; member 230 ID3D11VideoContext *video_context; in gst_d3d11_decoder_constructed() local 243 video_context = gst_d3d11_device_get_video_context_handle (self->device); in gst_d3d11_decoder_constructed() 244 if (!video_context) { in gst_d3d11_decoder_constructed() 252 self->video_context = video_context; in gst_d3d11_decoder_constructed() 253 video_context->AddRef (); in gst_d3d11_decoder_constructed() 335 GST_D3D11_CLEAR_COM (self->video_context); in gst_d3d11_decoder_dispose() 370 if (!self->video_device || !self->video_context) { in gst_d3d11_decoder_new() 1009 ID3D11VideoContext *video_context; in gst_d3d11_decoder_begin_frame() local 1018 video_context = decoder->video_context; in gst_d3d11_decoder_begin_frame() [all …]
|
D | gstd3d11deinterlace.cpp | 235 ID3D11VideoContext *video_context; member 607 ID3D11VideoContext *video_context; in gst_d3d11_deinterlace_open() local 615 video_context = gst_d3d11_device_get_video_context_handle (self->device); in gst_d3d11_deinterlace_open() 616 if (!video_context) { in gst_d3d11_deinterlace_open() 624 self->video_context = video_context; in gst_d3d11_deinterlace_open() 625 video_context->AddRef (); in gst_d3d11_deinterlace_open() 677 GST_D3D11_CLEAR_COM (self->video_context); in gst_d3d11_deinterlace_close() 1230 self->video_context->VideoProcessorSetStreamSourceRect (self->video_proc, in gst_d3d11_deinterlace_set_caps() 1232 self->video_context->VideoProcessorSetStreamDestRect (self->video_proc, in gst_d3d11_deinterlace_set_caps() 1234 self->video_context->VideoProcessorSetOutputTargetRect (self->video_proc, in gst_d3d11_deinterlace_set_caps() [all …]
|
/third_party/ffmpeg/libavutil/ |
D | hwcontext_d3d11va.c | 473 if (!device_hwctx->video_context) { in d3d11va_device_init() 475 (void **)&device_hwctx->video_context); in d3d11va_device_init() 502 if (device_hwctx->video_context) { in d3d11va_device_uninit() 503 ID3D11VideoContext_Release(device_hwctx->video_context); in d3d11va_device_uninit() 504 device_hwctx->video_context = NULL; in d3d11va_device_uninit()
|
D | hwcontext_d3d11va.h | 80 ID3D11VideoContext *video_context; member
|
/third_party/ffmpeg/libavcodec/ |
D | dxva2.c | 695 d3d11_ctx->video_context = device_hwctx->video_context; in ff_dxva2_decode_init() 810 hr = ID3D11VideoContext_GetDecoderBuffer(D3D11VA_CONTEXT(ctx)->video_context, in ff_dxva2_commit_buffer() 855 …hr = ID3D11VideoContext_ReleaseDecoderBuffer(D3D11VA_CONTEXT(ctx)->video_context, D3D11VA_CONTEXT(… in ff_dxva2_commit_buffer() 917 …hr = ID3D11VideoContext_DecoderBeginFrame(D3D11VA_CONTEXT(ctx)->video_context, D3D11VA_CONTEXT(ctx… in ff_dxva2_common_end_frame() 1014 hr = ID3D11VideoContext_SubmitDecoderBuffers(D3D11VA_CONTEXT(ctx)->video_context, in ff_dxva2_common_end_frame() 1036 …hr = ID3D11VideoContext_DecoderEndFrame(D3D11VA_CONTEXT(ctx)->video_context, D3D11VA_CONTEXT(ctx)-… in ff_dxva2_common_end_frame()
|
D | d3d11va.h | 68 ID3D11VideoContext *video_context; member
|
D | dxva2_mpeg2.c | 169 if (FAILED(ID3D11VideoContext_GetDecoderBuffer(D3D11VA_CONTEXT(ctx)->video_context, in commit_bitstream_and_slice_buffer() 212 …if (FAILED(ID3D11VideoContext_ReleaseDecoderBuffer(D3D11VA_CONTEXT(ctx)->video_context, D3D11VA_CO… in commit_bitstream_and_slice_buffer()
|
D | dxva2_vp9.c | 180 if (FAILED(ID3D11VideoContext_GetDecoderBuffer(D3D11VA_CONTEXT(ctx)->video_context, in commit_bitstream_and_slice_buffer() 214 …if (FAILED(ID3D11VideoContext_ReleaseDecoderBuffer(D3D11VA_CONTEXT(ctx)->video_context, D3D11VA_CO… in commit_bitstream_and_slice_buffer()
|
D | dxva2_vc1.c | 205 if (FAILED(ID3D11VideoContext_GetDecoderBuffer(D3D11VA_CONTEXT(ctx)->video_context, in commit_bitstream_and_slice_buffer() 268 …if (FAILED(ID3D11VideoContext_ReleaseDecoderBuffer(D3D11VA_CONTEXT(ctx)->video_context, D3D11VA_CO… in commit_bitstream_and_slice_buffer()
|
D | dxva2_hevc.c | 259 if (FAILED(ID3D11VideoContext_GetDecoderBuffer(D3D11VA_CONTEXT(ctx)->video_context, in commit_bitstream_and_slice_buffer() 312 …if (FAILED(ID3D11VideoContext_ReleaseDecoderBuffer(D3D11VA_CONTEXT(ctx)->video_context, D3D11VA_CO… in commit_bitstream_and_slice_buffer()
|
D | dxva2_h264.c | 320 if (FAILED(ID3D11VideoContext_GetDecoderBuffer(D3D11VA_CONTEXT(ctx)->video_context, in commit_bitstream_and_slice_buffer() 390 …if (FAILED(ID3D11VideoContext_ReleaseDecoderBuffer(D3D11VA_CONTEXT(ctx)->video_context, D3D11VA_CO… in commit_bitstream_and_slice_buffer()
|
D | dxva2_av1.c | 360 if (FAILED(ID3D11VideoContext_GetDecoderBuffer(D3D11VA_CONTEXT(ctx)->video_context, in commit_bitstream_and_slice_buffer() 394 …if (FAILED(ID3D11VideoContext_ReleaseDecoderBuffer(D3D11VA_CONTEXT(ctx)->video_context, D3D11VA_CO… in commit_bitstream_and_slice_buffer()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/d3d11/ |
D | gstd3d11device.cpp | 113 ID3D11VideoContext *video_context; member 785 GST_D3D11_CLEAR_COM (priv->video_context); in gst_d3d11_device_dispose() 1362 if (!priv->video_context) { in gst_d3d11_device_get_video_context_handle() 1364 ID3D11VideoContext *video_context = NULL; in gst_d3d11_device_get_video_context_handle() local 1366 hr = priv->device_context->QueryInterface (IID_PPV_ARGS (&video_context)); in gst_d3d11_device_get_video_context_handle() 1368 priv->video_context = video_context; in gst_d3d11_device_get_video_context_handle() 1372 return priv->video_context; in gst_d3d11_device_get_video_context_handle()
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 13616 matroska: Initialise a video_context field to satisfy valgrind
|