Searched refs:fps_pkt (Results 1 – 1 of 1) sorted by relevance
1227 vpx_codec_cx_pkt_t fps_pkt; in encoder_encode() local1235 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() local1241 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()