Searched refs:inputVideoWidth_ (Results 1 – 2 of 2) sorted by relevance
324 if (trackInfos[index]->GetData(Tag::VIDEO_WIDTH, inputVideoWidth_) && in ConfigureInputVideoMetaData()327 inputVideoWidth_, inputVideoHeight_); in ConfigureInputVideoMetaData()328 videoEncFormat_->Set<Tag::VIDEO_WIDTH>(inputVideoWidth_); in ConfigureInputVideoMetaData()330 srcVideoFormat_->Set<Tag::VIDEO_WIDTH>(inputVideoWidth_); in ConfigureInputVideoMetaData()562 …if (width > inputVideoWidth_ || height > inputVideoHeight_ || std::min(width, height) < MINIMUM_WI… in Prepare()568 isNeedVideoResizeFilter_ = width != inputVideoWidth_ || height != inputVideoHeight_; in Prepare()
123 int32_t inputVideoWidth_ = 0; variable