Searched defs:VidRectangle (Results 1 – 1 of 1) sorted by relevance
104 struct VidRectangle : public RecorderParam { struct105 …VidRectangle(int32_t w, int32_t h) : RecorderParam(RecorderPublicParamType::VID_RECTANGLE), width(… in VidRectangle() function106 int32_t width;107 int32_t height;