Home
last modified time | relevance | path

Searched refs:gst_va_display_lock (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/va/
Dvasurfaceimage.c35 gst_va_display_lock (display); in va_destroy_surfaces()
99 gst_va_display_lock (display); in va_create_surfaces()
118 gst_va_display_lock (display); in va_export_surface_to_dmabuf()
136 gst_va_display_lock (display); in va_destroy_image()
153 gst_va_display_lock (display); in va_get_derive_image()
176 gst_va_display_lock (display); in va_create_image()
193 gst_va_display_lock (display); in va_get_image()
211 gst_va_display_lock (display); in va_sync_surface()
227 gst_va_display_lock (display); in va_map_buffer()
243 gst_va_display_lock (display); in va_unmap_buffer()
[all …]
Dgstvadisplay_priv.c44 gst_va_display_lock (self); in gst_va_display_get_profiles()
52 gst_va_display_lock (self); in gst_va_display_get_profiles()
64 gst_va_display_lock (self); in gst_va_display_get_profiles()
103 gst_va_display_lock (self); in gst_va_display_get_image_formats()
111 gst_va_display_lock (self); in gst_va_display_get_image_formats()
151 gst_va_display_lock (self); in gst_va_display_has_vpp()
157 gst_va_display_lock (self); in gst_va_display_has_vpp()
Dgstvadecoder.c240 gst_va_display_lock (self->display); in gst_va_decoder_open()
274 gst_va_display_lock (self->display); in gst_va_decoder_close()
281 gst_va_display_lock (self->display); in gst_va_decoder_close()
331 gst_va_display_lock (self->display); in gst_va_decoder_set_frame_size_with_surfaces()
557 gst_va_display_lock (self->display); in gst_va_decoder_add_param_buffer()
584 gst_va_display_lock (self->display); in gst_va_decoder_add_slice_buffer_with_n_params()
593 gst_va_display_lock (self->display); in gst_va_decoder_add_slice_buffer_with_n_params()
644 gst_va_display_lock (self->display); in gst_va_decoder_decode_with_aux_surface()
653 gst_va_display_lock (self->display); in gst_va_decoder_decode_with_aux_surface()
664 gst_va_display_lock (self->display); in gst_va_decoder_decode_with_aux_surface()
[all …]
Dgstvafilter.c206 gst_va_display_lock (self->display); in gst_va_filter_ensure_config_attributes()
335 gst_va_display_lock (self->display); in gst_va_filter_ensure_pipeline_caps()
375 gst_va_display_lock (self->display); in gst_va_filter_open()
387 gst_va_display_lock (self->display); in gst_va_filter_open()
400 gst_va_display_lock (self->display); in gst_va_filter_open()
423 gst_va_display_lock (self->display); in gst_va_filter_close()
430 gst_va_display_lock (self->display); in gst_va_filter_close()
517 gst_va_display_lock (self->display); in gst_va_filter_ensure_filters()
522 gst_va_display_lock (self->display); in gst_va_filter_ensure_filters()
541 gst_va_display_lock (self->display); in gst_va_filter_ensure_filters()
[all …]
Dgstvacaps.c71 gst_va_display_lock (display); in gst_va_get_surface_attribs()
82 gst_va_display_lock (display); in gst_va_get_surface_attribs()
251 gst_va_display_lock (display); in gst_va_create_raw_caps()
261 gst_va_display_lock (display); in gst_va_create_raw_caps()
289 gst_va_display_lock (display); in gst_va_create_coded_caps()
Dgstvasurfacecopy.c55 gst_va_display_lock (display); in _has_copy()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/va/
Dgstvadisplay.h125 void gst_va_display_lock (GstVaDisplay * self);
Dgstvadisplay.c238 gst_va_display_lock (GstVaDisplay * self) in gst_va_display_lock() function