Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dwebmdec.c68 if (nestegg_init(&webm_ctx->nestegg_ctx, io, NULL, -1)) in file_is_webm()
71 if (nestegg_track_count(webm_ctx->nestegg_ctx, &n)) in file_is_webm()
75 track_type = nestegg_track_type(webm_ctx->nestegg_ctx, i); in file_is_webm()
83 codec_id = nestegg_track_codec_id(webm_ctx->nestegg_ctx, i); in file_is_webm()
94 if (nestegg_track_video_params(webm_ctx->nestegg_ctx, i, &params)) in file_is_webm()
105 webm_ctx->nestegg_ctx = NULL; in file_is_webm()
125 if (nestegg_read_packet(webm_ctx->nestegg_ctx, &webm_ctx->pkt) <= 0 || in webm_read_frame()
152 if (nestegg_track_seek(webm_ctx->nestegg_ctx, webm_ctx->video_track, 0)) { in webm_guess_framerate()
166 if (nestegg_read_packet(webm_ctx->nestegg_ctx, &pkt) <= 0) in webm_guess_framerate()
178 if (nestegg_track_seek(webm_ctx->nestegg_ctx, webm_ctx->video_track, 0)) in webm_guess_framerate()
[all …]
Dwebmdec.h27 struct nestegg *nestegg_ctx; member