Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Daf_hdcd.c910 int total_packets; /**< valid packets */ member
1474 detect->total_packets = 0; in hdcd_detect_reset()
1485 detect->total_packets = 0; in hdcd_detect_start()
1493 detect->total_packets += state->code_counterA + state->code_counterB; in hdcd_detect_onech()
1677 s->detect.total_packets); in uninit()
/third_party/ffmpeg/fftools/
Dffmpeg.c1627 uint64_t total_packets = 0, total_size = 0; in print_final_stats() local
1637 total_packets += ist->nb_packets; in print_final_stats()
1656 total_packets, total_size); in print_final_stats()
1661 uint64_t total_packets = 0, total_size = 0; in print_final_stats() local
1671 total_packets += ost->packets_written; in print_final_stats()
1690 total_packets, total_size); in print_final_stats()