Home
last modified time | relevance | path

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

/external/libvpx/
Dvpxdec.c209 nestegg *nestegg_ctx; member
239 if(nestegg_read_packet(input->nestegg_ctx, &input->pkt) <= 0 in read_frame()
539 if(nestegg_read_packet(input->nestegg_ctx, &pkt) <= 0) in webm_guess_framerate()
552 if(nestegg_track_seek(input->nestegg_ctx, input->video_track, 0)) in webm_guess_framerate()
559 nestegg_destroy(input->nestegg_ctx); in webm_guess_framerate()
560 input->nestegg_ctx = NULL; in webm_guess_framerate()
583 if(nestegg_init(&input->nestegg_ctx, io, NULL)) in file_is_webm()
586 if(nestegg_track_count(input->nestegg_ctx, &n)) in file_is_webm()
591 track_type = nestegg_track_type(input->nestegg_ctx, i); in file_is_webm()
599 if(nestegg_track_codec_id(input->nestegg_ctx, i) != NESTEGG_CODEC_VP8) in file_is_webm()
[all …]