OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vpxdec
(Results
1 - 8
of
8
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
vpxdec.sh
11
## This file tests
vpxdec
. To add new tests to this file, do the following:
44
vpxdec
"${VP8_IVF_FILE}"
50
vpxdec
"${VP8_IVF_FILE}" -
57
vpxdec
"${VP9_WEBM_FILE}"
tools_common.sh
170
# Echoes yes to stdout when
vpxdec
exists according to vpx_tool_available().
172
[ -n $(vpx_tool_available
vpxdec
) ] && echo yes
175
# Wrapper function for running
vpxdec
in noblit mode. Requires that
176
# LIBVPX_BIN_PATH points to the directory containing
vpxdec
. Positional
179
# to
vpxdec
via pipe from cat instead of directly.
180
vpxdec
() {
function
185
# shift away $1 and $2 so the remaining arguments can be passed to
vpxdec
190
decoder="${LIBVPX_BIN_PATH}/
vpxdec
"
/external/libvpx/libvpx/test/
vpxdec.sh
11
## This file tests
vpxdec
. To add new tests to this file, do the following:
25
if [ -z "$(vpx_tool_path
vpxdec
)" ]; then
26
elog "
vpxdec
not found. It must exist in LIBVPX_BIN_PATH or its parent."
31
# Wrapper function for running
vpxdec
with pipe input. Requires that
32
# LIBVPX_BIN_PATH points to the directory containing
vpxdec
. $1 is used as the
34
# to
vpxdec
.
36
local readonly decoder="$(vpx_tool_path
vpxdec
)"
42
# Wrapper function for running
vpxdec
. Requires that LIBVPX_BIN_PATH points to
43
# the directory containing
vpxdec
. $1 one is used as the input file path and
44
# shifted away. All remaining parameters are passed through to
vpxdec
45
vpxdec
() {
function
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
examples.mk
20
UTILS-$(CONFIG_DECODERS) +=
vpxdec
.c
21
vpxdec
.SRCS += md5_utils.c md5_utils.h
22
vpxdec
.SRCS += vpx_ports/mem_ops.h
23
vpxdec
.SRCS += vpx_ports/mem_ops_aligned.h
24
vpxdec
.SRCS += vpx_ports/vpx_timer.h
25
vpxdec
.SRCS += vpx/vpx_integer.h
26
vpxdec
.SRCS += args.c args.h
27
vpxdec
.SRCS += ivfdec.c ivfdec.h
28
vpxdec
.SRCS += tools_common.c tools_common.h
29
vpxdec
.SRCS += y4menc.c y4menc.
[
all
...]
/external/libvpx/libvpx/
examples.mk
57
UTILS-$(CONFIG_DECODERS) +=
vpxdec
.c
58
vpxdec
.SRCS += md5_utils.c md5_utils.h
59
vpxdec
.SRCS += vpx_ports/mem_ops.h
60
vpxdec
.SRCS += vpx_ports/mem_ops_aligned.h
61
vpxdec
.SRCS += vpx_ports/msvc.h
62
vpxdec
.SRCS += vpx_ports/vpx_timer.h
63
vpxdec
.SRCS += vpx/vpx_integer.h
64
vpxdec
.SRCS += args.c args.h
65
vpxdec
.SRCS += ivfdec.c ivfdec.h
66
vpxdec
.SRCS += tools_common.c tools_common.
[
all
...]
libs.mk
587
##
vpxdec
/vpxenc tests.
600
$(qexec)$(SRC_PATH_BARE)/test/
vpxdec
.sh \
/external/autotest/server/site_tests/native_Benchmarks/
vp8.py
9
"""Build webm codec (vpxenc/
vpxdec
) and run them on client"""
26
(self.webm.
vpxdec
, self.scratch_cli, self.scratch_cli))
webm.py
55
files = ['vpxenc', '
vpxdec
']
66
self.
vpxdec
= '%s/
vpxdec
' % scratch_cli
Completed in 1780 milliseconds