Searched refs:frame_counter (Results 1 – 6 of 6) sorted by relevance
325 data_t *source_address, data_t *frame_counter,357 TEST_ASSERT( frame_counter->len == 4 );359 memcpy( iv + source_address->len, frame_counter->x, frame_counter->len );360 iv[source_address->len + frame_counter->len] = sec_level;409 data_t *source_address, data_t *frame_counter,436 TEST_ASSERT( frame_counter->len == 4 );438 memcpy( iv + source_address->len, frame_counter->x, frame_counter->len );439 iv[source_address->len + frame_counter->len] = sec_level;
44 if (animation->frame_counter <= 1) in weston_zoom_frame_z()114 output->zoom.animation_z.frame_counter = 0; in weston_zoom_transition()
178 if (base->frame_counter <= 1) in weston_view_animation_frame()265 animation->animation.frame_counter = 0; in weston_view_animation_run()
2850 animation->frame_counter++; in weston_output_repaint()
132 int frame_counter; member
251767 + auto frame_counter = frame_counter_weak.lock();251768 + std::unique_lock<std::mutex> lk(frame_counter->frame_stat_mtx_);251770 + if (frame_counter->last_time_ == 0) {251771 + frame_counter->local_render_count_ = 0;251772 + frame_counter->last_time_ = curr_time;251776 + frame_counter->local_render_count_ = 0;251777 + frame_counter->last_time_ = curr_time;