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

  /cts/tests/tests/media/src/android/media/cts/
DecoderTestAacDrc.java 64 // full boost, full cut, target ref level: -23dBFS, heavy compression: no
92 // half boost, half cut, target ref level: -20dBFS, heavy compression: no
107 // no boost, no cut, target ref level: -16dBFS, heavy compression: no
117 * Apply heavy compression gains and normalize to -16dBFS output level.
122 // full boost, full cut, target ref level: -16dBFS, heavy compression: yes
318 private void checkUsacLoudness(int decoderTargetLevel, int heavy, float normFactor,
322 DrcParams drcParams_test = new DrcParams(127, 127, decoderTargetLevel, heavy);
368 int mHeavy; // en-/disable heavy compression
377 public DrcParams(int boost, int cut, int decoderTargetLevel, int heavy) {
381 mHeavy = heavy;
    [all...]
  /external/ltp/testcases/kernel/hotplug/cpu_hotplug/functional/
cpuhotplug07.sh 19 Desc: What happens when hotplugging during a heavy workload?
  /external/lisa/tests/lisa/
test_wlgen_rtapp.py 159 heavy = Periodic(duty_cycle_pct=90, duration_s=0.1, period_ms=100)
161 task = light + ramp + heavy
214 # Heavy phase:
  /prebuilts/go/darwin-x86/src/cmd/vet/
assign.go 44 continue // short-circuit the heavy-weight gofmt check
  /prebuilts/go/darwin-x86/test/
peano.go 7 // Test that heavy recursion works. Simple torture test for
  /prebuilts/go/linux-x86/src/cmd/vet/
assign.go 44 continue // short-circuit the heavy-weight gofmt check
  /prebuilts/go/linux-x86/test/
peano.go 7 // Test that heavy recursion works. Simple torture test for
  /frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.cpp 38 #define DRC_DEFAULT_MOBILE_DRC_HEAVY 1 /* switch for heavy compression for mobile conf */
197 unsigned heavy = atoi(value); local
198 ALOGV("AAC decoder using desried DRC heavy compression switch of %d instead of %d", heavy,
200 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_HEAVY, heavy);
    [all...]
  /hardware/google/av/media/codecs/aac/
C2SoftAacDec.cpp 41 #define DRC_DEFAULT_MOBILE_DRC_HEAVY 1 /* switch for heavy compression for mobile conf */
245 unsigned heavy = atoi(value); local
246 ALOGV("AAC decoder using desried DRC heavy compression switch of %d instead of %d", heavy,
248 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_HEAVY, heavy);
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityStarter.java 1039 final ProcessRecord heavy = mService.mHeavyWeightProcess; local
    [all...]
  /frameworks/base/core/proto/android/os/
system_properties.proto 43 optional int32 heavy = 4;
  /frameworks/base/core/java/android/app/
Notification.java     [all...]
  /prebuilts/go/darwin-x86/src/runtime/
os_linux.go 53 // is not, even timediv is too heavy, and we really need to use just an
malloc.go 541 // returns that object along with a flag indicating that this was a heavy
542 // weight allocation. If it is a heavy weight allocation the caller must
    [all...]
proc.go     [all...]
  /prebuilts/go/linux-x86/src/runtime/
os_linux.go 53 // is not, even timediv is too heavy, and we really need to use just an
malloc.go 541 // returns that object along with a flag indicating that this was a heavy
542 // weight allocation. If it is a heavy weight allocation the caller must
    [all...]
proc.go     [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationManagerService.java 431 // We don't want to store the heavy bits of the notification in the archive,
    [all...]
  /external/v8/tools/
tickprocessor.js 478 print('\n [Bottom up (heavy) profile]:');
  /prebuilts/go/darwin-x86/src/encoding/gob/
type.go 684 // Under heavy read contention, this is significantly faster than a map
  /prebuilts/go/linux-x86/src/encoding/gob/
type.go 684 // Under heavy read contention, this is significantly faster than a map
  /external/robolectric/v3/runtime/
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.3_r2-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 810 milliseconds