Home
last modified time | relevance | path

Searched refs:frame_counter (Results 1 – 6 of 6) sorted by relevance

/third_party/mbedtls/tests/suites/
Dtest_suite_ccm.function325 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;
/third_party/weston/libweston/
Dzoom.c44 if (animation->frame_counter <= 1) in weston_zoom_frame_z()
114 output->zoom.animation_z.frame_counter = 0; in weston_zoom_transition()
Danimation.c178 if (base->frame_counter <= 1) in weston_view_animation_frame()
265 animation->animation.frame_counter = 0; in weston_view_animation_run()
Dcompositor.c2850 animation->frame_counter++; in weston_output_repaint()
/third_party/weston/include/libweston/
Dlibweston.h132 int frame_counter; member
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch251767 + 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;