HomeSort by relevance Sort by last modified time
    Searched refs:LIBVPX_BIN_PATH (Results 1 - 12 of 12) sorted by null

  /external/libvpx/libvpx/test/
postproc.sh 30 local decoder="${LIBVPX_BIN_PATH}/postproc${VPX_TEST_EXE_SUFFIX}"
simple_decoder.sh 30 local decoder="${LIBVPX_BIN_PATH}/simple_decoder${VPX_TEST_EXE_SUFFIX}"
simple_encoder.sh 28 local encoder="${LIBVPX_BIN_PATH}/simple_encoder${VPX_TEST_EXE_SUFFIX}"
twopass_encoder.sh 28 local encoder="${LIBVPX_BIN_PATH}/twopass_encoder${VPX_TEST_EXE_SUFFIX}"
vp8cx_set_ref.sh 32 local encoder="${LIBVPX_BIN_PATH}/vp8cx_set_ref${VPX_TEST_EXE_SUFFIX}"
decode_to_md5.sh 31 local decoder="${LIBVPX_BIN_PATH}/decode_to_md5${VPX_TEST_EXE_SUFFIX}"
decode_with_drops.sh 31 local decoder="${LIBVPX_BIN_PATH}/decode_with_drops${VPX_TEST_EXE_SUFFIX}"
resize_util.sh 29 local resizer="${LIBVPX_BIN_PATH}/resize_util${VPX_TEST_EXE_SUFFIX}"
vp9_spatial_svc_encoder.sh 29 encoder="${LIBVPX_BIN_PATH}/vp9_spatial_svc_encoder${VPX_TEST_EXE_SUFFIX}"
tools_common.sh 120 # This script requires that the LIBVPX_BIN_PATH, LIBVPX_CONFIG_PATH, and
124 test_env_var_dir "LIBVPX_BIN_PATH" \
149 # Echoes path to $1 when it's executable and exists in ${LIBVPX_BIN_PATH}, or an
154 local tool_path="${LIBVPX_BIN_PATH}/${tool_name}${VPX_TEST_EXE_SUFFIX}"
157 # the parent directory of $LIBVPX_BIN_PATH.
158 tool_path="${LIBVPX_BIN_PATH}/../${tool_name}${VPX_TEST_EXE_SUFFIX}"
168 # in LIBVPX_BIN_PATH, and is executable.
171 local tool="${LIBVPX_BIN_PATH}/${tool_name}${VPX_TEST_EXE_SUFFIX}"
304 \$LIBVPX_BIN_PATH and then the current directory.
317 if [ -z "${LIBVPX_BIN_PATH}" ] || \
    [all...]
vpx_temporal_svc_encoder.sh 34 local encoder="${LIBVPX_BIN_PATH}/vpx_temporal_svc_encoder"
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
tools_common.sh 92 # This script requires that the LIBVPX_BIN_PATH, LIBVPX_CONFIG_PATH, and
96 if [ ! -d "${LIBVPX_BIN_PATH}" ]; then
97 echo "The LIBVPX_BIN_PATH environment variable must be set."
131 # in LIBVPX_BIN_PATH, and is executable.
137 [ -x "${LIBVPX_BIN_PATH}/${1}" ] && echo yes
176 # LIBVPX_BIN_PATH points to the directory containing vpxdec. Positional
190 decoder="${LIBVPX_BIN_PATH}/vpxdec"
221 encoder="${LIBVPX_BIN_PATH}/vpxenc"
342 \$LIBVPX_BIN_PATH and then the current directory.
355 if [ -z "${LIBVPX_BIN_PATH}" ] || \
    [all...]

Completed in 340 milliseconds