NvBufSurfacePlaneParams

class pyds.NvBufSurfacePlaneParams

Holds the planewise parameters of a buffer.

Variables:
  • num_planesint, Holds the number of planes.

  • widthlist of int, Holds the widths of planes.

  • heightlist of int, Holds the heights of planes.

  • pitchlist of int, Holds the pitches of planes.

  • offsetlist of int, Holds the offsets of planes.

  • psizelist of int, Holds the sizes of planes.

  • bytesPerPixlist of int, Holds the number of bytes occupied by a pixel in each plane.

cast(*args, **kwargs)

Overloaded function.

  1. cast(self: capsule) -> pyds.NvBufSurfacePlaneParams

cast given object/data to NvBufSurfacePlaneParams, call pyds.NvBufSurfacePlaneParams.cast(data)

  1. cast(self: int) -> pyds.NvBufSurfacePlaneParams

cast given object/data to NvBufSurfacePlaneParams, call pyds.NvBufSurfacePlaneParams.cast(data)