Home
last modified time | relevance | path

Searched refs:autorotate (Results 1 - 9 of 9) sorted by relevance

/third_party/cups-filters/filter/pdftopdf/
H A Dqpdf_pdftopdf_processor.h15 virtual Rotation crop(const PageRect &cropRect,Rotation orientation,Rotation param_orientation,Position xpos,Position ypos,bool scale,bool autorotate);
H A Dpdftopdf_processor.h121 virtual Rotation crop(const PageRect &cropRect,Rotation orientation,Rotation param_orientation,Position xpos,Position ypos,bool scale,bool autorotate) =0;
H A Dqpdf_pdftopdf_processor.cc179 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 Dffmpeg.h133 SpecifierOpt *autorotate; member
351 int autorotate; member
H A Dffmpeg_opt.c77 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 Dffmpeg_filter.c774 if (ist->autorotate && !(desc->flags & AV_PIX_FMT_FLAG_HWACCEL)) { in configure_input_video_filter()
H A Dffplay.c355 static int autorotate = 1; variable
1917 if (autorotate) { in configure_video_filters()
3608 { "autorotate", OPT_BOOL, { &autorotate }, "automatically rotate video", "" },
H A Dffmpeg.c3226 if (ist->autorotate && sd->type == AV_PKT_DATA_DISPLAYMATRIX) in init_output_stream()
/third_party/ffmpeg/tests/fate/
H A Dffmpeg.mak54 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