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

  /cts/apps/CameraITS/tests/scene1/
test_param_color_correction.py 90 ratios = [rgb_means[0] / rgb_means[1], rgb_means[2] / rgb_means[1]]
91 print "Means = ", rgb_means, " Ratios =", ratios
  /external/skia/bench/
check_bench_regressions.py 175 ratios = exceptions[i].keys()
176 ratios.sort(reverse=True)
178 for ratio in ratios:
  /external/skqp/bench/
check_bench_regressions.py 175 ratios = exceptions[i].keys()
176 ratios.sort(reverse=True)
178 for ratio in ratios:
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/measurement/
measurement.go 68 ratios := make([]float64, len(p.SampleType))
71 ratios[i] = 1
74 ratios[i], _ = Scale(1, st.Unit, sampleType[i].Unit)
77 if err := p.ScaleN(ratios); err != nil {
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/measurement/
measurement.go 68 ratios := make([]float64, len(p.SampleType))
71 ratios[i] = 1
74 ratios[i], _ = Scale(1, st.Unit, sampleType[i].Unit)
77 if err := p.ScaleN(ratios); err != nil {
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/profile/
profile.go 677 ratios := make([]float64, len(p.SampleType))
679 ratios[i] = ratio
681 p.ScaleN(ratios)
685 func (p *Profile) ScaleN(ratios []float64) error {
686 if len(p.SampleType) != len(ratios) {
687 return fmt.Errorf("mismatched scale ratios, got %d, want %d", len(ratios), len(p.SampleType))
690 for _, r := range ratios {
701 if ratios[i] != 1 {
702 s.Value[i] = int64(float64(v) * ratios[i]
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/profile/
profile.go 677 ratios := make([]float64, len(p.SampleType))
679 ratios[i] = ratio
681 p.ScaleN(ratios)
685 func (p *Profile) ScaleN(ratios []float64) error {
686 if len(p.SampleType) != len(ratios) {
687 return fmt.Errorf("mismatched scale ratios, got %d, want %d", len(ratios), len(p.SampleType))
690 for _, r := range ratios {
701 if ratios[i] != 1 {
702 s.Value[i] = int64(float64(v) * ratios[i]
    [all...]
  /prebuilts/go/darwin-x86/doc/codewalk/
pig.go 93 // e.g., ratios(1, 2, 3) = "1/6 (16.7%), 2/6 (33.3%), 3/6 (50.0%)"
  /prebuilts/go/linux-x86/doc/codewalk/
pig.go 93 // e.g., ratios(1, 2, 3) = "1/6 (16.7%), 2/6 (33.3%), 3/6 (50.0%)"
  /frameworks/base/media/java/android/media/
MediaCodecInfo.java 1754 Range<Rational> ratios = null, blockRatios = null; local
    [all...]
  /external/autotest/server/cros/dynamic_suite/
suite.py     [all...]
  /external/swiftshader/third_party/subzero/bloat/
webtreemap.js 106 // Add rectangle one by one, stopping when aspect ratios begin to go
  /cts/tests/camera/src/android/hardware/cts/
CameraTest.java 1504 List<Integer> ratios = parameters.getZoomRatios(); local
    [all...]
  /compatibility/cdd/3_software/
3_8_user-interface-compatibility.md 519 * [C-3-3] MUST support aspect ratios greater than or equal to
  /prebuilts/go/darwin-x86/src/image/jpeg/
reader.go 373 // 4:1:1 or 4:1:0 chroma subsampling ratios. This implies that the
  /prebuilts/go/linux-x86/src/image/jpeg/
reader.go 373 // 4:1:1 or 4:1:0 chroma subsampling ratios. This implies that the

Completed in 396 milliseconds