OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LIBVPX_CONFIG_PATH
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
tools_common.sh
33
vpx_config_mk="${
LIBVPX_CONFIG_PATH
}/config.mk"
53
# $
LIBVPX_CONFIG_PATH
/config.mk to stdout, or the version number string when
56
vpx_config_mk="${
LIBVPX_CONFIG_PATH
}/config.mk"
92
# This script requires that the LIBVPX_BIN_PATH,
LIBVPX_CONFIG_PATH
, and
100
if [ ! -d "${
LIBVPX_CONFIG_PATH
}" ]; then
101
echo "The
LIBVPX_CONFIG_PATH
environment variable must be set."
110
# Greps vpx_config.h in
LIBVPX_CONFIG_PATH
for positional parameter one, which
115
vpx_config_file="${
LIBVPX_CONFIG_PATH
}/vpx_config.h"
345
\$
LIBVPX_CONFIG_PATH
and then the current directory.
356
[ -z "${
LIBVPX_CONFIG_PATH
}" ] || \
[
all
...]
/external/libvpx/libvpx/test/
tools_common.sh
50
vpx_config_mk="${
LIBVPX_CONFIG_PATH
}/config.mk"
70
# $
LIBVPX_CONFIG_PATH
/config.mk to stdout, or the version number string when
73
vpx_config_mk="${
LIBVPX_CONFIG_PATH
}/config.mk"
120
# This script requires that the LIBVPX_BIN_PATH,
LIBVPX_CONFIG_PATH
, and
125
&& test_env_var_dir "
LIBVPX_CONFIG_PATH
" \
129
# Greps vpx_config.h in
LIBVPX_CONFIG_PATH
for positional parameter one, which
134
vpx_config_file="${
LIBVPX_CONFIG_PATH
}/vpx_config.h"
307
\$
LIBVPX_CONFIG_PATH
and then the current directory.
318
[ -z "${
LIBVPX_CONFIG_PATH
}" ] || \
332
LIBVPX_CONFIG_PATH
="$2
[
all
...]
Completed in 649 milliseconds