Searched refs:rotate_buf (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg_filter.c | 798 char rotate_buf[64]; in configure_input_video_filter() local 799 snprintf(rotate_buf, sizeof(rotate_buf), "%f*PI/180", theta); in configure_input_video_filter() 800 ret = insert_filter(&last_filter, &pad_idx, "rotate", rotate_buf); in configure_input_video_filter()
|
H A D | ffplay.c | 1929 char rotate_buf[64]; in configure_video_filters() local 1930 snprintf(rotate_buf, sizeof(rotate_buf), "%f*PI/180", theta); in configure_video_filters() 1931 INSERT_FILT("rotate", rotate_buf); in configure_video_filters()
|
Completed in 8 milliseconds