OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kVP8TestVectors
(Results
1 - 8
of
8
) sorted by null
/external/libvpx/libvpx/test/
test_vectors.cc
18
const char *const
kVP8TestVectors
[] = {
52
const int kNumVP8TestVectors = NELEMENTS(
kVP8TestVectors
);
test_vectors.h
20
extern const char *const
kVP8TestVectors
[];
test_vector_test.cc
144
::testing::ValuesIn(libvpx_test::
kVP8TestVectors
,
145
libvpx_test::
kVP8TestVectors
+
external_frame_buffer_test.cc
373
// Tell compiler we are not using
kVP8TestVectors
.
374
(void)libvpx_test::
kVP8TestVectors
;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
test_vectors.cc
18
const char *const
kVP8TestVectors
[] = {
52
const int kNumVP8TestVectors = NELEMENTS(
kVP8TestVectors
);
test_vectors.h
20
extern const char *const
kVP8TestVectors
[];
test_vector_test.cc
92
::testing::ValuesIn(libvpx_test::
kVP8TestVectors
,
93
libvpx_test::
kVP8TestVectors
+
external_frame_buffer_test.cc
361
// Tell compiler we are not using
kVP8TestVectors
.
362
(void)libvpx_test::
kVP8TestVectors
;
Completed in 694 milliseconds