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

  /external/libvpx/libvpx/test/
vpxdec.sh 17 VP8_IVF_FILE="${LIBVPX_TEST_DATA_PATH}/vp80-00-comprehensive-001.ivf"
22 if [ ! -e "${VP8_IVF_FILE}" ] || [ ! -e "${VP9_WEBM_FILE}" ]; then
44 vpxdec "${VP8_IVF_FILE}"
50 vpxdec "${VP8_IVF_FILE}" -
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
vpxdec.sh 17 VP8_IVF_FILE="${LIBVPX_TEST_DATA_PATH}/vp80-00-comprehensive-001.ivf"
22 if [ ! -e "${VP8_IVF_FILE}" ] || [ ! -e "${VP9_WEBM_FILE}" ]; then
44 vpxdec "${VP8_IVF_FILE}"
50 vpxdec "${VP8_IVF_FILE}" -
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
vpxdec.sh 19 if [ ! -e "${VP8_IVF_FILE}" ] || [ ! -e "${VP9_WEBM_FILE}" ]; then
41 vpxdec "${VP8_IVF_FILE}"
47 vpxdec "${VP8_IVF_FILE}" -
decode_with_drops.sh 19 # $VP8_IVF_FILE and $VP9_IVF_FILE are required.
21 if [ ! -e "${VP8_IVF_FILE}" ] || [ ! -e "${VP9_IVF_FILE}" ]; then
44 # Decodes $VP8_IVF_FILE while dropping frames, twice: once in sequence mode,
46 # Note: This test assumes that $VP8_IVF_FILE has exactly 29 frames, and could
51 decode_with_drops "${VP8_IVF_FILE}" "vp8" "2-28"
54 decode_with_drops "${VP8_IVF_FILE}" "vp8" "3/4"
postproc.sh 19 # $VP8_IVF_FILE and $VP9_IVF_FILE are required.
21 if [ ! -e "${VP8_IVF_FILE}" ] || [ ! -e "${VP9_IVF_FILE}" ]; then
44 postproc "${VP8_IVF_FILE}" vp8 || return 1
simple_decoder.sh 19 # $VP8_IVF_FILE and $VP9_IVF_FILE are required.
21 if [ ! -e "${VP8_IVF_FILE}" ] || [ ! -e "${VP9_IVF_FILE}" ]; then
44 simple_decoder "${VP8_IVF_FILE}" vp8 || return 1
decode_to_md5.sh 19 # $VP8_IVF_FILE and $VP9_IVF_FILE are required.
21 if [ ! -e "${VP8_IVF_FILE}" ] || [ ! -e "${VP9_IVF_FILE}" ]; then
53 decode_to_md5 "${VP8_IVF_FILE}" "vp8" "${expected_md5}"
tools_common.sh 438 VP8_IVF_FILE="${LIBVPX_TEST_DATA_PATH}/vp80-00-comprehensive-001.ivf"

Completed in 67 milliseconds