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

  /external/chromium_org/third_party/libvpx/source/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}"
44 simple_decoder "${VP8_IVF_FILE}" vp8 || return 1
50 simple_decoder "${VP9_IVF_FILE}" vp9 || return 1
  /external/chromium_org/third_party/libvpx/source/libvpx/
.gitignore 34 /examples/simple_decoder
examples.mk 91 EXAMPLES-$(CONFIG_VP8_DECODER) += simple_decoder.c
92 simple_decoder.GUID = D3BBF1E9-2427-450D-BBFF-B2843C1D44CC
93 simple_decoder.SRCS += ivfdec.h ivfdec.c
94 simple_decoder.SRCS += tools_common.h tools_common.c
95 simple_decoder.SRCS += video_common.h
96 simple_decoder.SRCS += video_reader.h video_reader.c
97 simple_decoder.SRCS += vpx_ports/mem_ops.h
98 simple_decoder.SRCS += vpx_ports/mem_ops_aligned.h
99 simple_decoder.DESCRIPTION = Simplified decoder loop
  /external/libvpx/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
  /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/chromium_org/third_party/libvpx/source/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
  /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
decode_with_partial_drops.c 20 // This example adds a single argument to the `simple_decoder` example,
  /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 1271 milliseconds