Home
last modified time | relevance | path

Searched refs:vpx_ctx (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dwebmdec.c59 struct VpxInputContext *vpx_ctx) { in file_is_webm() argument
67 io.userdata = vpx_ctx->file; in file_is_webm()
85 vpx_ctx->fourcc = VP8_FOURCC; in file_is_webm()
87 vpx_ctx->fourcc = VP9_FOURCC; in file_is_webm()
97 vpx_ctx->framerate.denominator = 0; in file_is_webm()
98 vpx_ctx->framerate.numerator = 0; in file_is_webm()
99 vpx_ctx->width = params.width; in file_is_webm()
100 vpx_ctx->height = params.height; in file_is_webm()
106 rewind(vpx_ctx->file); in file_is_webm()
147 struct VpxInputContext *vpx_ctx) { in webm_guess_framerate() argument
[all …]
Dwebmdec.h32 struct VpxInputContext *vpx_ctx);
40 struct VpxInputContext *vpx_ctx);