webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "libyuv/convert.h"
#include "libyuv/planar_functions.h"
#include "libyuv/scale_argb.h"
Macros | |
#define | _CRT_SECURE_NO_WARNINGS |
Functions | |
bool | ExtractResolutionFromFilename (const char *name, int *width_ptr, int *height_ptr) |
void | PrintHelp (const char *program) |
void | ParseOptions (int argc, const char *argv[]) |
int | main (int argc, const char *argv[]) |
Variables | |
bool | verbose = false |
bool | attenuate = false |
bool | unattenuate = false |
int | image_width = 0 |
int | image_height = 0 |
int | dst_width = 0 |
int | dst_height = 0 |
int | fileindex_org = 0 |
int | fileindex_rec = 0 |
int | num_rec = 0 |
int | num_skip_org = 0 |
int | num_frames = 0 |
int | filter = 1 |
#define _CRT_SECURE_NO_WARNINGS |
bool ExtractResolutionFromFilename | ( | const char * | name, |
int * | width_ptr, | ||
int * | height_ptr | ||
) |
int main | ( | int | argc, |
const char * | argv[] | ||
) |
void ParseOptions | ( | int | argc, |
const char * | argv[] | ||
) |
void PrintHelp | ( | const char * | program | ) |
bool attenuate = false |
int dst_height = 0 |
int dst_width = 0 |
int fileindex_org = 0 |
int fileindex_rec = 0 |
int filter = 1 |
int image_height = 0 |
int image_width = 0 |
int num_frames = 0 |
int num_rec = 0 |
int num_skip_org = 0 |
bool unattenuate = false |
bool verbose = false |