Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dwarnings.c92 struct WarningListNode *warning = NULL; in check_encoder_config() local
102 for (warning = warning_list.warning_node; in check_encoder_config()
103 warning != NULL; in check_encoder_config()
104 warning = warning->next_warning, in check_encoder_config()
106 warn(warning->warning_string); in check_encoder_config()
Dlibs.doxy_template435 # configuration options related to warning and progress messages
443 # The WARNINGS tag can be used to turn on/off the warning messages that are
470 # The WARN_FORMAT tag determines the format of the warning messages that
473 # warning originated and the warning text. Optionally the format may contain
479 # The WARN_LOGFILE tag can be used to specify a file to which warning
605 # a warning and turn it on anyway
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/
DREADME.webm16 nestegg.c|975 col 6| warning: ‘r’ may be used uninitialized in this function [-Wuninitialized]
19 - fix track_scale double->uint64 warning
20 - nestegg_packet_track: fix uint64->uint32 warning
24 - ne_buffer_read: quiet uint64->size_t warning
/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/invensense/65xx/libsensors_iio/software/core/driver/include/
Dlog.h126 __pragma (warning(suppress : 4127 )) \
129 __pragma (warning(suppress : 4127 )) \
348 __pragma (warning(suppress : 4127 )) \
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/
Dlog.h144 __pragma (warning(suppress : 4127 )) \
147 __pragma (warning(suppress : 4127 )) \
402 __pragma (warning(suppress : 4127 )) \
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
Dmem.h23 #warning No alignment directives known for this compiler.
/hardware/intel/img/psb_video/src/hwdefs/
Dimg_defs.h164 #pragma warning("Please make sure that you've enabled the --restrict mode t")
/hardware/ti/omap3/dspbridge/inc/
Ddrv.h77 #warning "For tests only remove !!!"
/hardware/intel/common/libwsbm/src/
Dwsbm_driver.c235 #warning Pthreads is not present. Compiling without.
/hardware/intel/img/hwcomposer/merrifield/platforms/merrifield/
DAndroid.mk120 $(warning "Panel rotates 180")
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/
DCHANGES26 * Bug/warning fixes.
/hardware/bsp/intel/peripheral/libmraa/docs/
Dinternals.md38 by the user and so it's layout can and may be changed without warning to users.
/hardware/intel/common/libva/doc/
DDoxyfile542 # configuration options related to warning and progress messages
550 # The WARNINGS tag can be used to turn on/off the warning messages that are
577 # The WARN_FORMAT tag determines the format of the warning messages that
580 # warning originated and the warning text. Optionally the format may contain
586 # The WARN_LOGFILE tag can be used to specify a file to which warning
/hardware/intel/common/libmix/mix_common/
DINSTALL216 A warning: not all `configure' scripts look for a site script.
/hardware/bsp/intel/peripheral/libupm/doxy/node/generators/yuidoc/tmpl/assets/css/
Dmain.css443 /* Deprecation warning. */
/hardware/bsp/intel/peripheral/sensors/mraa/doc/
DDoxyfile688 # Configuration options related to warning and progress messages
698 # The WARNINGS tag can be used to turn on/off the warning messages that are
730 # The WARN_FORMAT tag determines the format of the warning messages that doxygen
732 # will be replaced by the file and line number from which the warning originated
733 # and the warning text. Optionally the format may contain $version, which will
740 # The WARN_LOGFILE tag can be used to specify a file to which warning and error
/hardware/bsp/intel/peripheral/libupm/doxy/
DDoxyfile.in699 # Configuration options related to warning and progress messages
709 # The WARNINGS tag can be used to turn on/off the warning messages that are
741 # The WARN_FORMAT tag determines the format of the warning messages that doxygen
743 # will be replaced by the file and line number from which the warning originated
744 # and the warning text. Optionally the format may contain $version, which will
751 # The WARN_LOGFILE tag can be used to specify a file to which warning and error
DDoxyfile.java.in699 # Configuration options related to warning and progress messages
709 # The WARNINGS tag can be used to turn on/off the warning messages that are
741 # The WARN_FORMAT tag determines the format of the warning messages that doxygen
743 # will be replaced by the file and line number from which the warning originated
744 # and the warning text. Optionally the format may contain $version, which will
751 # The WARN_LOGFILE tag can be used to specify a file to which warning and error
/hardware/bsp/intel/peripheral/libmraa/
DDoxyfile.java.in688 # Configuration options related to warning and progress messages
698 # The WARNINGS tag can be used to turn on/off the warning messages that are
730 # The WARN_FORMAT tag determines the format of the warning messages that doxygen
732 # will be replaced by the file and line number from which the warning originated
733 # and the warning text. Optionally the format may contain $version, which will
740 # The WARN_LOGFILE tag can be used to specify a file to which warning and error
DDoxyfile.in688 # Configuration options related to warning and progress messages
698 # The WARNINGS tag can be used to turn on/off the warning messages that are
730 # The WARN_FORMAT tag determines the format of the warning messages that doxygen
732 # will be replaced by the file and line number from which the warning originated
733 # and the warning text. Optionally the format may contain $version, which will
740 # The WARN_LOGFILE tag can be used to specify a file to which warning and error
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h2864 # pragma warning(push)
2865 # pragma warning(disable:4996)
2914 # pragma warning(pop) // Restores the warning state.
7769 # pragma warning(push) // Saves the current warning state.
7770 # pragma warning(disable:4244) // Temporarily disables warning 4244.
7774 # pragma warning(pop) // Restores the warning state.
9775 # pragma warning(push) // Saves the current warning state.
9776 # pragma warning(disable:4180) // Temporarily disables warning 4180.
9795 # pragma warning(pop) // Restores the warning state.
9849 # pragma warning(push) // Saves the current warning state.
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
Dmkvmuxer.cpp25 #pragma warning(disable:4996)
Dmkvparser.cpp17 #pragma warning(disable:4996)