Home
last modified time | relevance | path

Searched refs:rotate_buf (Results 1 – 19 of 19) sorted by relevance

/dports/multimedia/handbrake/ffmpeg-4.4/fftools/
H A Dffmpeg_filter.c800 char rotate_buf[64]; in configure_input_video_filter() local
801 snprintf(rotate_buf, sizeof(rotate_buf), "%f*PI/180", theta); in configure_input_video_filter()
802 ret = insert_filter(&last_filter, &pad_idx, "rotate", rotate_buf); in configure_input_video_filter()
H A Dffplay.c1940 char rotate_buf[64]; in configure_video_filters() local
1941 snprintf(rotate_buf, sizeof(rotate_buf), "%f*PI/180", theta); in configure_video_filters()
1942 INSERT_FILT("rotate", rotate_buf); in configure_video_filters()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/fftools/
H A Dffmpeg_filter.c800 char rotate_buf[64]; in configure_input_video_filter() local
801 snprintf(rotate_buf, sizeof(rotate_buf), "%f*PI/180", theta); in configure_input_video_filter()
802 ret = insert_filter(&last_filter, &pad_idx, "rotate", rotate_buf); in configure_input_video_filter()
H A Dffplay.c1940 char rotate_buf[64]; in configure_video_filters() local
1941 snprintf(rotate_buf, sizeof(rotate_buf), "%f*PI/180", theta); in configure_video_filters()
1942 INSERT_FILT("rotate", rotate_buf); in configure_video_filters()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/fftools/
H A Dffmpeg_filter.c814 char rotate_buf[64]; in configure_input_video_filter() local
815 snprintf(rotate_buf, sizeof(rotate_buf), "%f*PI/180", theta); in configure_input_video_filter()
816 ret = insert_filter(&last_filter, &pad_idx, "rotate", rotate_buf); in configure_input_video_filter()
H A Dffplay.c1931 char rotate_buf[64]; in configure_video_filters() local
1932 snprintf(rotate_buf, sizeof(rotate_buf), "%f*PI/180", theta); in configure_video_filters()
1933 INSERT_FILT("rotate", rotate_buf); in configure_video_filters()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/fftools/
H A Dffmpeg_filter.c821 char rotate_buf[64]; in configure_input_video_filter() local
822 snprintf(rotate_buf, sizeof(rotate_buf), "%f*PI/180", theta); in configure_input_video_filter()
823 ret = insert_filter(&last_filter, &pad_idx, "rotate", rotate_buf); in configure_input_video_filter()
H A Dffplay.c1928 char rotate_buf[64]; in configure_video_filters() local
1929 snprintf(rotate_buf, sizeof(rotate_buf), "%f*PI/180", theta); in configure_video_filters()
1930 INSERT_FILT("rotate", rotate_buf); in configure_video_filters()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/fftools/
H A Dffmpeg_filter.c829 char rotate_buf[64]; in configure_input_video_filter() local
830 snprintf(rotate_buf, sizeof(rotate_buf), "%f*PI/180", theta); in configure_input_video_filter()
831 ret = insert_filter(&last_filter, &pad_idx, "rotate", rotate_buf); in configure_input_video_filter()
H A Dffplay.c1943 char rotate_buf[64]; in configure_video_filters() local
1944 snprintf(rotate_buf, sizeof(rotate_buf), "%f*PI/180", theta); in configure_video_filters()
1945 INSERT_FILT("rotate", rotate_buf); in configure_video_filters()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/
H A Dffplay.c1852 char rotate_buf[64]; in configure_video_filters() local
1853 snprintf(rotate_buf, sizeof(rotate_buf), "%s*PI/180", rotate_tag->value); in configure_video_filters()
1854 INSERT_FILT("rotate", rotate_buf); in configure_video_filters()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/
H A Dffplay.c1852 char rotate_buf[64]; in configure_video_filters() local
1853 snprintf(rotate_buf, sizeof(rotate_buf), "%s*PI/180", rotate_tag->value); in configure_video_filters()
1854 INSERT_FILT("rotate", rotate_buf); in configure_video_filters()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavformat/
H A Dmov.c2698 char rotate_buf[64]; in mov_read_tkhd() local
2702 snprintf(rotate_buf, sizeof(rotate_buf), "%g", rotate); in mov_read_tkhd()
2703 av_dict_set(&st->metadata, "rotate", rotate_buf, 0); in mov_read_tkhd()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavformat/
H A Dmov.c2698 char rotate_buf[64]; in mov_read_tkhd() local
2702 snprintf(rotate_buf, sizeof(rotate_buf), "%g", rotate); in mov_read_tkhd()
2703 av_dict_set(&st->metadata, "rotate", rotate_buf, 0); in mov_read_tkhd()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A Dmov.c4533 char rotate_buf[64]; in mov_read_tkhd() local
4537 snprintf(rotate_buf, sizeof(rotate_buf), "%g", rotate); in mov_read_tkhd()
4538 av_dict_set(&st->metadata, "rotate", rotate_buf, 0); in mov_read_tkhd()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Dmov.c4584 char rotate_buf[64]; in mov_read_tkhd() local
4588 snprintf(rotate_buf, sizeof(rotate_buf), "%g", rotate); in mov_read_tkhd()
4589 av_dict_set(&st->metadata, "rotate", rotate_buf, 0); in mov_read_tkhd()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Dmov.c4618 char rotate_buf[64]; in mov_read_tkhd() local
4622 snprintf(rotate_buf, sizeof(rotate_buf), "%g", rotate); in mov_read_tkhd()
4623 av_dict_set(&st->metadata, "rotate", rotate_buf, 0); in mov_read_tkhd()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A Dmov.c4594 char rotate_buf[64]; in mov_read_tkhd() local
4598 snprintf(rotate_buf, sizeof(rotate_buf), "%g", rotate); in mov_read_tkhd()
4599 av_dict_set(&st->metadata, "rotate", rotate_buf, 0); in mov_read_tkhd()
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A Dmov.c4612 char rotate_buf[64]; in mov_read_tkhd() local
4616 snprintf(rotate_buf, sizeof(rotate_buf), "%g", rotate); in mov_read_tkhd()
4617 av_dict_set(&st->metadata, "rotate", rotate_buf, 0); in mov_read_tkhd()