Home
last modified time | relevance | path

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

/external/libvpx/libvpx/
Dwebmdec.h68 void webm_free(struct WebmInputContext *webm_ctx);
Dwebmdec.cc229 void webm_free(struct WebmInputContext *webm_ctx) { in webm_free() function
Dvpxdec.c1118 webm_free(input.webm_ctx); in main_loop()
/external/libvpx/libvpx/test/
Dwebm_video_source.h40 webm_free(webm_ctx_); in ~WebMVideoSource()