Home
last modified time | relevance | path

Searched refs:spherical_mapping (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dmovenc.c1921 static int mov_write_sv3d_tag(AVFormatContext *s, AVIOContext *pb, AVSphericalMapping *spherical_mapping) in mov_write_sv3d_tag() argument
1926 if (spherical_mapping->projection != AV_SPHERICAL_EQUIRECTANGULAR && in mov_write_sv3d_tag()
1927 spherical_mapping->projection != AV_SPHERICAL_EQUIRECTANGULAR_TILE && in mov_write_sv3d_tag()
1928 spherical_mapping->projection != AV_SPHERICAL_CUBEMAP) { in mov_write_sv3d_tag()
1929 av_log(s, AV_LOG_WARNING, "Unsupported projection %d. sv3d not written.\n", spherical_mapping->projection); in mov_write_sv3d_tag()
1951 avio_wb32(pb, spherical_mapping->yaw); in mov_write_sv3d_tag()
1952 avio_wb32(pb, spherical_mapping->pitch); in mov_write_sv3d_tag()
1953 avio_wb32(pb, spherical_mapping->roll); in mov_write_sv3d_tag()
1955 switch (spherical_mapping->projection) { in mov_write_sv3d_tag()
1961 avio_wb32(pb, spherical_mapping in mov_write_sv3d_tag()
2491 AVSphericalMapping* spherical_mapping = (AVSphericalMapping*)av_stream_get_side_data(track->st, AV_PKT_DATA_SPHERICAL, NULL); mov_write_video_tag() local
[all...]

Completed in 7 milliseconds