Searched refs:GetVideoHeightRangeForWidth (Results 1 – 10 of 10) sorted by relevance
223 videoCaps_->GetVideoHeightRangeForWidth(width_);235 videoCaps_->GetVideoHeightRangeForWidth(width_);250 OHOS::MediaAVCodec::Range res = videoCaps_->GetVideoHeightRangeForWidth(height_);266 OHOS::MediaAVCodec::Range res = videoCaps_->GetVideoHeightRangeForWidth(height_);
42 Range GetVideoHeightRangeForWidth(int32_t width) override;
212 Range CodecListCapiMock::GetVideoHeightRangeForWidth(int32_t width) in GetVideoHeightRangeForWidth() function in OHOS::MediaAVCodec::CodecListCapiMock
43 Range GetVideoHeightRangeForWidth(int32_t width) override;
142 Range CodecListInnerMock::GetVideoHeightRangeForWidth(int32_t width) in GetVideoHeightRangeForWidth() function in OHOS::MediaAVCodec::CodecListInnerMock146 return codecInfo->GetVideoHeightRangeForWidth(width); in GetVideoHeightRangeForWidth()
50 virtual Range GetVideoHeightRangeForWidth(int32_t width) = 0;
363 Range widthRange = capability_->GetVideoHeightRangeForWidth(DEFAULT_WIDTH);774 range = capability_->GetVideoHeightRangeForWidth(DEFAULT_WIDTH);911 Range widthRange = capability_->GetVideoHeightRangeForWidth(DEFAULT_WIDTH_VVC);
464 Range GetVideoHeightRangeForWidth(int32_t width);
422 const auto &height = codecInfo->GetVideoHeightRangeForWidth(width); in OH_AVCapability_GetVideoHeightRangeForWidth()
195 Range VideoCaps::GetVideoHeightRangeForWidth(int32_t width) in GetVideoHeightRangeForWidth() function in OHOS::MediaAVCodec::VideoCaps