Home
last modified time | relevance | path

Searched refs:quiet (Results 1 – 12 of 12) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
DMakefile13 quiet?=true macro
77 quiet:=$(if $(or $(verbose), $(V)),, yes) macro
78 qexec=$(if $(quiet),@)
133 $(if $(quiet),@echo " [DEP] $@")
138 $(if $(quiet),@echo " [CC] $@")
142 $(if $(quiet),@echo " [DEP] $@")
147 $(if $(quiet),@echo " [CXX] $@")
151 $(if $(quiet),@echo " [DEP] $@")
157 $(if $(quiet),@echo " [AS] $@")
161 $(if $(quiet),@echo " [DEP] $@")
[all …]
Dconfigure.sh448 ARFLAGS = -rus\$(if \$(quiet),c,v)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/
DREADME.webm23 - quiet read related uint64->size_t warnings
24 - ne_buffer_read: quiet uint64->size_t warning
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxenc.h35 int quiet; member
Dvpxdec.c495 int stop_after = 0, postproc = 0, summary = 0, quiet = 1; in main_loop() local
576 quiet = 0; in main_loop()
729 if (!quiet) in main_loop()
Dvpxenc.c699 global->quiet = 1; in parse_global_config()
1331 if (!global->quiet) in get_cx_data()
1398 if (!global->quiet) in get_cx_data()
1673 if (!global.quiet) { in main()
1746 if (!global.quiet) in main()
DCHANGELOG63 vpxenc: add -quiet option
417 * the -q (quiet) option has been removed, and replaced with
418 -v (verbose). the output is quiet by default. Use -v to see
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
Dvpx-astyle.sh8 --suffix=none --quiet --max-instatement-indent=80 "$@"
Dftfy.sh111 if ! git diff --quiet HEAD; then
153 if ! git diff --quiet; then
/hardware/intel/img/libdrm/
Dconfigure1184 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2069 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
Dltmain.sh773 --quiet|--silent) preserve_args="$preserve_args $opt"
Daclocal.m4609 -q, --quiet do not print progress messages
632 --quiet | --q* | --silent | --s* | -q )
667 lt_config_lt_args="$lt_config_lt_args --quiet"