Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/services/services/engine_intf/
H A Dtranscoder_param.h62 struct VideoRectangle : public TransCoderParam { struct
63VideoRectangle(int32_t w, int32_t h) : TransCoderParam(TransCoderPublicParamType::VIDEO_RECTANGLE), in VideoRectangle() function
65 int32_t width;
66 int32_t height;