Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c1227 vpx_codec_cx_pkt_t fps_pkt; in encoder_encode() local
1235 fps_pkt = get_first_pass_stats_pkt(&cpi->twopass.this_frame_stats); in encoder_encode()
1236 vpx_codec_pkt_list_add(&ctx->pkt_list.head, &fps_pkt); in encoder_encode()
1239 vpx_codec_cx_pkt_t fps_pkt; in encoder_encode() local
1241 fps_pkt = get_first_pass_stats_pkt(&cpi->twopass.total_stats); in encoder_encode()
1242 vpx_codec_pkt_list_add(&ctx->pkt_list.head, &fps_pkt); in encoder_encode()