Home
last modified time | relevance | path

Searched defs:VidRectangle (Results 1 – 1 of 1) sorted by relevance

/foundation/multimedia/player_framework/services/services/engine_intf/
Drecorder_param.h89 struct VidRectangle : public RecorderParam { struct
90VidRectangle(int32_t w, int32_t h) : RecorderParam(RecorderPublicParamType::VID_RECTANGLE), width(… in VidRectangle() function
91 int32_t width;
92 int32_t height;