/hardware/intel/common/omx-components/videocodec/libvpx_internal/ |
D | UPDATING | 10 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/ |
D | README | 4 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/ |
D | omx_proxy_videodec_secure.c | 24 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/ |
D | omx_proxy_videodec_secure.c | 24 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/ |
D | README | 4 --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/ |
D | pragmas.h | 19 #pragma warning(disable:997 1011 170) 22 #pragma warning(disable:4799)
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_pragmas.h | 19 #pragma warning(disable:997 1011 170) 23 #pragma warning(disable:4799)
|
/hardware/intel/img/hwcomposer/ips/common/ |
D | SpritePlaneBase.cpp | 47 bool SpritePlaneBase::disable() in disable() function in android::intel::SpritePlaneBase
|
D | SpritePlaneBase.h | 34 virtual bool disable();
|
D | OverlayPlaneBase.h | 50 virtual bool disable();
|
/hardware/intel/img/hwcomposer/ips/anniedale/ |
D | AnnCursorPlane.h | 38 bool disable();
|
D | AnnRGBPlane.h | 36 bool disable();
|
D | AnnOverlayPlane.h | 44 virtual bool disable();
|
D | AnnCursorPlane.cpp | 45 bool AnnCursorPlane::disable() in disable() function in android::intel::AnnCursorPlane
|
D | AnnRGBPlane.cpp | 43 bool AnnRGBPlane::disable() in disable() function in android::intel::AnnRGBPlane
|
/hardware/qcom/audio/post_proc/ |
D | bundle.c | 342 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()
|
D | bundle.h | 61 int (*disable)(effect_context_t *context); member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/ |
D | configure.sh | 88 ${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/ |
D | DisplayPlane.h | 102 virtual bool disable() = 0;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | configure | 381 --disable-codecs) for c in ${CODECS}; do disable_feature $c; done ;; 382 --enable-?*|--disable-?*)
|
D | CHANGELOG | 21 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
|
D | README | 16 have these packages, you must pass --disable-install-docs to the
|
/hardware/libhardware/include/hardware/ |
D | bluetooth.h | 441 int (*disable)(void); member
|
/hardware/samsung_slsi/exynos5/mobicore/ |
D | README.android | 15 -s disable daemon scheduler(default enabled)
|
/hardware/qcom/audio/visualizer/ |
D | offload_visualizer.c | 60 int (*disable)(effect_context_t *context); member 1158 if (context->ops.disable) in effect_command() 1159 context->ops.disable(context); in effect_command()
|