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

  /external/libvpx/libvpx/test/
tools_common.sh 132 vpx_config_option_enabled() { function
175 # Echoes yes to stdout when vpx_config_option_enabled() reports yes for
178 [ "$(vpx_config_option_enabled CONFIG_VP8_DECODER)" = "yes" ] && echo yes
181 # Echoes yes to stdout when vpx_config_option_enabled() reports yes for
184 [ "$(vpx_config_option_enabled CONFIG_VP8_ENCODER)" = "yes" ] && echo yes
187 # Echoes yes to stdout when vpx_config_option_enabled() reports yes for
190 [ "$(vpx_config_option_enabled CONFIG_VP9_DECODER)" = "yes" ] && echo yes
193 # Echoes yes to stdout when vpx_config_option_enabled() reports yes for
196 [ "$(vpx_config_option_enabled CONFIG_VP9_ENCODER)" = "yes" ] && echo yes
199 # Echoes yes to stdout when vpx_config_option_enabled() reports yes fo
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
tools_common.sh 113 vpx_config_option_enabled() { function
140 # Echoes yes to stdout when vpx_config_option_enabled() reports yes for
143 [ "$(vpx_config_option_enabled CONFIG_VP8_DECODER)" = "yes" ] && echo yes
146 # Echoes yes to stdout when vpx_config_option_enabled() reports yes for
149 [ "$(vpx_config_option_enabled CONFIG_VP8_ENCODER)" = "yes" ] && echo yes
152 # Echoes yes to stdout when vpx_config_option_enabled() reports yes for
155 [ "$(vpx_config_option_enabled CONFIG_VP9_DECODER)" = "yes" ] && echo yes
158 # Echoes yes to stdout when vpx_config_option_enabled() reports yes for
161 [ "$(vpx_config_option_enabled CONFIG_VP9_ENCODER)" = "yes" ] && echo yes
164 # Echoes yes to stdout when vpx_config_option_enabled() reports yes fo
    [all...]

Completed in 2208 milliseconds