Home
last modified time | relevance | path

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

123

/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/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/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/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/vp9/common/
Dvp9_pragmas.h19 #pragma warning(disable:997 1011 170)
23 #pragma warning(disable:4799)
/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/libmix/mix_video/test/src/
DMakefile.am16 test_framemanager_LIBTOOLFLAGS = --tag=disable-static
/hardware/intel/common/libmix/mix_audio/tests/smoke/
DMakefile.am19 mixaudiosmoke_LIBTOOLFLAGS = --tag=disable-static
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
DSpritePlaneBase.cpp47 bool SpritePlaneBase::disable() in disable() function in android::intel::SpritePlaneBase
DSpritePlaneBase.h34 virtual bool disable();
/hardware/intel/img/hwcomposer/merrifield/ips/common/
DSpritePlaneBase.cpp47 bool SpritePlaneBase::disable() in disable() function in android::intel::SpritePlaneBase
DSpritePlaneBase.h35 virtual bool disable();
/hardware/intel/common/libmix/mix_common/src/
DMakefile.am19 libmixcommon_la_LIBTOOLFLAGS = --tag=disable-static
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
DAnnCursorPlane.h38 bool disable();
DAnnRGBPlane.h37 bool disable();
DAnnOverlayPlane.h42 virtual bool disable();
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/
DTngCursorPlane.h38 bool disable();
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
DAnnCursorPlane.h38 bool disable();
DAnnRGBPlane.h36 bool disable();
DAnnOverlayPlane.h44 virtual bool disable();
/hardware/qcom/audio/msm8909/post_proc/
Dbundle.c356 context->ops.disable = equalizer_disable; in effect_lib_create()
376 context->ops.disable = bass_disable; in effect_lib_create()
397 context->ops.disable = virtualizer_disable; in effect_lib_create()
423 context->ops.disable = reverb_disable; in effect_lib_create()
638 if (context->ops.disable) in effect_command()
639 context->ops.disable(context); in effect_command()
/hardware/qcom/audio/post_proc/
Dbundle.c343 context->ops.disable = equalizer_disable; in effect_lib_create()
360 context->ops.disable = bassboost_disable; in effect_lib_create()
377 context->ops.disable = virtualizer_disable; in effect_lib_create()
400 context->ops.disable = reverb_disable; in effect_lib_create()
615 if (context->ops.disable) in effect_command()
616 context->ops.disable(context); in effect_command()
Dbundle.h61 int (*disable)(effect_context_t *context); member
/hardware/intel/common/libmix/mix_audio/src/
DMakefile.am27 libmixaudio_la_LIBTOOLFLAGS = --tag=disable-static

123