OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:decode_to_md5
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/test/
decode_to_md5.sh
11
## This file tests the libvpx
decode_to_md5
example. To add new tests to this
27
# Runs
decode_to_md5
on $1 and captures the md5 sum for the final frame. $2 is
30
decode_to_md5
() {
function
31
local decoder="${LIBVPX_BIN_PATH}/
decode_to_md5
${VPX_TEST_EXE_SUFFIX}"
57
decode_to_md5
"${VP8_IVF_FILE}" "vp8" "${expected_md5}"
66
decode_to_md5
"${VP9_IVF_FILE}" "vp9" "${expected_md5}"
/external/libaom/libaom/test/
decode_to_md5.sh
11
## This file tests the libaom
decode_to_md5
example. To add new tests to this
26
# Runs
decode_to_md5
on $1 and captures the md5 sum for the final frame. $2 is
29
decode_to_md5
() {
function
30
local decoder="$(aom_tool_path
decode_to_md5
)"
70
decode_to_md5
"${file}" "av1" "${expected_md5}"
/external/libvpx/libvpx/
examples.mk
158
EXAMPLES-$(CONFIG_DECODERS) +=
decode_to_md5
.c
159
decode_to_md5
.SRCS += md5_utils.h md5_utils.c
160
decode_to_md5
.SRCS += ivfdec.h ivfdec.c
161
decode_to_md5
.SRCS += tools_common.h tools_common.c
162
decode_to_md5
.SRCS += video_common.h
163
decode_to_md5
.SRCS += video_reader.h video_reader.c
164
decode_to_md5
.SRCS += vpx_ports/mem_ops.h
165
decode_to_md5
.SRCS += vpx_ports/mem_ops_aligned.h
166
decode_to_md5
.SRCS += vpx_ports/msvc.h
167
decode_to_md5
.GUID = 59120B9B-2735-4BFE-B022-146CA340FE4
[
all
...]
/external/libaom/libaom/
CMakeLists.txt
266
add_executable(
decode_to_md5
"${AOM_ROOT}/examples/
decode_to_md5
.c"
318
list(APPEND AOM_DECODER_EXAMPLE_TARGETS aomdec
decode_to_md5
Completed in 504 milliseconds