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

1 2 3 4 5 6

  /external/webrtc/webrtc/modules/audio_coding/neteq/
normal.h 30 // This class provides the "Normal" DSP operation, that is performed when
33 class Normal {
35 Normal(int fs_hz, DecoderDatabase* decoder_database,
44 virtual ~Normal() {}
46 // Performs the "Normal" operation. The decoder data is supplied in |input|,
64 RTC_DISALLOW_COPY_AND_ASSIGN(Normal);
normal_unittest.cc 11 // Unit tests for Normal class.
13 #include "webrtc/modules/audio_coding/neteq/normal.h"
33 TEST(Normal, CreateAndDestroy) {
42 Normal normal(fs, &db, bgn, &expand);
46 TEST(Normal, AvoidDivideByZero) {
57 Normal normal(fs, &db, bgn, &expand);
69 normal.Process(input, 0, kModeExpand, mute_factor_array.get(), &output));
76 // If input_size_samples < 64, then energy_length in Normal::Process() wil
    [all...]
neteq_impl.h 45 class Normal;
261 // Sub-method which calls the Normal class to perform the normal operation.
369 rtc::scoped_ptr<Normal> normal_ GUARDED_BY(crit_sect_);
  /external/vulkan-validation-layers/libs/glm/gtx/
perpendicular.hpp 55 //! Projects x a perpendicular axis of Normal.
60 vecType const & Normal);
projection.hpp 53 //! Projects x on Normal.
58 vecType const & Normal);
rotate_vector.hpp 68 detail::tvec3<T, P> const & normal);
76 detail::tvec3<T, P> const & normal);
120 //! Build a rotation matrix from a normal and a up vector.
124 detail::tvec3<T, P> const & Normal,
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util.h 35 Normal,
40 Spin = Normal
44 explicit Mutex(Type type = Normal);
tsan_test_util_posix.cc 149 if (type_ == Normal)
163 CHECK(type_ == Normal);
172 if (type_ == Normal)
184 if (type_ == Normal)
196 if (type_ == Normal)
209 if (type_ == Normal)
  /frameworks/av/services/audiopolicy/engineconfigurable/wrapper/config/
audio_policy_criteria.conf 65 AndroidModeType 0:Normal,1:RingTone,2:InCall,3:InCommunication
114 Default Normal
  /external/dng_sdk/source/
dng_orientation.h 93 static dng_orientation Normal ()
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
CarrierText.java 73 Normal, // Normal case (sim card present, it's not locked)
235 case Normal:
295 return StatusMode.Normal;
317 return StatusMode.Normal;
361 case Normal:
  /external/skia/src/sfnt/
SkPanose.h 268 ((Normal, 4))
407 ((Normal, 5))
576 ((Normal, 7))
592 ((Normal, 7))
608 ((Normal, 7))
624 ((Normal, 7))
SkOTTable_OS_2_V0.h 31 ((Normal, SkTEndian_SwapBE16(400)))
  /external/skia/debugger/QT/
SkDebuggerGUI.cpp 395 QIcon::Normal, QIcon::Off);
406 QSize(), QIcon::Normal, QIcon::Off);
414 QIcon::Normal, QIcon::Off);
438 QSize(), QIcon::Normal, QIcon::Off);
445 QSize(), QIcon::Normal, QIcon::Off);
452 QIcon::Normal, QIcon::Off);
459 QIcon::Normal, QIcon::Off);
467 QIcon::Normal, QIcon::Off);
485 QIcon::Normal, QIcon::Off);
492 QSize(), QIcon::Normal, QIcon::Off)
    [all...]
  /external/vulkan-validation-layers/demos/smoke/
Meshes.cpp 42 struct Normal {
56 // Position + Normal
80 // Normal
109 normals_.emplace_back(Normal{ v[3], v[4], v[5] });
132 const Normal &normal = normals_[i]; local
136 dst[3] = normal.x;
137 dst[4] = normal.y;
138 dst[5] = normal.z;
165 std::vector<Normal> normals_
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
converter.hpp 313 typedef generic_range_checker<Traits,Pred1,Pred2,OverflowHandler> Normal ;
317 typedef typename mpl::if_<subranged,Normal,Dummy>::type type ;
399 typedef generic_range_checker<Traits,Pred1,Pred2,OverflowHandler> Normal ;
403 typedef typename mpl::if_<subranged,Normal,Dummy>::type type ;
  /external/v8/test/mjsunit/
debug-stepframe.js 10 // Normal function call in a catch scope.
debug-script.js 67 } else if (scripts[i].type == Debug.ScriptType.Normal) {
79 // a normal script during startup too.
104 // Test a normal script.
107 assertEquals(Debug.ScriptType.Normal, debug_script.type);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/rds2/
test_connection.py 91 "Normal": true,
178 db['StatusInfos'][0]['DBInstanceStatusInfo']['Normal'],
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntdd8042.h 74 Normal,
  /external/valgrind/massif/
ms_main.c 196 // - Normal: these record the current time, total memory size, total heap
198 // - Detailed: these record those things in a normal snapshot, plus a very
208 // normal snapshots, a small fraction are detailed snapshots.
    [all...]
  /external/v8/test/mjsunit/es6/
arrow-rest-params-lazy-parsing.js 139 // Normal functions make their arguments object unmapped, but arrow
arrow-rest-params.js 137 // Normal functions make their arguments object unmapped, but arrow
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_FormFiller.cpp 90 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, NULL);
100 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, NULL);
701 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, NULL);
709 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, NULL);
715 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, NULL);
717 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, NULL);
  /external/pdfium/core/src/fpdfdoc/
doc_annot.cpp 91 pAnnot->DrawInContext(pPage, pContext, &matrix, CPDF_Annot::Normal);
93 CPDF_Annot::Normal, pOptions)) {

Completed in 443 milliseconds

1 2 3 4 5 6