Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dspherical.h82 typedef struct AVSphericalMapping { struct
183 } AVSphericalMapping; argument
191 AVSphericalMapping *av_spherical_alloc(size_t *size);
205 void av_spherical_tile_bounds(const AVSphericalMapping *map,
Dspherical.c25 AVSphericalMapping *av_spherical_alloc(size_t *size) in av_spherical_alloc()
27 AVSphericalMapping *spherical = av_mallocz(sizeof(AVSphericalMapping)); in av_spherical_alloc()
37 void av_spherical_tile_bounds(const AVSphericalMapping *map, in av_spherical_tile_bounds()
/third_party/ffmpeg/libavformat/
Disom.h244 AVSphericalMapping *spherical;
Ddump.c373 const AVSphericalMapping *spherical = (const AVSphericalMapping *)sd->data; in dump_spherical()
Dmatroskaenc.c1381 const AVSphericalMapping *spherical = in mkv_write_video_projection()
1382 (const AVSphericalMapping *)av_stream_get_side_data(st, AV_PKT_DATA_SPHERICAL, in mkv_write_video_projection()
Dmovenc.c1918 static int mov_write_sv3d_tag(AVFormatContext *s, AVIOContext *pb, AVSphericalMapping *spherical_ma… in mov_write_sv3d_tag()
2404AVSphericalMapping* spherical_mapping = (AVSphericalMapping*)av_stream_get_side_data(track->st, AV… in mov_write_video_tag()
Dmatroskadec.c2279 AVSphericalMapping *spherical; in mkv_parse_video_projection()
/third_party/ffmpeg/libavfilter/
Dvf_showinfo.c68 const AVSphericalMapping *spherical = (const AVSphericalMapping *)sd->data; in dump_spherical()
/third_party/ffmpeg/fftools/
Dffprobe.c2292 const AVSphericalMapping *spherical = (AVSphericalMapping *)sd->data; in print_pkt_side_data()
/third_party/ffmpeg/doc/
DAPIchanges919 bound_bottom, padding) to AVSphericalMapping.
959 Add AV_PKT_DATA_SPHERICAL packet side data to export AVSphericalMapping
964 AVSphericalMapping type to export and describe spherical video properties.