Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c30 struct vpx_codec_pkt_list *pkt_list; member
85 vpx_codec_pkt_list_decl(64) pkt_list;
402 oxcf->output_pkt_list = vp8_cfg.pkt_list; in set_vp8e_config()
679 priv->vp8_cfg.pkt_list = &priv->pkt_list.head; in vp8e_init()
876 vpx_codec_pkt_list_init(&ctx->pkt_list); in vp8e_encode()
1022 vpx_codec_pkt_list_add(&ctx->pkt_list.head, &pkt); in vp8e_encode()
1038 vpx_codec_pkt_list_add(&ctx->pkt_list.head, &pkt); in vp8e_encode()
1053 return vpx_codec_pkt_list_get(&ctx->pkt_list.head, iter); in vp8e_get_cxdata()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c98 vpx_codec_pkt_list_decl(256) pkt_list;
822 priv->cpi->output_pkt_list = &priv->pkt_list.head; in encoder_init()
1000 vpx_codec_pkt_list_init(&ctx->pkt_list); in encoder_encode()
1142 vpx_codec_pkt_list_add(&ctx->pkt_list.head, &pkt); in encoder_encode()
1163 vpx_codec_pkt_list_add(&ctx->pkt_list.head, &pkt_sizes); in encoder_encode()
1165 vpx_codec_pkt_list_add(&ctx->pkt_list.head, &pkt_psnr); in encoder_encode()
1183 return vpx_codec_pkt_list_get(&ctx->pkt_list.head, iter); in encoder_get_cxdata()