HomeSort by relevance Sort by last modified time
    Searched refs:get_alg_priv (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vpx/src/
vpx_decoder.c 20 static vpx_codec_alg_priv_t *get_alg_priv(vpx_codec_ctx_t *ctx) { function
98 res = ctx->iface->dec.get_si(get_alg_priv(ctx), si);
116 res = ctx->iface->dec.decode(get_alg_priv(ctx), data, data_sz, user_priv,
129 img = ctx->iface->dec.get_frame(get_alg_priv(ctx), iter);
183 res = ctx->iface->dec.set_fb_fn(get_alg_priv(ctx), cb_get, cb_release,
vpx_encoder.c 22 static vpx_codec_alg_priv_t *get_alg_priv(vpx_codec_ctx_t *ctx) { function
209 res = ctx->iface->enc.encode(get_alg_priv(ctx), img, pts, duration, flags,
223 if ((res = ctx->iface->enc.encode(get_alg_priv(ctx), img, pts, duration,
251 pkt = ctx->iface->enc.get_cx_data(get_alg_priv(ctx), iter);
316 img = ctx->iface->enc.get_preview(get_alg_priv(ctx));
333 buf = ctx->iface->enc.get_glob_hdrs(get_alg_priv(ctx));
348 res = ctx->iface->enc.cfg_set(get_alg_priv(ctx), cfg);

Completed in 77 milliseconds