Searched refs:webm_ctx (Results 1 – 3 of 3) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | webmdec.c | 58 int file_is_webm(struct WebmInputContext *webm_ctx, in file_is_webm() argument 68 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() 92 webm_ctx->video_track = i; in file_is_webm() 94 if (nestegg_track_video_params(webm_ctx->nestegg_ctx, i, ¶ms)) in file_is_webm() 105 webm_ctx->nestegg_ctx = NULL; in file_is_webm() 111 int webm_read_frame(struct WebmInputContext *webm_ctx, in webm_read_frame() argument 115 if (webm_ctx->chunk >= webm_ctx->chunks) { in webm_read_frame() [all …]
|
D | webmdec.h | 31 int file_is_webm(struct WebmInputContext *webm_ctx, 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);
|
D | vpxdec.c | 43 struct WebmInputContext *webm_ctx; member 223 return webm_read_frame(input->webm_ctx, in read_frame() 531 struct WebmInputContext webm_ctx = {0}; in main_loop() local 533 input.webm_ctx = &webm_ctx; in main_loop() 669 else if (file_is_webm(input.webm_ctx, input.vpx_input_ctx)) in main_loop() 703 if (webm_guess_framerate(input.webm_ctx, input.vpx_input_ctx)) { in main_loop() 955 webm_free(input.webm_ctx); in main_loop()
|