/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/ |
LVCS_StereoEnhancer.c | 153 /* | |---------->| Boost |-------->| | */ 158 /* |________| | Boost | |________| */ 164 /* not required and the Trebble boost filter is replaced by a simple gain block. */
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/ |
mem_fn_cc.hpp | 8 // Distributed under the Boost Software License, Version 1.0. (See 10 // http://www.boost.org/LICENSE_1_0.txt) 12 // See http://www.boost.org/libs/bind/mem_fn.html for documentation.
|
bind_cc.hpp | 8 // Distributed under the Boost Software License, Version 1.0. (See 10 // http://www.boost.org/LICENSE_1_0.txt) 12 // See http://www.boost.org/libs/bind/bind.html for documentation.
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/ |
workaround.hpp | 2 // Distributed under the Boost Software License, Version 1.0. (See 4 // http://www.boost.org/LICENSE_1_0.txt) 41 #include <boost/config.hpp>
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
boost_sp_counted_base.h | 38 // Distributed under the Boost Software License, Version 1.0. (See 40 // http://www.boost.org/LICENSE_1_0.txt) 42 // GCC Note: based on version 1.32.0 of the Boost library.
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
boost_sp_counted_base.h | 38 // Distributed under the Boost Software License, Version 1.0. (See 40 // http://www.boost.org/LICENSE_1_0.txt) 42 // GCC Note: based on version 1.32.0 of the Boost library.
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
boost_sp_counted_base.h | 38 // Distributed under the Boost Software License, Version 1.0. (See 40 // http://www.boost.org/LICENSE_1_0.txt) 42 // GCC Note: based on version 1.32.0 of the Boost library.
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/ |
boost_sp_counted_base.h | 38 // Distributed under the Boost Software License, Version 1.0. (See 40 // http://www.boost.org/LICENSE_1_0.txt) 42 // GCC Note: based on version 1.32.0 of the Boost library.
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/detail/ |
fp_traits.hpp | 8 // Distributed under the Boost Software License, Version 1.0. 10 // or copy at http://www.boost.org/LICENSE_1_0.txt) 25 #include <boost/assert.hpp> 26 #include <boost/cstdint.hpp> 27 #include <boost/detail/endian.hpp> 28 #include <boost/static_assert.hpp> 29 #include <boost/type_traits/is_floating_point.hpp> 81 namespace boost { namespace 521 typedef BOOST_DEDUCED_TYPENAME size_to_precision<sizeof(T), ::boost::is_floating_point<T>::value>::type precision; 555 typedef BOOST_DEDUCED_TYPENAME size_to_precision<sizeof(T), ::boost::is_floating_point<T>::value>::type precision [all...] |
/device/moto/shamu/ |
mixer_paths.xml | 158 <ctl name="BOOST ENABLE Spkr Left Prot" value="0" /> 161 <ctl name="BOOST earpiece mode" value="Off" /> 163 <ctl name="BOOST Left Ch Select" value="1" /> 164 <ctl name="BOOST Right Ch Select" value="2" /> 724 <ctl name="BOOST earpiece mode" value="Off" /> 726 <ctl name="BOOST Left Ch Select" value="1" /> 728 <ctl name="BOOST Right Ch Select" value="2" /> 737 <ctl name="BOOST earpiece mode" value="Off" /> 739 <ctl name="BOOST Left Ch Select" value="2" /> 741 <ctl name="BOOST Right Ch Select" value="1" / [all...] |
/external/stlport/ |
configure.bat | 64 REM boost support 65 if "%1" == "--use-boost" goto opt_bst 152 echo "--use-boost <boost install path>" 153 echo Request use of boost support (www.boost.org). For the moment only the boost 510 REM * boost support 518 echo Error: Invalid boost intallation folder ("%2"). 522 echo Activating boost support using "%2" pat [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/ |
converter.hpp | 2 // Use, modification, and distribution is subject to the Boost Software 4 // http://www.boost.org/LICENSE_1_0.txt) 6 // See library home page at http://www.boost.org/libs/numeric/conversion 15 #include "boost/numeric/conversion/detail/meta.hpp" 16 #include "boost/numeric/conversion/detail/conversion_traits.hpp" 17 #include "boost/numeric/conversion/bounds.hpp" 19 #include "boost/type_traits/is_same.hpp" 21 #include "boost/mpl/integral_c.hpp" 23 namespace boost { namespace numeric { namespace convdetail namespace 598 } } } // namespace boost::numeric::convdetai [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/detail/ |
is_function_ptr_helper.hpp | 5 // Use, modification and distribution are subject to the Boost Software License, 7 // http://www.boost.org/LICENSE_1_0.txt). 9 // See http://www.boost.org/libs/type_traits for most recent version including documentation. 18 #include <boost/type_traits/config.hpp> 21 # include <boost/preprocessor/iterate.hpp> 22 # include <boost/preprocessor/enum_params.hpp> 23 # include <boost/preprocessor/comma_if.hpp> 26 namespace boost { namespace 198 (3, (0, 25, "boost/type_traits/detail/is_function_ptr_helper.hpp")) 204 } // namespace boost [all...] |
/frameworks/av/media/libeffects/lvm/lib/Bundle/lib/ |
LVM.h | 89 #define LVM_BE_0DB 0 /* 0dB boost, no effect */ 90 #define LVM_BE_3DB 3 /* +3dB boost */ 91 #define LVM_BE_6DB 6 /* +6dB boost */ 92 #define LVM_BE_9DB 9 /* +9dB boost */ 93 #define LVM_BE_12DB 12 /* +12dB boost */ 94 #define LVM_BE_15DB 15 /* +15dB boost */ [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/detail/ |
auto_rec.hpp | 4 # * Distributed under the Boost Software License, Version 1.0. (See 6 # * http://www.boost.org/LICENSE_1_0.txt) 10 # /* See http://www.boost.org for most recent version. */ 12 # include <boost/preprocessor/config/config.hpp> 15 # include <boost/preprocessor/detail/dmc/auto_rec.hpp> 21 # include <boost/preprocessor/control/iif.hpp>
|
/external/aac/libAACdec/src/ |
aacdec_drc_types.h | 138 FIXP_DBL boost; /* The boost scale factor currently used. */ member in struct:__anon4636 139 FIXP_DBL usrBoost; /* The latest boost scale factor set by user. */
|
/external/stlport/stlport/stl/config/ |
_msvc.h | 80 /* Full compiler version comes from boost library intrinsics.hpp header. */ 162 * methods for other classes. Moreover Boost (www.boost.org) required it to be granted.
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
_msvc.h | 80 /* Full compiler version comes from boost library intrinsics.hpp header. */ 162 * methods for other classes. Moreover Boost (www.boost.org) required it to be granted.
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/slot/detail/ |
shared.hpp | 4 # * Distributed under the Boost Software License, Version 1.0. (See 6 # * http://www.boost.org/LICENSE_1_0.txt) 10 # /* See http://www.boost.org for most recent version. */
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/ |
_msvc.h | 80 /* Full compiler version comes from boost library intrinsics.hpp header. */ 162 * methods for other classes. Moreover Boost (www.boost.org) required it to be granted.
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/ |
_msvc.h | 80 /* Full compiler version comes from boost library intrinsics.hpp header. */ 162 * methods for other classes. Moreover Boost (www.boost.org) required it to be granted.
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/ |
_msvc.h | 80 /* Full compiler version comes from boost library intrinsics.hpp header. */ 162 * methods for other classes. Moreover Boost (www.boost.org) required it to be granted.
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/ |
_msvc.h | 80 /* Full compiler version comes from boost library intrinsics.hpp header. */ 162 * methods for other classes. Moreover Boost (www.boost.org) required it to be granted.
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/ |
_msvc.h | 80 /* Full compiler version comes from boost library intrinsics.hpp header. */ 162 * methods for other classes. Moreover Boost (www.boost.org) required it to be granted.
|
/external/chromium-trace/trace-viewer/src/tracing/ |
timeline_track_view.js | 229 var boost = range * 0.15; 230 this.viewport_.xSetWorldBounds(min - boost, 231 min + range + boost, 427 var boost = worldRangeHalf * 0.5; 428 this.viewport_.xSetWorldBounds(worldCenter - worldRangeHalf - boost, 429 worldCenter + worldRangeHalf + boost, 454 var boost = worldRangeHalf * 0.5; 456 worldCenter - worldRangeHalf - boost, 457 worldCenter + worldRangeHalf + boost,
|