OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:simple_decoder
(Results
1 - 8
of
8
) sorted by null
/external/libvpx/libvpx/test/
simple_decoder.sh
11
## This file tests the libvpx
simple_decoder
example code. To add new tests to
27
# Runs
simple_decoder
using $1 as input file. $2 is the codec name, and is used
29
simple_decoder
() {
function
30
local decoder="${LIBVPX_BIN_PATH}/
simple_decoder
${VPX_TEST_EXE_SUFFIX}"
48
simple_decoder
"${VP8_IVF_FILE}" vp8 || return 1
54
simple_decoder
"${VP9_IVF_FILE}" vp9 || return 1
/external/libvpx/libvpx/
examples.mk
125
EXAMPLES-$(CONFIG_DECODERS) +=
simple_decoder
.c
126
simple_decoder
.GUID = D3BBF1E9-2427-450D-BBFF-B2843C1D44CC
127
simple_decoder
.SRCS += ivfdec.h ivfdec.c
128
simple_decoder
.SRCS += tools_common.h tools_common.c
129
simple_decoder
.SRCS += video_common.h
130
simple_decoder
.SRCS += video_reader.h video_reader.c
131
simple_decoder
.SRCS += vpx_ports/mem_ops.h
132
simple_decoder
.SRCS += vpx_ports/mem_ops_aligned.h
133
simple_decoder
.SRCS += vpx_ports/msvc.h
134
simple_decoder
.DESCRIPTION = Simplified decoder loo
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
examples.mk
89
EXAMPLES-$(CONFIG_VP8_DECODER) +=
simple_decoder
.c
90
simple_decoder
.GUID = D3BBF1E9-2427-450D-BBFF-B2843C1D44CC
91
simple_decoder
.SRCS += ivfdec.h ivfdec.c
92
simple_decoder
.SRCS += tools_common.h tools_common.c
93
simple_decoder
.SRCS += video_common.h
94
simple_decoder
.SRCS += video_reader.h video_reader.c
95
simple_decoder
.SRCS += vpx_ports/mem_ops.h
96
simple_decoder
.SRCS += vpx_ports/mem_ops_aligned.h
97
simple_decoder
.DESCRIPTION = Simplified decoder loop
/external/libvpx/libvpx/examples/
decode_with_drops.c
20
// This example adds a single argument to the `
simple_decoder
` example,
set_maps.c
42
// Use the `
simple_decoder
` example to decode this sample, and observe
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
decode_with_drops.c
20
// This example adds a single argument to the `
simple_decoder
` example,
set_maps.c
42
// Use the `
simple_decoder
` example to decode this sample, and observe
decode_with_partial_drops.c
20
// This example adds a single argument to the `
simple_decoder
` example,
Completed in 577 milliseconds