OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DecoderTest
(Results
1 - 15
of
15
) sorted by null
/external/libaom/libaom/test/
decode_test_driver.cc
47
void
DecoderTest
::HandlePeekResult(Decoder *const /*decoder*/,
56
void
DecoderTest
::RunLoop(CompressedVideoSource *video,
103
void
DecoderTest
::RunLoop(CompressedVideoSource *video) {
108
void
DecoderTest
::set_cfg(const aom_codec_dec_cfg_t &dec_cfg) {
112
void
DecoderTest
::set_flags(const aom_codec_flags_t flags) { flags_ = flags; }
decode_test_driver.h
121
class
DecoderTest
{
153
explicit
DecoderTest
(const CodecFactory *codec)
156
virtual ~
DecoderTest
() {}
invalid_file_test.cc
32
class InvalidFileTest : public ::libaom_test::
DecoderTest
,
35
InvalidFileTest() :
DecoderTest
(GET_PARAM(0)), res_file_(NULL) {}
test_vector_test.cc
38
class TestVectorTest : public ::libaom_test::
DecoderTest
,
41
TestVectorTest() :
DecoderTest
(GET_PARAM(0)), md5_file_(NULL) {}
external_frame_buffer_test.cc
206
: public ::libaom_test::
DecoderTest
,
210
:
DecoderTest
(GET_PARAM(::libaom_test::kCodecFactoryParam)),
/external/libvpx/libvpx/test/
decode_test_driver.cc
47
void
DecoderTest
::HandlePeekResult(Decoder *const decoder,
67
void
DecoderTest
::RunLoop(CompressedVideoSource *video,
108
void
DecoderTest
::RunLoop(CompressedVideoSource *video) {
113
void
DecoderTest
::set_cfg(const vpx_codec_dec_cfg_t &dec_cfg) {
117
void
DecoderTest
::set_flags(const vpx_codec_flags_t flags) { flags_ = flags; }
decode_test_driver.h
118
class
DecoderTest
{
150
explicit
DecoderTest
(const CodecFactory *codec)
153
virtual ~
DecoderTest
() {}
decode_svc_test.cc
24
class DecodeSvcTest : public ::libvpx_test::
DecoderTest
,
27
DecodeSvcTest() :
DecoderTest
(GET_PARAM(::libvpx_test::kCodecFactoryParam)) {}
invalid_file_test.cc
38
class InvalidFileTest : public ::libvpx_test::
DecoderTest
,
41
InvalidFileTest() :
DecoderTest
(GET_PARAM(0)), res_file_(NULL) {}
test_vector_test.cc
39
class TestVectorTest : public ::libvpx_test::
DecoderTest
,
42
TestVectorTest() :
DecoderTest
(GET_PARAM(0)), md5_file_(NULL) {
external_frame_buffer_test.cc
206
: public ::libvpx_test::
DecoderTest
,
210
:
DecoderTest
(GET_PARAM(::libvpx_test::kCodecFactoryParam)),
/cts/tests/tests/media/src/android/media/cts/
DecoderTestAacDrc.java
30
import android.media.cts.
DecoderTest
.AudioParameter;
67
DecoderTest
decTester = new
DecoderTest
();
80
DecoderTest
decTester = new
DecoderTest
();
95
DecoderTest
decTester = new
DecoderTest
();
110
DecoderTest
decTester = new
DecoderTest
();
125
DecoderTest
decTester = new DecoderTest()
[
all
...]
DecoderTestXheAac.java
32
import android.media.cts.
DecoderTest
.AudioParameter;
[
all
...]
DecoderTest.java
64
public class
DecoderTest
extends MediaPlayerTestBase {
65
private static final String TAG = "
DecoderTest
";
[
all
...]
/external/brotli/java/org/brotli/wrapper/dec/
DecoderTest.java
25
public class
DecoderTest
extends BrotliJniTestBase {
50
super("
DecoderTest
." + entryName);
56
DecoderTest
.run(entryName);
Completed in 262 milliseconds