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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
vpxenc.sh 11 ## This file tests vpxenc using hantro_collage_w352h288.yuv as input. To add
47 vpxenc vp8 ${YUV_RAW_INPUT_WIDTH} ${YUV_RAW_INPUT_HEIGHT} ${TEST_FRAMES} \
54 vpxenc vp8 ${YUV_RAW_INPUT_WIDTH} ${YUV_RAW_INPUT_HEIGHT} ${TEST_FRAMES} \
62 vpxenc vp8 ${YUV_RAW_INPUT_WIDTH} ${YUV_RAW_INPUT_HEIGHT} ${TEST_FRAMES} \
69 vpxenc vp9 ${YUV_RAW_INPUT_WIDTH} ${YUV_RAW_INPUT_HEIGHT} ${TEST_FRAMES} \
77 vpxenc vp9 ${YUV_RAW_INPUT_WIDTH} ${YUV_RAW_INPUT_HEIGHT} ${TEST_FRAMES} \
84 vpxenc vp9 ${YUV_RAW_INPUT_WIDTH} ${YUV_RAW_INPUT_HEIGHT} ${TEST_FRAMES} \
tools_common.sh 203 # Echoes yes to stdout when vpxenc exists according to vpx_tool_available().
205 [ -n $(vpx_tool_available vpxenc) ] && echo yes
208 # Wrapper function for running vpxenc. Positional parameters are interpreted as
219 # input is piped to vpxenc via cat.
220 vpxenc() { function
221 encoder="${LIBVPX_BIN_PATH}/vpxenc"
234 # Because --ivf must be within the command line to get IVF from vpxenc.
  /external/libvpx/libvpx/test/
vpxenc.sh 11 ## This file tests vpxenc using hantro_collage_w352h288.yuv as input. To add
42 # Echoes yes to stdout when vpxenc exists according to vpx_tool_available().
44 [ -n "$(vpx_tool_available vpxenc)" ] && echo yes
47 # Wrapper function for running vpxenc with pipe input. Requires that
48 # LIBVPX_BIN_PATH points to the directory containing vpxenc. $1 is used as the
50 # to vpxenc.
52 local readonly encoder="${LIBVPX_BIN_PATH}/vpxenc${VPX_TEST_EXE_SUFFIX}"
58 # Wrapper function for running vpxenc. Requires that LIBVPX_BIN_PATH points to
59 # the directory containing vpxenc. $1 one is used as the input file path and
60 # shifted away. All remaining parameters are passed through to vpxenc
61 vpxenc() { function
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
examples.mk 43 UTILS-$(CONFIG_ENCODERS) += vpxenc.c
44 vpxenc.SRCS += args.c args.h y4minput.c y4minput.h vpxenc.h
45 vpxenc.SRCS += ivfdec.c ivfdec.h
46 vpxenc.SRCS += ivfenc.c ivfenc.h
47 vpxenc.SRCS += rate_hist.c rate_hist.h
48 vpxenc.SRCS += tools_common.c tools_common.h
49 vpxenc.SRCS += warnings.c warnings.h
50 vpxenc.SRCS += vpx_ports/mem_ops.h
51 vpxenc.SRCS += vpx_ports/mem_ops_aligned.
    [all...]
  /external/libvpx/libvpx/
examples.mk 73 UTILS-$(CONFIG_ENCODERS) += vpxenc.c
74 vpxenc.SRCS += args.c args.h y4minput.c y4minput.h vpxenc.h
75 vpxenc.SRCS += ivfdec.c ivfdec.h
76 vpxenc.SRCS += ivfenc.c ivfenc.h
77 vpxenc.SRCS += rate_hist.c rate_hist.h
78 vpxenc.SRCS += tools_common.c tools_common.h
79 vpxenc.SRCS += warnings.c warnings.h
80 vpxenc.SRCS += vpx_ports/mem_ops.h
81 vpxenc.SRCS += vpx_ports/mem_ops_aligned.
    [all...]
libs.mk 543 ## vpxdec/vpxenc tests.
559 $(qexec)$(SRC_PATH_BARE)/test/vpxenc.sh \

Completed in 3714 milliseconds