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

  /external/sonic/
Main.java 9 import javax.sound.sampled.AudioFormat;
10 import javax.sound.sampled.AudioInputStream;
11 import javax.sound.sampled.AudioSystem;
12 import javax.sound.sampled.DataLine;
13 import javax.sound.sampled.LineUnavailableException;
14 import javax.sound.sampled.SourceDataLine;
15 import javax.sound.sampled.UnsupportedAudioFileException;
  /external/jemalloc/include/jemalloc/internal/
prof.h 501 bool sampled, old_sampled; local
521 sampled = ((uintptr_t)tctx > (uintptr_t)1U);
524 if (unlikely(sampled))
  /external/vulkan-validation-layers/demos/android/include/
cube.frag.h 37 10: TypeImage 6(float) 2D sampled format:Unknown
  /external/mesa3d/docs/specs/
WL_bind_wayland_display.spec 120 be sampled from each EGLImage and how they map to rgba components
153 Treated as a single plane texture, but sampled with
  /external/mesa3d/src/compiler/spirv/
spirv_to_nir.c 848 unsigned sampled = w[7]; local
863 if (sampled == 1) {
866 } else if (sampled == 2) {
872 assert(!"We need to know if the image will be sampled");
1431 struct vtn_sampled_image sampled; local
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
SpvBuilder.cpp 376 Id Builder::makeImageType(Id sampledType, Dim dim, bool depth, bool arrayed, bool ms, unsigned sampled, ImageFormat format)
387 type->getImmediateOperand(5) == sampled &&
399 type->addImmediateOperand(sampled);
409 if (sampled)
415 if (sampled)
422 if (sampled)
429 if (sampled)
444 if (! sampled)
    [all...]
SpvBuilder.h 109 Id makeImageType(Id sampledType, Dim, bool depth, bool arrayed, bool ms, unsigned sampled, ImageFormat format);
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
SpvBuilder.cpp 376 Id Builder::makeImageType(Id sampledType, Dim dim, bool depth, bool arrayed, bool ms, unsigned sampled, ImageFormat format)
387 type->getImmediateOperand(5) == sampled &&
399 type->addImmediateOperand(sampled);
409 if (sampled)
415 if (sampled)
422 if (sampled)
429 if (sampled)
444 if (! sampled)
    [all...]
SpvBuilder.h 109 Id makeImageType(Id sampledType, Dim, bool depth, bool arrayed, bool ms, unsigned sampled, ImageFormat format);
  /compatibility/cdd/5_multimedia/
5_1_media-codecs.md 116 <td>4.75 to 12.2 kbps sampled @ 8 kHz</td>
121 <td>9 rates from 6.60 kbit/s to 23.85 kbit/s sampled @ 16 kHz</td>
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
ext_test.go 130 errors = make([]string, 0, 100) // sampled errors, at most cap
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
ext_test.go 128 errors = make([]string, 0, 100) // sampled errors, at most cap
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
ext_test.go 130 errors = make([]string, 0, 100) // sampled errors, at most cap
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
ext_test.go 128 errors = make([]string, 0, 100) // sampled errors, at most cap
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
ext_test.go 129 errors = make([]string, 0, 100) // sampled errors, at most cap
  /prebuilts/go/darwin-x86/src/runtime/
mprof.go 329 var mutexprofilerate uint64 // fraction sampled
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
ext_test.go 129 errors = make([]string, 0, 100) // sampled errors, at most cap
  /prebuilts/go/linux-x86/src/runtime/
mprof.go 329 var mutexprofilerate uint64 // fraction sampled
  /external/vulkan-validation-layers/layers/
core_validation.cpp 2502 auto sampled = image_type.word(7); local
2514 auto sampled = type.word(7); local
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
core_validation.cpp 2273 auto sampled = image_type.word(7); local
2285 auto sampled = type.word(7); local
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
core_validation.cpp 2273 auto sampled = image_type.word(7); local
2285 auto sampled = type.word(7); local
    [all...]

Completed in 835 milliseconds