Home
last modified time | relevance | path

Searched refs:write_webm_file_footer (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/
Dwebmenc.h49 void write_webm_file_footer(struct WebmOutputContext *webm_ctx);
Dwebmenc.cc85 void write_webm_file_footer(struct WebmOutputContext *webm_ctx) { in write_webm_file_footer() function
Dvpxenc.c1203 write_webm_file_footer(&stream->webm_ctx); in close_output_file()
/external/libaom/libaom/common/
Dwebmenc.h54 int write_webm_file_footer(struct WebmOutputContext *webm_ctx);
Dwebmenc.cc152 int write_webm_file_footer(struct WebmOutputContext *webm_ctx) { in write_webm_file_footer() function
/external/libaom/libaom/apps/
Daomenc.c1849 if (write_webm_file_footer(&stream->webm_ctx) != 0) { in close_output_file()