Home
last modified time | relevance | path

Searched refs:autoscale (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/fftools/
Dffmpeg.h236 SpecifierOpt *autoscale; member
493 int autoscale; member
Dffmpeg_opt.c1480 ost->autoscale = 1; in new_output_stream()
1481 MATCH_PER_STREAM_OPT(autoscale, i, ost->autoscale, oc, st); in new_output_stream()
3714 … OPT_EXPERT | OPT_OUTPUT, { .off = OFFSET(autoscale) },
Dffmpeg_filter.c451 if ((ofilter->width || ofilter->height) && ofilter->ost->autoscale) { in configure_output_video_filter()
/third_party/grpc/src/proto/grpc/testing/xds/v3/
Dendpoint.proto145 // recover from an outage, or unable to autoscale or unable to handle
/third_party/grpc/src/proto/grpc/testing/xds/
Deds_for_test.proto484 // recover from an outage, or unable to autoscale or unable to handle
/third_party/boost/libs/units/doc/
Dunits.qbk966 [section:autoscale Automatically Scaled Units]
1018 [endsect] [/section:autoscale Automatically Scaled Units]
/third_party/ffmpeg/doc/
Dffmpeg.texi931 @item -autoscale
933 Enabled by default, use @option{-noautoscale} to disable it. When autoscale is
937 Disable autoscale at your own risk.