Home
last modified time | relevance | path

Searched defs:restrictions (Results 1 – 19 of 19) sorted by relevance

/external/webrtc/call/adaptation/
Dvideo_stream_adapter.cc79 const VideoSourceRestrictions& restrictions) { in CanDecreaseResolutionTo()
88 const VideoSourceRestrictions& restrictions) { in CanIncreaseResolutionTo()
97 const VideoSourceRestrictions& restrictions) { in CanDecreaseFrameRateTo()
105 const VideoSourceRestrictions& restrictions) { in CanIncreaseFrameRateTo()
162 VideoSourceRestrictions restrictions, in Adaptation()
196 const VideoSourceRestrictions& Adaptation::restrictions() const { in restrictions() function in webrtc::Adaptation
355 RestrictionsWithCounters restrictions = in GetAdaptationUp() local
656 const VideoSourceRestrictions& restrictions) { in GetAdaptationTo()
Dresource_adaptation_processor_unittest.cc50 VideoSourceRestrictions restrictions() const { in restrictions() function in webrtc::__anonff615aeb0111::VideoSourceRestrictionsListenerForTesting
65 VideoSourceRestrictions restrictions, in OnVideoSourceRestrictionsUpdated()
116 void RestrictSource(VideoSourceRestrictions restrictions) { in RestrictSource()
Dresource_adaptation_processor.cc363 const VideoSourceRestrictions& restrictions, in UpdateResourceLimitations()
383 VideoSourceRestrictions restrictions, in OnVideoSourceRestrictionsUpdated()
Dvideo_stream_adapter.h171 VideoSourceRestrictions restrictions; member
Dvideo_stream_adapter_unittest.cc113 auto restrictions = adapter_->source_restrictions(); in ApplyAdaptation() local
139 VideoSourceRestrictions restrictions, in OnVideoSourceRestrictionsUpdated()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowUserManagerTest.java65 Bundle restrictions = new Bundle(); in testGetApplicationRestrictions() local
108 Bundle restrictions = userManager.getUserRestrictions(); in getUserRestrictions() local
127 Bundle restrictions = userManager.getUserRestrictions(); in setUserRestrictions() local
DShadowDevicePolicyManagerTest.java249 Bundle restrictions = userManager.getUserRestrictions(); in addUserRestrictionShouldWorkAsIntendedForDeviceOwner() local
266 Bundle restrictions = userManager.getUserRestrictions(); in addUserRestrictionShouldWorkAsIntendedForProfileOwner() local
284 Bundle restrictions = userManager.getUserRestrictions(); in clearUserRestrictionShouldWorkAsIntendedForActiveAdmins() local
496 Bundle restrictions = new Bundle(); in setApplicationRestrictionsShouldWorkAsIntendedForDeviceOwner() local
518 Bundle restrictions = new Bundle(); in setApplicationRestrictionsShouldWorkAsIntendedForProfileOwner() local
/external/webrtc/video/
Dvideo_source_sink_controller.cc72 VideoSourceRestrictions VideoSourceSinkController::restrictions() const { in restrictions() function in webrtc::VideoSourceSinkController
100 VideoSourceRestrictions restrictions) { in SetRestrictions()
Dvideo_source_sink_controller_unittest.cc82 VideoSourceRestrictions restrictions = controller.restrictions(); in TEST() local
Dvideo_stream_encoder.cc1816 VideoSourceRestrictions restrictions, in OnVideoSourceRestrictionsUpdated()
Dvideo_stream_encoder_unittest.cc207 VideoSourceRestrictions restrictions, in OnVideoSourceRestrictionsUpdated()
/external/webrtc/media/base/
Drid_description.h88 std::map<std::string, std::string> restrictions; member
/external/webrtc/pc/
Dsdp_serializer.cc277 const auto& restrictions = rid_description.restrictions; in SerializeRidDescription() local
347 std::vector<std::string> restrictions; in DeserializeRidDescription() local
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTestCase.cpp2514 } restrictions[] = in checkShaderResourceUsage() local
2544 } restrictions[] = in checkShaderResourceUsage() local
2573 } restrictions[] = in checkShaderResourceUsage() local
2601 } restrictions[] = in checkShaderResourceUsage() local
2632 } restrictions[] = in checkShaderResourceUsage() local
2663 } restrictions[] = in checkShaderResourceUsage() local
2701 } restrictions[] = in checkProgramCombinedResourceUsage() local
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowUserManager.java100 public void setApplicationRestrictions(String packageName, Bundle restrictions) { in setApplicationRestrictions()
/external/webrtc/video/adaptation/
Dvideo_stream_encoder_resource_manager.cc604 VideoSourceRestrictions restrictions, in OnVideoSourceRestrictionsUpdated()
/external/skia/src/gpu/
DGrSurfaceContext.cpp278 auto restrictions = this->caps()->getDstCopyRestrictions(this->asRenderTargetProxy(), in readPixels() local
DGrSurfaceDrawContext.cpp2011 GrCaps::DstCopyRestrictions restrictions = this->caps()->getDstCopyRestrictions( in setupDstProxyView() local
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
DWifiManagerFacade.java303 @NonNull List<CoexUnsafeChannel> unsafeChannels, int restrictions) { in onCoexUnsafeChannelsChanged()