HomeSort by relevance Sort by last modified time
    Searched defs:webm_ctx (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/
vpxdec.c 45 struct WebmInputContext *webm_ctx; member in struct:VpxDecInputContext
225 return webm_read_frame(input->webm_ctx,
534 struct WebmInputContext webm_ctx = {0}; local
535 input.webm_ctx = &webm_ctx;
673 else if (file_is_webm(input.webm_ctx, input.vpx_input_ctx))
707 if (webm_guess_framerate(input.webm_ctx, input.vpx_input_ctx)) {
959 webm_free(input.webm_ctx);
  /external/libvpx/libvpx/
vpxdec.c 43 struct WebmInputContext *webm_ctx; member in struct:VpxDecInputContext
223 return webm_read_frame(input->webm_ctx,
531 struct WebmInputContext webm_ctx = {0}; local
533 input.webm_ctx = &webm_ctx;
669 else if (file_is_webm(input.webm_ctx, input.vpx_input_ctx))
703 if (webm_guess_framerate(input.webm_ctx, input.vpx_input_ctx)) {
955 webm_free(input.webm_ctx);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxdec.c 43 struct WebmInputContext *webm_ctx; member in struct:VpxDecInputContext
223 return webm_read_frame(input->webm_ctx,
531 struct WebmInputContext webm_ctx = {0}; local
533 input.webm_ctx = &webm_ctx;
669 else if (file_is_webm(input.webm_ctx, input.vpx_input_ctx))
703 if (webm_guess_framerate(input.webm_ctx, input.vpx_input_ctx)) {
955 webm_free(input.webm_ctx);

Completed in 142 milliseconds