Searched refs:stereo_3d (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | movenc.c | 1891 static int mov_write_st3d_tag(AVFormatContext *s, AVIOContext *pb, AVStereo3D *stereo_3d) in mov_write_st3d_tag() argument 1895 if (stereo_3d->flags != 0) { in mov_write_st3d_tag() 1896 av_log(s, AV_LOG_WARNING, "Unsupported stereo_3d flags %x. st3d not written.\n", stereo_3d->flags); in mov_write_st3d_tag() 1900 switch (stereo_3d->type) { in mov_write_st3d_tag() 1911 av_log(s, AV_LOG_WARNING, "Unsupported stereo_3d type %s. st3d not written.\n", av_stereo3d_type_name(stereo_3d->type)); in mov_write_st3d_tag() 2490 AVStereo3D* stereo_3d = (AVStereo3D*) av_stream_get_side_data(track->st, AV_PKT_DATA_STEREO3D, NULL); in mov_write_video_tag() local 2495 if (stereo_3d) in mov_write_video_tag() 2496 mov_write_st3d_tag(s, pb, stereo_3d); in mov_write_video_tag() [all...] |
Completed in 7 milliseconds