Home
last modified time | relevance | path

Searched refs:bound_left (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/libavutil/
Dspherical.c44 (UINT32_MAX - map->bound_right - map->bound_left); in av_spherical_tile_bounds()
49 *left = (orig_width * map->bound_left + UINT32_MAX - 1) / UINT32_MAX; in av_spherical_tile_bounds()
Dspherical.h167 uint32_t bound_left; ///< Distance from the left edge member
/third_party/ffmpeg/tests/ref/fate/
Dmatroska-spherical-mono-remux34 bound_left=148
58 bound_left=148
Dmov-spherical-mono10 bound_left=148
Dmatroska-spherical-mono10 bound_left=148
/third_party/ffmpeg/libavformat/
Dmatroskaenc.c954 AV_WB32(private + 12, spherical->bound_left); in mkv_write_video_projection()
Dmatroskadec.c2298 spherical->bound_left = l; in mkv_parse_video_projection()
Dmovenc.c1890 avio_wb32(pb, spherical_mapping->bound_left); in mov_write_sv3d_tag()
Dmov.c5747 sc->spherical->bound_left = l; in mov_read_sv3d()
/third_party/ffmpeg/doc/
DAPIchanges639 and projection-specific properties (bound_left, bound_top, bound_right,