Searched refs:req_width (Results 1 – 1 of 1) sorted by relevance
| /third_party/gstreamer/gstplugins_bad/gst/camerabin2/ |
| D | gstwrappercamerabinsrc.c | 677 gint in_width = 0, in_height = 0, req_width = 0, req_height = 0, crop = 0; in adapt_image_capture() local 689 gst_structure_get_int (req_st, "width", &req_width); in adapt_image_capture() 692 GST_INFO_OBJECT (self, "we requested %dx%d, and got %dx%d", req_width, in adapt_image_capture() 700 ratio_w = (gdouble) in_width / req_width; in adapt_image_capture() 708 crop = in_width - (req_width * ratio_h); in adapt_image_capture()
|