Searched refs:videoRectangle (Results 1 – 1 of 1) sorted by relevance
462 VideoRectangle videoRectangle = static_cast<const VideoRectangle&>(transCoderParam); in ConfigureVideoWidthHeight() local463 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()