Searched defs:VidRectangle (Results 1 – 1 of 1) sorted by relevance
89 struct VidRectangle : public RecorderParam { struct90 …VidRectangle(int32_t w, int32_t h) : RecorderParam(RecorderPublicParamType::VID_RECTANGLE), width(… in VidRectangle() function91 int32_t width;92 int32_t height;