Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/camerabin2/
Dgstwrappercamerabinsrc.c676 GstStructure *in_st, *req_st; in adapt_image_capture() local
688 req_st = gst_caps_get_structure (self->image_capture_caps, 0); in adapt_image_capture()
689 gst_structure_get_int (req_st, "width", &req_width); in adapt_image_capture()
690 gst_structure_get_int (req_st, "height", &req_height); in adapt_image_capture()