Searched refs:glob_headers (Results 1 – 1 of 1) sorted by relevance
60 aom_fixed_buf_t *glob_headers = aom_codec_get_global_headers(&enc); in TEST() local61 EXPECT_TRUE(glob_headers->buf != NULL); in TEST()62 if (glob_headers) { in TEST()63 free(glob_headers->buf); in TEST()64 free(glob_headers); in TEST()