Home
last modified time | relevance | path

Searched refs:va_chroma_format (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/gstreamer1-vaapi/gstreamer-vaapi-1.16.2/gst-libs/gst/vaapi/
H A Dgstvaapisurface.c103 guint va_chroma_format; in gst_vaapi_surface_create() local
105 va_chroma_format = from_GstVaapiChromaType (chroma_type); in gst_vaapi_surface_create()
106 if (!va_chroma_format) in gst_vaapi_surface_create()
111 width, height, va_chroma_format, 1, &surface_id); in gst_vaapi_surface_create()
139 guint chroma_type, va_chroma_format, i; in gst_vaapi_surface_create_full() local
153 va_chroma_format = from_GstVaapiChromaType (chroma_type); in gst_vaapi_surface_create_full()
154 if (!va_chroma_format) in gst_vaapi_surface_create_full()
231 guint chroma_type, va_chroma_format; in gst_vaapi_surface_create_from_buffer_proxy() local
252 va_chroma_format = from_GstVaapiChromaType (chroma_type); in gst_vaapi_surface_create_from_buffer_proxy()
253 if (!va_chroma_format) in gst_vaapi_surface_create_from_buffer_proxy()
[all …]
H A Dgstvaapicontext.c238 guint value, va_chroma_format, attrib_index; in config_create() local
252 va_chroma_format = from_GstVaapiChromaType (cip->chroma_type); in config_create()
253 if (!va_chroma_format) in config_create()
258 if (!(value & va_chroma_format)) { in config_create()
260 string_of_va_chroma_format (va_chroma_format)); in config_create()
263 attrib->value = va_chroma_format; in config_create()
H A Dgstvaapiencoder_h264_fei.c3628 guint i, value, va_chroma_format; in create_context_for_enc() local
3651 va_chroma_format = from_GstVaapiChromaType (cip->chroma_type); in create_context_for_enc()
3652 if (!va_chroma_format) in create_context_for_enc()
3657 if (!(value & va_chroma_format)) { in create_context_for_enc()
3659 string_of_va_chroma_format (va_chroma_format)); in create_context_for_enc()
3662 attrib->value = va_chroma_format; in create_context_for_enc()