Searched refs:RangeIDAdapter (Results 1 – 8 of 8) sorted by relevance
81 enum class RangeIDAdapter : int32_t { enum261 … virtual std::shared_ptr<VideoCaptureRangeAdapter> GetCaptionRangeById(RangeIDAdapter rangeId) = 0;
45 …ptr<VideoCaptureRangeAdapter> CameraManagerAdapterImpl::GetCaptionRangeById(RangeIDAdapter rangeId) in GetCaptionRangeById()
496 …ptr<VideoCaptureRangeAdapter> CameraManagerAdapterImpl::GetCaptionRangeById(RangeIDAdapter rangeId) in GetCaptionRangeById()505 if (rangeId == RangeIDAdapter::RANGE_ID_EXP_COMPENSATION) { in GetCaptionRangeById()
38 …std::shared_ptr<NWeb::VideoCaptureRangeAdapter> GetCaptionRangeById(NWeb::RangeIDAdapter rangeId) …
94 NWeb::RangeIDAdapter rangeId) in GetCaptionRangeById()
423 rangeVal = adapter.GetCaptionRangeById(RangeIDAdapter::RANGE_ID_EXP_COMPENSATION);425 rangeVal = adapter.GetCaptionRangeById(static_cast<RangeIDAdapter>(1));481 rangeVal = adapter.GetCaptionRangeById(RangeIDAdapter::RANGE_ID_EXP_COMPENSATION);555 adapter.GetCaptionRangeById(RangeIDAdapter::RANGE_ID_EXP_COMPENSATION);
83 …NWeb::VideoCaptureRangeAdapter> adapter = real_.GetCaptionRangeById((NWeb::RangeIDAdapter)rangeId); in GetCaptionRangeById()
95 std::shared_ptr<VideoCaptureRangeAdapter> GetCaptionRangeById(RangeIDAdapter rangeId) override;