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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
tools_common.sh 132 vpx_tool_available() { function
170 # Echoes yes to stdout when vpxdec exists according to vpx_tool_available().
172 [ -n $(vpx_tool_available vpxdec) ] && echo yes
203 # Echoes yes to stdout when vpxenc exists according to vpx_tool_available().
205 [ -n $(vpx_tool_available vpxenc) ] && echo yes
  /external/libvpx/libvpx/test/
tools_common.sh 169 vpx_tool_available() { function

Completed in 44 milliseconds