Home
last modified time | relevance | path

Searched defs:webm_ctx (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
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; member
531 struct WebmInputContext webm_ctx = {0}; in main_loop() local