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

  /external/libvpx/libvpx/test/
vpxenc.sh 11 ## This file tests vpxenc using hantro_collage_w352h288.yuv as input. To add
33 if [ -z "$(vpx_tool_path vpxenc)" ]; then
34 elog "vpxenc not found. It must exist in LIBVPX_BIN_PATH or its parent."
51 # Echo vpxenc command line parameters allowing use of
67 # Echo default vpxenc real time encoding params. $1 is the codec, which defaults
93 # Wrapper function for running vpxenc with pipe input. Requires that
94 # LIBVPX_BIN_PATH points to the directory containing vpxenc. $1 is used as the
96 # to vpxenc.
98 local readonly encoder="$(vpx_tool_path vpxenc)"
106 # Wrapper function for running vpxenc. Requires that LIBVPX_BIN_PATH points t
109 vpxenc() { function
    [all...]
stress.sh 62 if [ -z "$(vpx_tool_path vpxenc)" ]; then
63 elog "vpxenc not found. It must exist in LIBVPX_BIN_PATH or its parent."
76 local readonly encoder="$(vpx_tool_path vpxenc)"
  /external/autotest/server/site_tests/native_Benchmarks/
webm.py 53 run_check(utils, cmd, 'Error occurred building vpxenc')
55 files = ['vpxenc', 'vpxdec']
65 self.vpxenc = '%s/vpxenc' % scratch_cli
vp8.py 9 """Build webm codec (vpxenc/vpxdec) and run them on client"""
31 (self.webm.vpxenc, self.scratch_cli))
webm.tar.bz2 
  /external/libvpx/libvpx/
examples.mk 89 UTILS-$(CONFIG_ENCODERS) += vpxenc.c
90 vpxenc.SRCS += args.c args.h y4minput.c y4minput.h vpxenc.h
91 vpxenc.SRCS += ivfdec.c ivfdec.h
92 vpxenc.SRCS += ivfenc.c ivfenc.h
93 vpxenc.SRCS += rate_hist.c rate_hist.h
94 vpxenc.SRCS += tools_common.c tools_common.h
95 vpxenc.SRCS += warnings.c warnings.h
96 vpxenc.SRCS += vpx_ports/mem_ops.h
97 vpxenc.SRCS += vpx_ports/mem_ops_aligned.
    [all...]
CHANGELOG 55 The vpxenc utility now prefers VP9 by default.
113 Add estimated completion time to vpxenc
114 Don't exit on decode errors in vpxenc
115 vpxenc: support scaling prior to encoding
117 vpxenc: improve progress indicators with --skip
149 vpxenc: add -quiet option
208 The vpxenc application has initial support for producing multiple
214 Also, the vpxenc application will now use a keyframe interval of
345 Stereo 3D format support for vpxenc
349 vpxenc: add quantizer histogram displa
    [all...]
video_reader.h 19 // code and in vpxenc/vpxdec later. All low-level details like memory
warnings.c 21 #include "./vpxenc.h"
ivfdec.c 22 // Some versions of vpxenc used 1/(2*fps) for the timebase, so
webmenc.cc 36 std::string version = "vpxenc";
libs.mk 573 ## vpxdec/vpxenc tests.
589 $(qexec)$(SRC_PATH_BARE)/test/vpxenc.sh \
vpxenc.c 11 #include "./vpxenc.h"
    [all...]
  /frameworks/av/media/libstagefright/omx/
SoftOMXPlugin.cpp 58 { "OMX.google.vp8.encoder", "vpxenc", "video_encoder.vp8" },
59 { "OMX.google.vp9.encoder", "vpxenc", "video_encoder.vp9" },
  /external/libvpx/libvpx/vp9/decoder/
vp9_decoder.c 158 * vpxenc --test-decode functionality working, and will be replaced in a
188 // vpxenc --test-decode functionality working, and will be replaced in a

Completed in 450 milliseconds