Searched refs:read_av1config (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/test/ |
D | av1_config_test.cc | 91 ASSERT_EQ(-1, read_av1config(NULL, 0, NULL, NULL)); in TEST() 92 ASSERT_EQ(-1, read_av1config(NULL, 4, NULL, NULL)); in TEST() 93 ASSERT_EQ(-1, read_av1config(&kAv1cAllZero[0], 0, NULL, NULL)); in TEST() 94 ASSERT_EQ(-1, read_av1config(&kAv1cAllZero[0], 4, &bytes_read, NULL)); in TEST() 95 ASSERT_EQ(-1, read_av1config(NULL, 4, &bytes_read, &av1_config)); in TEST() 153 ASSERT_EQ(0, read_av1config(&kAv1cAllZero[0], sizeof(kAv1cAllZero), in TEST()
|
/external/libaom/libaom/common/ |
D | av1_config.h | 74 int read_av1config(const uint8_t *buffer, size_t buffer_length,
|
D | av1_config.c | 412 int read_av1config(const uint8_t *buffer, size_t buffer_length, in read_av1config() function
|