/frameworks/base/media/java/android/media/ |
MediaMetadataRetriever.java | 238 * that has a timestamp closest to or the same as timeUs. Use 240 * or may not be a sync frame but is closest to or the same as timeUs. 361 * closest to (in time) or at the given time. 369 * is located closest to or at the given time.
|
/frameworks/native/include/media/openmax/ |
OMX_AudioExt.h | 68 bitrate closest to specified value (in bps) */
|
/packages/apps/Camera2/src/com/android/camera/ |
CaptureModuleUtil.java | 93 * Selects the preview buffer dimensions that are closest in size to the
|
/prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/machine/ |
fenv.h | 43 * to the closest normalized value.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
TypoFix.java | 80 // Pick the closest one
|
/external/chromium_org/ash/frame/caption_buttons/ |
frame_caption_button_container_view.cc | 243 // Since the buttons all have the same size, the closest button is the button 244 // with the center point closest to |position_in_screen|.
|
/external/chromium_org/ui/gfx/image/ |
image_skia.h | 81 // Returns true when ImageSkia looks up the resource pack with the closest 137 // bitmap, the bitmap whose scale factor is closest to 1x is returned.
|
image_skia.cc | 140 // resource, for example), it will fallback to closest image rep. 141 // 2: Invoke GetImageForScale with the closest known scale to the requested 227 // fallback to the closest scale.
|
/external/fio/ |
parse.c | 1069 struct fio_option *o, *closest; local 1077 closest = NULL; 1099 closest = o; 1130 if (closest && best_dist < 3) { 1131 log_info(" - showing closest match\n"); 1132 log_info("%20s: %s\n", closest->name, closest->help); 1133 show_option_help(closest, 0);
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
ZoomView.java | 282 * Find closest sample factor that is power of 2, based on the given width and height 295 // Find the closest sample factor that is power of 2
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
ImportedProject.java | 220 // If not found, pick the closest one that is higher than the 238 // If not found, pick the closest one to the one requested by the
|
/external/lldb/source/Symbol/ |
LineTable.cpp | 313 // Exact match always wins. Otherwise try to find the closest line > the desired 315 // FIXME: Maybe want to find the line closest before and the line closest after and 361 // Exact match always wins. Otherwise try to find the closest line > the desired 363 // FIXME: Maybe want to find the line closest before and the line closest after and
|
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/ |
fast-dtoa.cc | 62 // Output: returns true if the buffer is guaranteed to contain the closest 127 // the closest representation of 'w'. If we have two potential 131 // By generating the digits of too_high we got the largest (closest to 365 // decimal digits then the one closest to W (where W is the correct value 598 // The last digit will be closest to the actual v. That is, even if several 599 // digits might correctly yield 'v' when read again, the closest will be 607 // closest floating-point neighbors. Any number strictly between [all...] |
/external/chromium_org/v8/src/ |
fast-dtoa.cc | 40 // Output: returns true if the buffer is guaranteed to contain the closest 105 // the closest representation of 'w'. If we have two potential 109 // By generating the digits of too_high we got the largest (closest to 341 // decimal digits then the one closest to W (where W is the correct value 574 // The last digit will be closest to the actual v. That is, even if several 575 // digits might correctly yield 'v' when read again, the closest will be 583 // closest floating-point neighbors. Any number strictly between
|
/external/chromium_org/ui/base/resource/ |
resource_bundle.cc | 96 // Returns the scale factor closest to |scale| from the full list of factors. 98 // Finding the closest match is inefficient and shouldn't be done frequently. 600 const ScaleFactor closest = FindClosestScaleFactorUnsafe(display_density); local 601 if (closest != SCALE_FACTOR_100P) 602 supported_scale_factors.push_back(closest);
|
/external/chromium_org/chrome/browser/extensions/ |
bookmark_app_helper.cc | 137 // Find the closest not-smaller bitmap. 230 // remaining icons to the closest allowed size that doesn't yet have an icon. 262 // closest bigger icon to the accepted sizes and resize the icon to it. An
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSValueKeywords.in | 852 closest-side 853 closest-corner 885 // closest-side
|
/external/clang/include/clang/Sema/ |
Scope.h | 210 /// getFnParent - Return the closest scope that is a function body. 220 /// getContinueParent - Return the closest scope that a continue statement 230 /// getBreakParent - Return the closest scope that a break statement
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
LinearLayoutManager.java | 659 * Finds an anchor child from existing Views. Most of the time, this is the view closest to 1817 RecyclerView.ViewHolder closest = null; local [all...] |
/libcore/luni/src/main/java/java/text/ |
ChoiceFormat.java | 306 * Returns the double value which is closest to the specified double but 328 * Returns the double value which is closest to the specified double but 388 * Returns the double value which is closest to the specified double but
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
DefaultErrorHandler.java | 284 // Try to find the locator closest to the cause. 325 // Try to find the locator closest to the cause.
|
/external/chromium_org/courgette/ |
ensemble_create.cc | 113 // from 'old' is matched as the closest element to multiple elements from 'new'. 137 // |new_ensemble|. For each element of |new_ensemble| we find the closest
|
/external/chromium_org/third_party/WebKit/Source/web/ |
TextFinder.h | 127 // Return the index in the find-in-page cache of the match closest to the 129 // The squared distance to the closest match is returned in the distanceSquared parameter.
|
/external/qemu/distrib/sdl-1.2.15/src/audio/nto/ |
SDL_nto_audio.c | 384 /* Try for a closest match on audio format */ 475 buffer size must be a multiple of fragment size, so find closest multiple)
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/ |
CameraSource.java | 309 + "). Closest match: (" + closestWidth + ", " 330 + ".Closest frame rate range: ["
|