Searched refs:VidRectangle (Results 1 – 5 of 5) sorted by relevance
104 struct VidRectangle : public RecorderParam { struct105 …VidRectangle(int32_t w, int32_t h) : RecorderParam(RecorderPublicParamType::VID_RECTANGLE), width(… in VidRectangle() function
142 CAST_TO_ASSIGN(VidRectangle, param, val); in CastVidRecorderParam()
562 auto ptr = param.GetValPtr<VidRectangle>(); in DoConfigureVideo()
668 VidRectangle vidRectangle = static_cast<const VidRectangle&>(recParam); in ConfigureVideo()
211 VidRectangle vidSize(width, height); in SetVideoSize()