Searched refs:get_av1config_from_obu (Results 1 – 4 of 4) sorted by relevance
/external/libaom/libaom/test/ |
D | av1_config_test.cc | 52 bool parse_ok = get_av1config_from_obu(obu_buffer, obu_buffer_length, in VerifyAv1c() 75 ASSERT_EQ(-1, get_av1config_from_obu(NULL, 0, 0, NULL)); in TEST() 77 get_av1config_from_obu(&kLobfFullSequenceHeaderObu[0], 0, 0, NULL)); in TEST() 79 -1, get_av1config_from_obu(&kLobfFullSequenceHeaderObu[0], in TEST() 81 ASSERT_EQ(-1, get_av1config_from_obu(NULL, sizeof(kLobfFullSequenceHeaderObu), in TEST() 83 ASSERT_EQ(-1, get_av1config_from_obu(&kLobfFullSequenceHeaderObu[0], 0, 0, in TEST()
|
/external/libaom/libaom/common/ |
D | av1_config.h | 68 int get_av1config_from_obu(const uint8_t *buffer, size_t length, int is_annexb,
|
D | webmenc.cc | 79 if (get_av1config_from_obu( in write_webm_file_header()
|
D | av1_config.c | 386 int get_av1config_from_obu(const uint8_t *buffer, size_t length, int is_annexb, in get_av1config_from_obu() function
|