Home
last modified time | relevance | path

Searched refs:get_av1config_from_obu (Results 1 – 4 of 4) sorted by relevance

/external/libaom/libaom/test/
Dav1_config_test.cc52 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/
Dav1_config.h68 int get_av1config_from_obu(const uint8_t *buffer, size_t length, int is_annexb,
Dwebmenc.cc79 if (get_av1config_from_obu( in write_webm_file_header()
Dav1_config.c386 int get_av1config_from_obu(const uint8_t *buffer, size_t length, int is_annexb, in get_av1config_from_obu() function