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

  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 24 struct vpx_codec_pkt_list *pkt_list; member in struct:vp9_extracfg
88 vpx_codec_pkt_list_decl(64) pkt_list; member in struct:vpx_codec_alg_priv
322 oxcf->output_pkt_list = vp8_cfg.pkt_list;
505 priv->vp8_cfg.pkt_list = &priv->pkt_list.head;
641 vpx_codec_pkt_list_init(&ctx->pkt_list);
817 vpx_codec_pkt_list_add(&ctx->pkt_list.head, &pkt);
840 vpx_codec_pkt_list_add(&ctx->pkt_list.head, &pkt);
854 return vpx_codec_pkt_list_get(&ctx->pkt_list.head, iter);
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 25 struct vpx_codec_pkt_list *pkt_list; member in struct:vp8_extracfg
89 /* pkt_list size depends on the maximum number of lagged frames allowed. */
90 vpx_codec_pkt_list_decl(64) pkt_list; member in struct:vpx_codec_alg_priv
402 oxcf->output_pkt_list = vp8_cfg.pkt_list;
619 priv->vp8_cfg.pkt_list = &priv->pkt_list.head;
764 vpx_codec_pkt_list_init(&ctx->pkt_list);
    [all...]

Completed in 27 milliseconds