Searched refs:rotate_buf (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/fftools/ |
D | ffmpeg_filter.c | 800 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()
|
D | ffplay.c | 1940 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()
|
/third_party/ffmpeg/libavformat/ |
D | mov.c | 4618 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()
|