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

  /external/libvpx/libvpx/test/
tools_common.sh 31 # Sets $VPX_TOOL_TEST to the name specified by positional parameter one.
33 VPX_TOOL_TEST="${1}"
36 # Clears the VPX_TOOL_TEST variable after confirming that $VPX_TOOL_TEST matches
39 if [ "$1" != "${VPX_TOOL_TEST}" ]; then
42 echo " active test: ${VPX_TOOL_TEST}."
45 VPX_TOOL_TEST='<unset>'
58 # When the contents of $VPX_TOOL_TEST do not match the string '<unset>', reports
59 # failure of test stored in $VPX_TOOL_TEST.
61 if [ -n "${VPX_TOOL_TEST}" ] && [ "${VPX_TOOL_TEST}" != '<unset>' ]; the
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
tools_common.sh 14 # Sets $VPX_TOOL_TEST to the name specified by positional parameter one.
16 VPX_TOOL_TEST="${1}"
19 # Clears the VPX_TOOL_TEST variable after confirming that $VPX_TOOL_TEST matches
22 if [ "$1" != "${VPX_TOOL_TEST}" ]; then
25 echo " active test: ${VPX_TOOL_TEST}."
28 VPX_TOOL_TEST='<unset>'
41 # When the contents of $VPX_TOOL_TEST do not match the string '<unset>', reports
42 # failure of test stored in $VPX_TOOL_TEST.
44 if [ -n "${VPX_TOOL_TEST}" ] && [ "${VPX_TOOL_TEST}" != '<unset>' ]; the
    [all...]

Completed in 7532 milliseconds