Searched defs:WebmInputContext (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/
H A Dwebmdec.h23 struct WebmInputContext { struct
31 int file_is_webm(struct WebmInputContext *webm_ctx,
34 int webm_read_frame(struct WebmInputContext *webm_ctx,
39 int webm_guess_framerate(struct WebmInputContext *webm_ctx,
42 void webm_free(struct WebmInputContext *webm_ctx);
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dwebmdec.h21 struct WebmInputContext { struct
38 int file_is_webm(struct WebmInputContext *webm_ctx,
46 // webm_ctx - WebmInputContext object
56 int webm_read_frame(struct WebmInputContext *webm_ctx,
62 int webm_guess_framerate(struct WebmInputContext *webm_ctx,
66 void webm_free(struct WebmInputContext *webm_ctx);

Completed in 85 milliseconds