Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/transcoder/
H A Dhitranscoder_impl.cpp462 VideoRectangle videoRectangle = static_cast<const VideoRectangle&>(transCoderParam); in ConfigureVideoWidthHeight() local
463 if (videoRectangle.width != -1) { in ConfigureVideoWidthHeight()
464 videoEncFormat_->Set<Tag::VIDEO_WIDTH>(videoRectangle.width); in ConfigureVideoWidthHeight()
466 if (videoRectangle.height != -1) { in ConfigureVideoWidthHeight()
467 videoEncFormat_->Set<Tag::VIDEO_HEIGHT>(videoRectangle.height); in ConfigureVideoWidthHeight()