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 - 3
of
3
) sorted by null
/external/libvpx/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
...]
/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/chromium_org/third_party/libvpx/source/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"
109
# This script requires that the LIBVPX_BIN_PATH,
LIBVPX_CONFIG_PATH
, and
117
if [ ! -d "${
LIBVPX_CONFIG_PATH
}" ]; then
118
echo "The
LIBVPX_CONFIG_PATH
environment variable must be set."
127
# Greps vpx_config.h in
LIBVPX_CONFIG_PATH
for positional parameter one, which
132
vpx_config_file="${
LIBVPX_CONFIG_PATH
}/vpx_config.h"
302
\$
LIBVPX_CONFIG_PATH
and then the current directory.
313
[ -z "${
LIBVPX_CONFIG_PATH
}" ] || \
[
all
...]
Completed in 1712 milliseconds