win32.h File Reference
win32 definitions for H.264 encoder.
More...
#include <fcntl.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <assert.h>
#include <unistd.h>
#include <sys/time.h>
#include <sys/stat.h>
#include <time.h>
Go to the source code of this file.
|
Defines |
#define | TIMEB timeb |
#define | TIME_T struct timeval |
#define | tell(fd) lseek(fd, 0, SEEK_CUR) |
#define | OPENFLAGS_WRITE O_WRONLY|O_CREAT|O_TRUNC |
#define | OPENFLAGS_READ O_RDONLY |
#define | OPEN_PERMISSIONS S_IRUSR | S_IWUSR |
#define | inline |
#define | forceinline inline |
#define | FORMAT_OFF_T "lld" |
#define | INT64_MIN (-9223372036854775807LL - 1LL) |
Typedefs |
typedef long long | int64 |
Functions |
void | gettime (TIME_T *time) |
int64 | timediff (TIME_T *start, TIME_T *end) |
int64 | timenorm (int64 cur_time) |
Detailed Description
win32 definitions for H.264 encoder.
win32.h
- Author:
Definition in file win32.h.