HomeSort by relevance Sort by last modified time
    Searched refs:requested (Results 1 - 25 of 174) sorted by null

1 2 3 4 5 6 7

  /external/chromium_org/third_party/webrtc/modules/video_capture/
device_info_impl.cc 122 const VideoCaptureCapability& requested,
166 const int32_t diffWidth = capability.width - requested.width;
167 const int32_t diffHeight = capability.height - requested.height;
168 const int32_t diffFrameRate = capability.maxFPS - requested.maxFPS;
170 const int32_t currentbestDiffWith = bestWidth - requested.width;
171 const int32_t currentbestDiffHeight = bestHeight - requested.height;
172 const int32_t currentbestDiffFrameRate = bestFrameRate - requested.maxFPS;
191 diffFrameRate >= currentbestDiffFrameRate)) // Current frame rate is lower than requested. This is better.
197 if (bestRawType != requested.rawType
198 && requested.rawType != kVideoUnknow
    [all...]
device_info_impl.h 37 const VideoCaptureCapability& requested,
  /external/chromium_org/third_party/boringssl/src/crypto/rand/
urandom.c 138 int RAND_bytes(uint8_t *out, size_t requested) {
144 if (requested == 0) {
159 if (!urandom_buffering || requested > BUF_SIZE / 2) {
161 if (!read_full(fd, out, requested)) {
174 rand_bytes_per_buf - buf->used >= requested) {
175 memcpy(out, &buf->rand[buf->used], requested);
176 buf->used += requested;
210 while (requested > 0) {
212 if (todo > requested) {
213 todo = requested;
    [all...]
windows.c 36 int RAND_bytes(uint8_t *out, size_t requested) {
63 if (TRUE != CryptGenRandom(provider, requested, out)) {
  /external/chromium_org/content/common/
font_config_ipc_linux.h 23 SkTypeface::Style requested,
  /external/chromium_org/third_party/skia/src/core/
SkTypefaceCache.h 42 void add(SkTypeface*, SkTypeface::Style requested, bool strong = true);
76 SkTypeface::Style requested,
  /external/chromium_org/chrome/browser/chromeos/login/screens/
app_launch_splash_screen_actor.h 33 virtual void OnNetworkConfigRequested(bool requested) = 0;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/
pb_buffer.h 249 * the requested or not.
252 pb_check_alignment(pb_size requested, pb_size provided)
254 if(!requested)
256 if(requested > provided)
258 if(provided % requested != 0)
266 * the requested or not.
269 pb_check_usage(unsigned requested, unsigned provided)
271 return (requested & provided) == requested ? TRUE : FALSE;
  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_buffer.h 249 * the requested or not.
252 pb_check_alignment(pb_size requested, pb_size provided)
254 if(!requested)
256 if(requested > provided)
258 if(provided % requested != 0)
266 * the requested or not.
269 pb_check_usage(unsigned requested, unsigned provided)
271 return (requested & provided) == requested ? TRUE : FALSE;
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
wallpaper_directories.js 51 * If dirName is not requested, gets the directory entry of dirName and cache
53 * @param {string} dirName The directory name of requested directory entry.
54 * @param {function(DirectoryEntry):void} success Call success with requested
57 * requested directory.
81 * @param {string} dirName The directory name of requested directory entry.
82 * @param {function(DirectoryEntry):void} success Call success with requested
85 * requested directory.
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
FetchRequest.cpp 72 void FetchRequest::setCrossOriginAccessControl(SecurityOrigin* origin, StoredCredentials allowCredentials, CredentialRequest requested)
74 ASSERT(requested == ClientDidNotRequestCredentials || allowCredentials == AllowStoredCredentials);
79 m_options.credentialsRequested = requested;
  /external/chromium_org/chrome/browser/web_resource/
resource_request_allowed_notifier.h 71 void SetObserverRequestedForTesting(bool requested);
91 // requested permission to make a request or not. If it did not, then this
resource_request_allowed_notifier.cc 46 // The observer requested permission. Return the current criteria state and
72 bool requested) {
73 observer_requested_permission_ = requested;
  /external/clang/test/CXX/temp/temp.spec/
p5.cpp 20 expected-note{{requested here}}
  /external/libselinux/src/
compute_av.c 16 access_vector_t requested,
42 unmap_class(tclass), unmap_perm(tclass, requested));
avc.c 364 * @requested: requested permissions, interpreted based on @tclass
368 * @requested permissions between the SID pair
376 access_vector_t requested, struct avc_entry_ref *aeref)
384 if (node && ((node->ae.avd.decided & requested) == requested)) {
644 security_class_t tclass, access_vector_t requested,
649 denied = requested & ~avd->allowed;
652 else if (!requested || result)
653 audited = denied = requested;
    [all...]
  /external/libselinux/include/selinux/
avc.h 240 * @requested: requested permissions, interpreted based on @tclass
244 * Check the AVC to determine whether the @requested permissions are granted
249 * in @avd. Return %0 if all @requested permissions are granted, -%1 with
259 access_vector_t requested,
267 * @requested: requested permissions, interpreted based on @tclass
271 * Check the AVC to determine whether the @requested permissions are granted
276 * permissions in accordance with the policy. Return %0 if all @requested
281 security_class_t tclass, access_vector_t requested,
    [all...]
  /external/libsepol/include/sepol/policydb/
services.h 46 sepol_access_vector_t requested, /* IN */
50 denials of the requested permissions. */
57 sepol_access_vector_t requested,
73 sepol_access_vector_t requested,
  /external/chromium_org/third_party/skia/include/ports/
SkFontConfigInterface.h 78 * (which may differ from the requested familyName).
80 * (which may differ from the requested style).
85 SkTypeface::Style requested,
  /external/chromium_org/third_party/webrtc/modules/video_capture/ios/
device_info_ios.h 43 const VideoCaptureCapability& requested,
  /external/chromium_org/third_party/webrtc/modules/video_capture/mac/qtkit/
video_capture_qtkit_info.h 68 * Gets the capability that best matches the requested width, height and frame rate.
73 const VideoCaptureCapability& requested,
  /external/chromium_org/content/renderer/pepper/
pepper_device_enumeration_host_helper.cc 63 bool requested() const { return requested_; } function in class:content::PepperDeviceEnumerationHostHelper::ScopedRequest
143 if (!enumerate_->requested())
159 return monitor_->requested() ? PP_OK : PP_ERROR_FAILED;
  /external/chromium_org/third_party/webrtc/modules/video_capture/include/
video_capture.h 59 // Gets the capability that best matches the requested width, height and
64 const VideoCaptureCapability& requested,
139 // requested type and size. NULL otherwise.
  /external/oprofile/events/mips/20K/
events 17 event:0xb counters:0 um:zero minimum:500 name:REPLAYS : Total number of LSU requested replays, Load-dependent speculative dispatch or FPU exception prediction replays.
20 event:0xe counters:0 um:zero minimum:500 name:LSU_REPLAYS : LSU requested replays
  /development/ndk/platforms/android-9/include/android/
configuration.h 297 * environment 'requested'. Returns 0 if there are any values in 'base'
298 * that conflict with 'requested'. Returns 1 if it does not conflict.
300 int32_t AConfiguration_match(AConfiguration* base, AConfiguration* requested);
304 * configuration in 'base'. If 'requested' is non-NULL, this decision is based
313 AConfiguration* requested);

Completed in 1972 milliseconds

1 2 3 4 5 6 7