|
const AVClass * | class |
|
int | in |
|
int | out |
|
int | interp |
|
int | alpha |
|
int | reset_rot |
|
int | width |
|
int | height |
|
char * | in_forder |
|
char * | out_forder |
|
char * | in_frot |
|
char * | out_frot |
|
char * | rorder |
|
int | in_cubemap_face_order [6] |
|
int | out_cubemap_direction_order [6] |
|
int | in_cubemap_face_rotation [6] |
|
int | out_cubemap_face_rotation [6] |
|
int | rotation_order [3] |
|
int | in_stereo |
|
int | out_stereo |
|
float | in_pad |
|
float | out_pad |
|
int | fin_pad |
|
int | fout_pad |
|
float | yaw |
|
float | pitch |
|
float | roll |
|
float | h_offset |
|
float | v_offset |
|
int | ih_flip |
|
int | iv_flip |
|
int | h_flip |
|
int | v_flip |
|
int | d_flip |
|
int | in_transpose |
|
int | out_transpose |
|
float | h_fov |
|
float | v_fov |
|
float | d_fov |
|
float | ih_fov |
|
float | iv_fov |
|
float | id_fov |
|
float | flat_range [2] |
|
float | iflat_range [2] |
|
float | rot_quaternion [2][4] |
|
float | output_mirror_modifier [3] |
|
int | in_width |
|
int | in_height |
|
int | out_width |
|
int | out_height |
|
int | pr_width [AV_VIDEO_MAX_PLANES] |
|
int | pr_height [AV_VIDEO_MAX_PLANES] |
|
int | in_offset_w [AV_VIDEO_MAX_PLANES] |
|
int | in_offset_h [AV_VIDEO_MAX_PLANES] |
|
int | out_offset_w [AV_VIDEO_MAX_PLANES] |
|
int | out_offset_h [AV_VIDEO_MAX_PLANES] |
|
int | planewidth [AV_VIDEO_MAX_PLANES] |
|
int | planeheight [AV_VIDEO_MAX_PLANES] |
|
int | inplanewidth [AV_VIDEO_MAX_PLANES] |
|
int | inplaneheight [AV_VIDEO_MAX_PLANES] |
|
int | uv_linesize [AV_VIDEO_MAX_PLANES] |
|
int | nb_planes |
|
int | nb_allocated |
|
int | elements |
|
int | mask_size |
|
int | max_value |
|
int | nb_threads |
|
SliceXYRemap * | slice_remap |
|
unsigned | map [AV_VIDEO_MAX_PLANES] |
|
int(* | in_transform )(const struct V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) |
|
int(* | out_transform )(const struct V360Context *s, int i, int j, int width, int height, float *vec) |
|
void(* | calculate_kernel )(float du, float dv, const XYRemap *rmap, int16_t *u, int16_t *v, int16_t *ker) |
|
int(* | remap_slice )(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) |
|
void(* | remap_line )(uint8_t *dst, int width, const uint8_t *const src, ptrdiff_t in_linesize, const int16_t *const u, const int16_t *const v, const int16_t *const ker) |
|
Definition at line 120 of file v360.h.