FFmpeg
|
#include "avfilter.h"
Go to the source code of this file.
Data Structures | |
struct | XYRemap |
struct | SliceXYRemap |
struct | V360Context |
Enumerations | |
enum | StereoFormats { STEREO_2D, STEREO_SBS, STEREO_TB, NB_STEREO_FMTS } |
enum | Projections { EQUIRECTANGULAR, CUBEMAP_3_2, CUBEMAP_6_1, EQUIANGULAR, FLAT, DUAL_FISHEYE, BARREL, CUBEMAP_1_6, STEREOGRAPHIC, MERCATOR, BALL, HAMMER, SINUSOIDAL, FISHEYE, PANNINI, CYLINDRICAL, PERSPECTIVE, TETRAHEDRON, BARREL_SPLIT, TSPYRAMID, HEQUIRECTANGULAR, EQUISOLID, ORTHOGRAPHIC, OCTAHEDRON, CYLINDRICALEA, NB_PROJECTIONS } |
enum | InterpMethod { NEAREST, BILINEAR, LAGRANGE9, BICUBIC, LANCZOS, SPLINE16, GAUSSIAN, MITCHELL, NB_INTERP_METHODS } |
enum | Faces { TOP_LEFT, TOP_MIDDLE, TOP_RIGHT, BOTTOM_LEFT, BOTTOM_MIDDLE, BOTTOM_RIGHT, NB_FACES } |
enum | Direction { RIGHT, LEFT, UP, DOWN, FRONT, BACK, NB_DIRECTIONS } |
enum | Rotation { ROT_0, ROT_90, ROT_180, ROT_270, NB_ROTATIONS } |
enum | RotationOrder { YAW, PITCH, ROLL, NB_RORDERS } |
Functions | |
void | ff_v360_init (V360Context *s, int depth) |
void | ff_v360_init_x86 (V360Context *s, int depth) |
enum StereoFormats |
enum Projections |
enum InterpMethod |
enum Faces |
enum Direction |
enum Rotation |
enum RotationOrder |
void ff_v360_init | ( | V360Context * | s, |
int | depth | ||
) |
Definition at line 371 of file vf_v360.c.
Referenced by config_output().
void ff_v360_init_x86 | ( | V360Context * | s, |
int | depth | ||
) |
Definition at line 44 of file vf_v360_init.c.
Referenced by ff_v360_init().