Searched refs:cx_pkt (Results 1 – 2 of 2) sorted by relevance
871 const vpx_codec_cx_pkt_t *cx_pkt; in main() local965 while ((cx_pkt = vpx_codec_get_cx_data(&codec, &iter)) != NULL) { in main()966 switch (cx_pkt->kind) { in main()969 if (cx_pkt->data.frame.sz > 0) { in main()977 vpx_video_writer_write_frame(writer, cx_pkt->data.frame.buf, in main()978 cx_pkt->data.frame.sz, in main()979 cx_pkt->data.frame.pts); in main()985 parse_superframe_index(cx_pkt->data.frame.buf, in main()986 cx_pkt->data.frame.sz, sizes_parsed, in main()989 sizes[0] = cx_pkt->data.frame.sz; in main()[all …]
536 const vpx_codec_cx_pkt_t *cx_pkt; in vpx_svc_encode() local549 while ((cx_pkt = vpx_codec_get_cx_data(codec_ctx, &iter))) { in vpx_svc_encode()550 switch (cx_pkt->kind) { in vpx_svc_encode()