OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:decode_with_drops
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/test/
decode_with_drops.sh
11
## This file tests the libvpx
decode_with_drops
example. To add new tests to
27
# Runs
decode_with_drops
on $1, $2 is interpreted as codec name and used solely
29
#
decode_with_drops
.
30
decode_with_drops
() {
function
31
local decoder="${LIBVPX_BIN_PATH}/
decode_with_drops
${VPX_TEST_EXE_SUFFIX}"
55
decode_with_drops
"${VP8_IVF_FILE}" "vp8" "2-28"
58
decode_with_drops
"${VP8_IVF_FILE}" "vp8" "3/4"
69
decode_with_drops
"${VP9_IVF_FILE}" "vp9" "2-19"
72
decode_with_drops
"${VP9_IVF_FILE}" "vp9" "3/4"
/external/libaom/libaom/test/
decode_with_drops.sh
11
## This file tests the libaom
decode_with_drops
example. To add new tests to
26
# Runs
decode_with_drops
on $1, $2 is interpreted as codec name and used solely
28
#
decode_with_drops
.
29
decode_with_drops
() {
function
30
local decoder="$(aom_tool_path
decode_with_drops
)"
58
decode_with_drops
"${file}" "av1" "3-4"
61
decode_with_drops
"${file}" "av1" "3/4"
/external/libvpx/libvpx/
examples.mk
193
EXAMPLES-$(CONFIG_DECODERS) +=
decode_with_drops
.c
194
decode_with_drops
.SRCS += ivfdec.h ivfdec.c
195
decode_with_drops
.SRCS += tools_common.h tools_common.c
196
decode_with_drops
.SRCS += video_common.h
197
decode_with_drops
.SRCS += video_reader.h video_reader.c
198
decode_with_drops
.SRCS += vpx_ports/mem_ops.h
199
decode_with_drops
.SRCS += vpx_ports/mem_ops_aligned.h
200
decode_with_drops
.SRCS += vpx_ports/msvc.h
201
decode_with_drops
.GUID = CE5C53C4-8DDA-438A-86ED-0DDD3CDB8D26
202
decode_with_drops
.DESCRIPTION = Drops frames while decodin
[
all
...]
/external/libaom/libaom/
CMakeLists.txt
269
add_executable(
decode_with_drops
"${AOM_ROOT}/examples/
decode_with_drops
.c"
319
decode_with_drops
scalable_decoder simple_decoder)
Completed in 423 milliseconds