Home
last modified time | relevance | path

Searched refs:WebmInputContext (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dwebmdec.h23 struct WebmInputContext { struct
31 int file_is_webm(struct WebmInputContext *webm_ctx, argument
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);
Dwebmdec.c58 int file_is_webm(struct WebmInputContext *webm_ctx, in file_is_webm()
111 int webm_read_frame(struct WebmInputContext *webm_ctx, in webm_read_frame()
146 int webm_guess_framerate(struct WebmInputContext *webm_ctx, in webm_guess_framerate()
192 void webm_free(struct WebmInputContext *webm_ctx) { in webm_free()
Dvpxdec.c43 struct WebmInputContext *webm_ctx;
531 struct WebmInputContext webm_ctx = {0}; in main_loop()