Home
last modified time | relevance | path

Searched refs:disable (Results 1 – 25 of 38) sorted by relevance

12

/hardware/intel/common/omx-components/videocodec/libvpx_internal/
DUPDATING10 armv7 targets with neon extensions. We disable many features. Some for
18 --disable-runtime-cpu-detect
19 --disable-neon
28 --disable-examples
29 --disable-docs
34 $ ../libvpx/configure --target=armv7-android-gcc --disable-runtime-cpu-detect \
35 --disable-neon --sdk-path=$ANDROID_NDK_ROOT --disable-vp9-encoder \
36 --disable-examples --disable-docs
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
DREADME4 this will run enable and disable sequence sequentially.
7 In the disable sequence, this will disable all but accel engine; all outputs
11 this set the enable sequence to 10 seconds and disable sequence for 1 seconds.
18 this set the enable and disable sequences to last a random time. It is good
22 this enables motion interrupt during the disable sequence.
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/
Domx_proxy_videodec_secure.c24 const OMX_U8 enable = 1, disable = 0; in OMX_ComponentInit() local
75 ret = write(pComponentPrivate->secure_misc_drv_fd, &disable, sizeof(disable)); in OMX_ComponentInit()
116 const OMX_U8 disable = 0; in PROXY_VIDDEC_Secure_ComponentDeInit() local
133 ret = write(secure_misc_drv_fd, &disable, sizeof(disable)); in PROXY_VIDDEC_Secure_ComponentDeInit()
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_video_dec/src/
Domx_proxy_videodec_secure.c24 const OMX_U8 enable = 1, disable = 0; in OMX_ComponentInit() local
76 ret = write(pComponentPrivate->secure_misc_drv_fd, &disable, sizeof(disable)); in OMX_ComponentInit()
126 const OMX_U8 disable = 0; in PROXY_VIDDEC_Secure_ComponentDeInit() local
143 ret = write(secure_misc_drv_fd, &disable, sizeof(disable)); in PROXY_VIDDEC_Secure_ComponentDeInit()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/android/
DREADME4 --enable-postproc --disable-install-srcs --enable-multi-res-encoding \
5 --enable-temporal-denoising --disable-unit-tests --disable-install-docs \
6 --disable-examples --disable-runtime-cpu-detect --sdk=$NDK
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dpragmas.h19 #pragma warning(disable:997 1011 170)
22 #pragma warning(disable:4799)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_pragmas.h19 #pragma warning(disable:997 1011 170)
23 #pragma warning(disable:4799)
/hardware/intel/img/hwcomposer/ips/common/
DSpritePlaneBase.cpp47 bool SpritePlaneBase::disable() in disable() function in android::intel::SpritePlaneBase
DSpritePlaneBase.h34 virtual bool disable();
DOverlayPlaneBase.h50 virtual bool disable();
/hardware/intel/img/hwcomposer/ips/anniedale/
DAnnCursorPlane.h38 bool disable();
DAnnRGBPlane.h36 bool disable();
DAnnOverlayPlane.h44 virtual bool disable();
DAnnCursorPlane.cpp45 bool AnnCursorPlane::disable() in disable() function in android::intel::AnnCursorPlane
DAnnRGBPlane.cpp43 bool AnnRGBPlane::disable() in disable() function in android::intel::AnnRGBPlane
/hardware/qcom/audio/post_proc/
Dbundle.c342 context->ops.disable = equalizer_disable; in effect_lib_create()
359 context->ops.disable = bassboost_disable; in effect_lib_create()
376 context->ops.disable = virtualizer_disable; in effect_lib_create()
399 context->ops.disable = reverb_disable; in effect_lib_create()
614 if (context->ops.disable) in effect_command()
615 context->ops.disable(context); in effect_command()
Dbundle.h61 int (*disable)(effect_context_t *context); member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
Dconfigure.sh88 ${toggle_debug} enable/disable debug mode
89 ${toggle_gprof} enable/disable gprof profiling instrumentation
90 ${toggle_gcov} enable/disable gcov coverage instrumentation
91 ${toggle_thumb} enable/disable building arm assembly in thumb mode
112 of that shown above. If the option --disable-foo is listed, then
518 --enable-?*|--disable-?*)
539 --force-enable-?*|--force-disable-?*)
/hardware/intel/img/hwcomposer/include/
DDisplayPlane.h102 virtual bool disable() = 0;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dconfigure381 --disable-codecs) for c in ${CODECS}; do disable_feature $c; done ;;
382 --enable-?*|--disable-?*)
DCHANGELOG21 Add option to disable documentation
97 configuring with --disable-temporal-denoising. The temporal denoiser
161 Additional constraints were added to disable multi-frame quality
293 disable trellis optimization for first pass
524 ivfenc: correct fixed kf interval, --disable-kf
DREADME16 have these packages, you must pass --disable-install-docs to the
/hardware/libhardware/include/hardware/
Dbluetooth.h441 int (*disable)(void); member
/hardware/samsung_slsi/exynos5/mobicore/
DREADME.android15 -s disable daemon scheduler(default enabled)
/hardware/qcom/audio/visualizer/
Doffload_visualizer.c60 int (*disable)(effect_context_t *context); member
1158 if (context->ops.disable) in effect_command()
1159 context->ops.disable(context); in effect_command()

12