Home
last modified time | relevance | path

Searched refs:caps_width (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/jpegformat/
Dgstjpegparse.h57 gint caps_width, caps_height; member
Dgstjpegparse.c792 if (parse->width != parse->caps_width in gst_jpeg_parse_handle_frame()
810 parse->caps_width = parse->width; in gst_jpeg_parse_handle_frame()
874 parse->caps_width = parse->caps_height = -1; in gst_jpeg_parse_start()
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Dvtenc.h77 gint caps_width, caps_height; member
Dvtenc.c916 if (self->caps_width == self->negotiated_width && in gst_vtenc_negotiate_downstream()
984 self->caps_width = self->negotiated_width; in gst_vtenc_negotiate_downstream()
995 self->caps_width = self->caps_height = 0; in gst_vtenc_clear_cached_caps_downstream()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dcamerabin.c847 gint caps_width, caps_height; in check_file_validity() local
873 "width", &caps_width)); in check_file_validity()
877 g_assert (width == caps_width); in check_file_validity()