Lines Matching defs:total_frame_count
50 uint64_t total_frame_count;
75 total_frame_count = 0;
76 err = container_context_post_process(cntr, &total_frame_count);
78 assert(total_frame_count == frame_count);
94 uint64_t total_frame_count;
104 total_frame_count = 0;
106 &total_frame_count);
111 assert(total_frame_count == frame_count);
113 handled_frame_count = total_frame_count;
119 total_frame_count = 0;
120 err = container_context_post_process(cntr, &total_frame_count);
122 assert(total_frame_count == handled_frame_count);