/external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xv/ |
Xv.c | 374 pe->rate.denominator = u.pe->rate.denominator;
|
/external/valgrind/main/exp-bbv/tests/arm-linux/ |
ll.S | 406 @ r3=numerator r4=denominator 413 mul r5,r7,r4 @ multiply Q by denominator
|
/frameworks/base/core/java/com/android/internal/os/ |
ProcessCpuTracker.java | 761 private void printRatio(PrintWriter pw, long numerator, long denominator) { 762 long thousands = (numerator*1000)/denominator;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
ratio | 255 * numerator and denominator representable by compile-time constants of 268 static_assert(_Den != 0, "denominator cannot be zero");
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
ratio | 255 * numerator and denominator representable by compile-time constants of 268 static_assert(_Den != 0, "denominator cannot be zero");
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ |
ratio | 252 * numerator and denominator representable by compile-time constants of 265 static_assert(_Den != 0, "denominator cannot be zero");
|
/sdk/emulator/opengl/host/libs/Translator/include/GL/ |
wglext.h | 646 extern BOOL WINAPI wglGetMscRateOML (HDC hdc, INT32 *numerator, INT32 *denominator); 653 typedef BOOL (WINAPI * PFNWGLGETMSCRATEOMLPROC) (HDC hdc, INT32 *numerator, INT32 *denominator); [all...] |
/system/media/camera/src/ |
camera_metadata.c | 960 int32_t denominator = *(int32_t*)(data_ptr + index + 4); local [all...] |
/external/chromium_org/content/common/gpu/media/ |
exynos_video_encode_accelerator.cc | 382 profile.max_framerate.denominator = 1; 388 profile.max_framerate.denominator = 1; [all...] |
android_video_encode_accelerator.cc | 109 profile.max_framerate.denominator = 1;
|
/system/media/camera/tests/ |
camera_metadata_tests.cpp | 880 data_rational[0].denominator = 1; 882 data_rational[1].denominator = 1; 884 data_rational[2].denominator = total_tag_count; [all...] |
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
SwapChain11.cpp | 478 swapChainDesc.BufferDesc.RefreshRate.Denominator = 1;
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
service.h | 199 // "least common denominator" set of features which we expect all
|
/external/chromium_org/ui/gl/ |
gl_surface_egl.cc | 86 virtual bool GetMscRate(int32* numerator, int32* denominator) OVERRIDE {
|
/external/eigen/unsupported/Eigen/src/MatrixFunctions/ |
MatrixExponential.h | 193 m_tmp2 = -m_U + m_V; // denominator of Pade approximant
|
/external/llvm/lib/Transforms/Utils/ |
SimplifyIndVar.cpp | 99 // the numerator and have a constant denominator.
|
/external/protobuf/src/google/protobuf/ |
service.h | 199 // "least common denominator" set of features which we expect all
|
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
pvamrwbdecoder_cnst.h | 110 #define TILT_FAC 22282 /* tilt factor (denominator) (0.68 in Q15) */
|
/frameworks/base/docs/html/guide/practices/app-design/ |
seamlessness.jd | 194 The lowest common denominator, however, is GPRS, the non-3G data service for
|
/frameworks/base/docs/html/guide/practices/ |
seamlessness.jd | 195 The lowest common denominator, however, is GPRS, the non-3G data service for
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
ratio | 238 static_assert(__static_abs<_Den>::value > 0, "ratio denominator is out of range");
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
Xutil.h | 84 int y; /* denominator */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xutil.h | 84 int y; /* denominator */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xutil.h | 84 int y; /* denominator */
|
/external/chromium_org/ui/gfx/ |
skbitmap_operations.cc | 248 // - Each function has a constant denominator (called |den|, which should be a 256 // the denominator squared (set |den2 = den * den|). In such a case, the
|