Home | History | Annotate | Download | only in its

Lines Matching refs:out_surfaces

460             out_surfaces=None, reprocess_format=None, repeat_request=None):
471 make sure the stream configuration defined by out_surfaces and
475 The out_surfaces field can specify the width(s), height(s), and
538 that format; they can be used as values for the out_surfaces arguments:
557 out_surfaces parameter. For example:
587 out_surfaces: (Optional) specifications of the output image formats
623 if out_surfaces is not None:
624 if not isinstance(out_surfaces, list):
625 cmd["outputSurfaces"] = [out_surfaces]
627 cmd["outputSurfaces"] = out_surfaces
639 nsurf = 1 if out_surfaces is None else len(cmd["outputSurfaces"])