#include "guicast.h"#include "vframe.h"#include <sys/time.h>

Go to the source code of this file.
Data Structures | |
| class | TestWindow |
| struct | status_t |
Functions | |
| static void | init_status (status_t *status) |
| static void | update_status (status_t *status) |
| static void | stop_status () |
| int | main (int argc, char *argv[]) |
| static void init_status | ( | status_t * | status | ) | [static] |
Definition at line 29 of file test2.C.
References status_t::frames, status_t::last_time, and status_t::start_time.
Referenced by main().
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 58 of file test2.C.
References BC_BGR8888, BC_WindowBase::draw_bitmap(), BC_WindowBase::flash(), status_t::frames, init_status(), BC_WindowBase::new_bitmap(), BC_WindowBase::start_video(), update_status(), and window.

| static void update_status | ( | status_t * | status | ) | [static] |
Definition at line 36 of file test2.C.
References fprintf, status_t::frames, status_t::last_time, and status_t::start_time.
Referenced by main().
1.5.5