/external/webrtc/webrtc/common_audio/signal_processing/ |
resample_fractional.c | 39 // Resampling ratio: 2/3 84 // Resampling ratio: 3/4 192 // Resampling ratio: 8/11
|
/external/webrtc/webrtc/modules/video_coding/utility/ |
frame_dropper.cc | 91 // out in time. Therefor we must use the key frame ratio rather 194 // to keep our drop ratio. limit is positive in this case. 226 // in order to keep the drop ratio. limit is negative in this case,
|
/external/xz-embedded/linux/Documentation/ |
xz.txt | 8 ratio and relatively fast decompression. The primary compression 10 compression ratio even further. E.g. Branch/Call/Jump (BCJ) filters 11 improve compression ratio of executable data.
|
/frameworks/base/cmds/sm/src/com/android/commands/sm/ |
Sm.java | 207 final int ratio = Integer.parseInt(nextArg()); local 208 mSm.partitionMixed(diskId, ratio); 307 System.err.println(" sm partition DISK [public|private|mixed] [ratio]");
|
/frameworks/base/core/tests/coretests/src/android/util/ |
ScrollViewScenario.java | 53 * What we need of each view that the user wants: the view, and the ratio 63 * Partially implement ViewFactory given a height ratio. 64 * A negative height ratio means that WRAP_CONTENT will be used as height
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/ui/ |
SurfaceRenderFilter.java | 55 * RENDERMODE_FIT: Keep aspect ratio and fit without cropping. May 57 * RENDERMODE_FILL_CROP: Keep aspect ratio and fit without black 160 if (mLogVerbose) Log.v(TAG, "New aspect ratio: " + currentAspectRatio +", previously: " + mAspectRatio);
|
/frameworks/minikin/include/minikin/ |
LayoutCache.h | 174 float ratio = (mRequestCount == 0) ? 0 : mCacheHitCount / (float)mRequestCount; local 175 dprintf(fd, " Hit ratio: %d/%d (%f)\n", mCacheHitCount, mRequestCount, ratio);
|
/frameworks/native/opengl/tests/gl_basic/ |
gl_basic.cpp | 295 float ratio = 320.0f / 480.0f; local 299 glFrustumf(-ratio, ratio, -1, 1, 1, 10);
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
Utilities.java | 121 final float ratio = (float) sourceWidth / sourceHeight; local 123 height = (int) (width / ratio); 125 width = (int) (height * ratio);
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
ConversationWebView.java | 233 * determined by the ratio of actual screen pixels to logical HTML pixels. 240 // in overview mode (aka auto-fit mode), the base ratio is screen px : viewport px 243 // in no-zoom mode, the base ratio is just screen px : mdpi css px (i.e. density)
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
AttachmentTile.java | 188 // ratio of the image 189 final float ratio = Math.min((float) width / height, (float) height / width); local 195 ratio < skinnyThresholdRatio &&
|
/bionic/libc/kernel/uapi/linux/ |
ppp_defs.h | 97 double ratio; member in struct:compstat
|
/cts/suite/audio_quality/test_description/ |
dut_playback_spectrum.xml | 30 <!-- input: host record, device record, samping rate, low frequency in Hz, high frequency in Hz, allowed error for pass in smaller side, allowed error in bigger side%, output: min value in lower side calculated normalized to 1.0, max value in higher side, calculated amplitude ratio in mannitude only between low f to high f -->
|
dut_recording_spectrum.xml | 34 <!-- input: host record, device record, samping rate, low frequency in Hz, high frequency in Hz, allowed error for pass in smaller side, allowed error in bigger side%, output: min value in lower side calculated normalized to 1.0, max value in higher side, calculated amplitude ratio in mannitude only between low f to high f -->
|
/cts/suite/audio_quality/test_description/experimental/ |
dut_playback_spectrum_chirp.xml | 29 <!-- input: host record, device record, samping rate, low frequency in Hz, high frequency in Hz, allowed error for pass in smaller side, allowed error in bigger side%, output: min value in lower side calculated normalized to 1.0, max value in higher side, calculated amplitude ratio in mannitude only between low f to high f -->
|
ref_playback_spectrum.xml | 29 <!-- input: host record, device record, samping rate, low frequency in Hz, high frequency in Hz, allowed error for pass in smaller side, allowed error in bigger side%, output: min value in lower side calculated normalized to 1.0, max value in higher side, calculated amplitude ratio in mannitude only between low f to high f -->
|
ref_playback_spectrum_chirp.xml | 29 <!-- input: host record, device record, samping rate, low frequency in Hz, high frequency in Hz, allowed error for pass in smaller side, allowed error in bigger side%, output: min value in lower side calculated normalized to 1.0, max value in higher side, calculated amplitude ratio in mannitude only between low f to high f -->
|
/developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/ |
ImageResizer.java | 112 * @return A bitmap sampled down from the original with the same aspect ratio and dimensions 145 * @return A bitmap sampled down from the original with the same aspect ratio and dimensions 176 * @return A bitmap sampled down from the original with the same aspect ratio and dimensions 252 // aspect ratio. For example, a panorama may have a much larger
|
/developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/ |
ImageResizer.java | 112 * @return A bitmap sampled down from the original with the same aspect ratio and dimensions 145 * @return A bitmap sampled down from the original with the same aspect ratio and dimensions 176 * @return A bitmap sampled down from the original with the same aspect ratio and dimensions 252 // aspect ratio. For example, a panorama may have a much larger
|
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/ |
ImageResizer.java | 112 * @return A bitmap sampled down from the original with the same aspect ratio and dimensions 145 * @return A bitmap sampled down from the original with the same aspect ratio and dimensions 176 * @return A bitmap sampled down from the original with the same aspect ratio and dimensions 252 // aspect ratio. For example, a panorama may have a much larger
|
/device/linaro/bootloader/edk2/PerformancePkg/Library/TscTimerLib/ |
PeiTscTimerLib.c | 10 That rate may be set by the maximum core-clock to bus-clock ratio of the processor or may be set by
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/CpuPm/ |
CpuPm.asl | 34 // CFGD[2] = PPM_SUPER_LFM = N/2 Ratio
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/ |
NordsieckStepInterpolator.java | 145 final double ratio = stepSize / scalingH; local 147 scaled[i] *= ratio; 151 double power = ratio; 153 power *= ratio;
|
/external/autotest/client/profilers/readprofile/ |
readprofile.py | 8 procedure, calculated as a ratio between the number of ticks and the length of
|
/external/autotest/client/site_tests/hardware_MultiReaderPowerConsumption/ |
control | 34 @param drain_limit: maximum ratio between the card reader energy consumption
|