Searched refs:autorotate (Results 1 - 9 of 9) sorted by relevance
/third_party/cups-filters/filter/pdftopdf/ |
H A D | qpdf_pdftopdf_processor.h | 15 virtual Rotation crop(const PageRect &cropRect,Rotation orientation,Rotation param_orientation,Position xpos,Position ypos,bool scale,bool autorotate);
|
H A D | pdftopdf_processor.h | 121 virtual Rotation crop(const PageRect &cropRect,Rotation orientation,Rotation param_orientation,Position xpos,Position ypos,bool scale,bool autorotate) =0;
|
H A D | qpdf_pdftopdf_processor.cc | 179 Rotation QPDF_PDFTOPDF_PageHandle::crop(const PageRect &cropRect,Rotation orientation,Rotation param_orientation,Position xpos,Position ypos,bool scale,bool autorotate) in crop() argument 196 if ((autorotate && in crop() 201 (!autorotate && in crop()
|
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg.h | 133 SpecifierOpt *autorotate; member 351 int autorotate; member
|
H A D | ffmpeg_opt.c | 77 static const char *const opt_name_autorotate[] = {"autorotate", NULL}; 895 ist->autorotate = 1; in add_input_streams() 896 MATCH_PER_STREAM_OPT(autorotate, i, ist->autorotate, ic, st); in add_input_streams() 3931 { "autorotate", HAS_ARG | OPT_BOOL | OPT_SPEC | 3932 OPT_EXPERT | OPT_INPUT, { .off = OFFSET(autorotate) },
|
H A D | ffmpeg_filter.c | 774 if (ist->autorotate && !(desc->flags & AV_PIX_FMT_FLAG_HWACCEL)) { in configure_input_video_filter()
|
H A D | ffplay.c | 355 static int autorotate = 1; variable 1917 if (autorotate) { in configure_video_filters() 3608 { "autorotate", OPT_BOOL, { &autorotate }, "automatically rotate video", "" },
|
H A D | ffmpeg.c | 3226 if (ist->autorotate && sd->type == AV_PKT_DATA_DISPLAYMATRIX) in init_output_stream()
|
/third_party/ffmpeg/tests/fate/ |
H A D | ffmpeg.mak | 54 FATE_SAMPLES_FFMPEG_FFPROBE-$(call TRANSCODE, MPEG2VIDEO, MOV, H264_DECODER AAC_FIXED_DECODER AC3_FIXED_ENCODER EXTRACT_EXTRADATA_BSF) += fate-autorotate 55 fate-autorotate: CMD = transcode "mov -c:a aac_fixed" $(TARGET_SAMPLES)/filter/sample-in-issue-505.mov mov "-c:v mpeg2video -c:a ac3_fixed" "-c copy -t 0.5" "-show_entries stream_side_data_list"
|
Completed in 23 milliseconds