Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/services/services/engine_intf/
H A Drecorder_param.h104 struct VidRectangle : public RecorderParam { struct
105VidRectangle(int32_t w, int32_t h) : RecorderParam(RecorderPublicParamType::VID_RECTANGLE), width(… in VidRectangle() function
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/recorder/standard/
H A Drecorder_utils.cpp142 CAST_TO_ASSIGN(VidRectangle, param, val); in CastVidRecorderParam()
H A Dhirecorder_impl.cpp562 auto ptr = param.GetValPtr<VidRectangle>(); in DoConfigureVideo()
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/recorder/
H A Dhirecorder_impl.cpp668 VidRectangle vidRectangle = static_cast<const VidRectangle&>(recParam); in ConfigureVideo()
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/server/
H A Drecorder_server.cpp211 VidRectangle vidSize(width, height); in SetVideoSize()