Home
last modified time | relevance | path

Searched refs:analyze_mode (Results 1 – 25 of 67) sorted by relevance

123

/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Daf_hdcd.c962 int analyze_mode; member
1372 if (ctx->analyze_mode) in hdcd_process()
1385 if (ctx->analyze_mode) in hdcd_process()
1397 if (ctx->analyze_mode) in hdcd_process()
1415 if (ctx->analyze_mode) { in hdcd_process_stereo()
1430 if (ctx->analyze_mode) { in hdcd_process_stereo()
1432 ctx->analyze_mode, in hdcd_process_stereo()
1436 ctx->analyze_mode, in hdcd_process_stereo()
1452 if (ctx->analyze_mode) { in hdcd_process_stereo()
1454 ctx->analyze_mode, in hdcd_process_stereo()
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavfilter/
H A Daf_hdcd.c962 int analyze_mode; member
1372 if (ctx->analyze_mode) in hdcd_process()
1385 if (ctx->analyze_mode) in hdcd_process()
1397 if (ctx->analyze_mode) in hdcd_process()
1415 if (ctx->analyze_mode) { in hdcd_process_stereo()
1430 if (ctx->analyze_mode) { in hdcd_process_stereo()
1432 ctx->analyze_mode, in hdcd_process_stereo()
1436 ctx->analyze_mode, in hdcd_process_stereo()
1452 if (ctx->analyze_mode) { in hdcd_process_stereo()
1454 ctx->analyze_mode, in hdcd_process_stereo()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Daf_hdcd.c962 int analyze_mode; member
1372 if (ctx->analyze_mode) in hdcd_process()
1385 if (ctx->analyze_mode) in hdcd_process()
1397 if (ctx->analyze_mode) in hdcd_process()
1415 if (ctx->analyze_mode) { in hdcd_process_stereo()
1430 if (ctx->analyze_mode) { in hdcd_process_stereo()
1432 ctx->analyze_mode, in hdcd_process_stereo()
1436 ctx->analyze_mode, in hdcd_process_stereo()
1452 if (ctx->analyze_mode) { in hdcd_process_stereo()
1454 ctx->analyze_mode, in hdcd_process_stereo()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/
H A Daf_hdcd.c962 int analyze_mode; member
1372 if (ctx->analyze_mode) in hdcd_process()
1385 if (ctx->analyze_mode) in hdcd_process()
1397 if (ctx->analyze_mode) in hdcd_process()
1415 if (ctx->analyze_mode) { in hdcd_process_stereo()
1430 if (ctx->analyze_mode) { in hdcd_process_stereo()
1432 ctx->analyze_mode, in hdcd_process_stereo()
1436 ctx->analyze_mode, in hdcd_process_stereo()
1452 if (ctx->analyze_mode) { in hdcd_process_stereo()
1454 ctx->analyze_mode, in hdcd_process_stereo()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/
H A Daf_hdcd.c962 int analyze_mode; member
1372 if (ctx->analyze_mode) in hdcd_process()
1385 if (ctx->analyze_mode) in hdcd_process()
1397 if (ctx->analyze_mode) in hdcd_process()
1415 if (ctx->analyze_mode) { in hdcd_process_stereo()
1430 if (ctx->analyze_mode) { in hdcd_process_stereo()
1432 ctx->analyze_mode, in hdcd_process_stereo()
1436 ctx->analyze_mode, in hdcd_process_stereo()
1452 if (ctx->analyze_mode) { in hdcd_process_stereo()
1454 ctx->analyze_mode, in hdcd_process_stereo()
[all …]
/dports/databases/p5-Memcached-libmemcached/Memcached-libmemcached-1.001801/src/libmemcached/clients/
H A Dmemstat.cc49 static char *analyze_mode= NULL; variable
205 if (analyze_mode == NULL) in run_analyzer()
218 else if (strcmp(analyze_mode, "latency") == 0) in run_analyzer()
326 free(analyze_mode); in run_analyzer()
331 free(analyze_mode); in run_analyzer()
430 analyze_mode= (optarg) ? strdup(optarg) : NULL; in options_parse()
/dports/databases/libmemcached/libmemcached-1.0.18/clients/
H A Dmemstat.cc49 static char *analyze_mode= NULL; variable
205 if (analyze_mode == NULL) in run_analyzer()
218 else if (strcmp(analyze_mode, "latency") == 0) in run_analyzer()
326 free(analyze_mode); in run_analyzer()
331 free(analyze_mode); in run_analyzer()
430 analyze_mode= (optarg) ? strdup(optarg) : NULL; in options_parse()
/dports/games/crafty/crafty-25.2_1/
H A Dinterrupt.c137 if (!analyze_mode && !game_wtm) in Interrupt()
149 } else if ((result != 1) && analyze_mode) { in Interrupt()
H A Danalyze.c34 analyze_mode = 1; in Analyze()
185 analyze_mode = 0; in Analyze()
/dports/biology/avida/avida-2.12.4-src/avida-core/tests/string_producing_and_donating/config/
H A Danalyze.cfg6 # See the documentation in doc/analyze_mode.html for usage, or the file
/dports/biology/avida/avida-2.12.4-src/avida-core/tests/migration_div_mut_rate_inject_test_500u/config/
H A Danalyze.cfg6 # See the documentation in doc/analyze_mode.html for usage, or the file
/dports/biology/avida/avida-2.12.4-src/avida-core/tests/optimize_multivar_lim_res/config/
H A Danalyze.cfg6 # See the documentation in doc/analyze_mode.html for usage, or the file
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/tokudb/
H A Dtokudb_sysvars.cc486 static MYSQL_THDVAR_ENUM(analyze_mode,
965 MYSQL_SYSVAR(analyze_mode),
1025 analyze_mode_t analyze_mode(THD* thd) { in analyze_mode() function
1026 return (analyze_mode_t ) THDVAR(thd, analyze_mode); in analyze_mode()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/tokudb/
H A Dtokudb_sysvars.cc486 static MYSQL_THDVAR_ENUM(analyze_mode,
965 MYSQL_SYSVAR(analyze_mode),
1025 analyze_mode_t analyze_mode(THD* thd) { in analyze_mode() function
1026 return (analyze_mode_t ) THDVAR(thd, analyze_mode); in analyze_mode()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/tokudb/
H A Dtokudb_sysvars.cc486 static MYSQL_THDVAR_ENUM(analyze_mode,
965 MYSQL_SYSVAR(analyze_mode),
1025 analyze_mode_t analyze_mode(THD* thd) { in analyze_mode() function
1026 return (analyze_mode_t ) THDVAR(thd, analyze_mode); in analyze_mode()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/tokudb/
H A Dtokudb_sysvars.cc486 static MYSQL_THDVAR_ENUM(analyze_mode,
965 MYSQL_SYSVAR(analyze_mode),
1025 analyze_mode_t analyze_mode(THD* thd) { in analyze_mode() function
1026 return (analyze_mode_t ) THDVAR(thd, analyze_mode); in analyze_mode()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/tokudb/
H A Dtokudb_sysvars.cc486 static MYSQL_THDVAR_ENUM(analyze_mode,
965 MYSQL_SYSVAR(analyze_mode),
1025 analyze_mode_t analyze_mode(THD* thd) {
1026 return (analyze_mode_t ) THDVAR(thd, analyze_mode);
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/tokudb/
H A Dtokudb_sysvars.cc486 static MYSQL_THDVAR_ENUM(analyze_mode,
965 MYSQL_SYSVAR(analyze_mode),
1025 analyze_mode_t analyze_mode(THD* thd) { in analyze_mode() function
1026 return (analyze_mode_t ) THDVAR(thd, analyze_mode); in analyze_mode()
/dports/biology/avida/avida-2.12.4-src/avida-core/tests/collect_specification_analyze/config/
H A Danalyze-spec.cfg6 # See the documentation in doc/analyze_mode.html for usage, or the file
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/tokudb/
H A Dtokudb_sysvars.cc487 static MYSQL_THDVAR_ENUM(analyze_mode,
1036 MYSQL_SYSVAR(analyze_mode),
1097 analyze_mode_t analyze_mode(THD* thd) { in analyze_mode() function
1098 return (analyze_mode_t ) THDVAR(thd, analyze_mode); in analyze_mode()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/tokudb/
H A Dtokudb_sysvars.cc487 static MYSQL_THDVAR_ENUM(analyze_mode,
1036 MYSQL_SYSVAR(analyze_mode),
1097 analyze_mode_t analyze_mode(THD* thd) { in analyze_mode() function
1098 return (analyze_mode_t ) THDVAR(thd, analyze_mode); in analyze_mode()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/tokudb/
H A Dtokudb_sysvars.cc481 static MYSQL_THDVAR_ENUM(analyze_mode,
1002 MYSQL_SYSVAR(analyze_mode),
1062 analyze_mode_t analyze_mode(THD* thd) { in analyze_mode() function
1063 return (analyze_mode_t ) THDVAR(thd, analyze_mode); in analyze_mode()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/tokudb/
H A Dtokudb_sysvars.cc481 static MYSQL_THDVAR_ENUM(analyze_mode,
1002 MYSQL_SYSVAR(analyze_mode),
1062 analyze_mode_t analyze_mode(THD* thd) { in analyze_mode() function
1063 return (analyze_mode_t ) THDVAR(thd, analyze_mode); in analyze_mode()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/tokudb/
H A Dtokudb_sysvars.cc481 static MYSQL_THDVAR_ENUM(analyze_mode,
1002 MYSQL_SYSVAR(analyze_mode),
1062 analyze_mode_t analyze_mode(THD* thd) { in analyze_mode() function
1063 return (analyze_mode_t ) THDVAR(thd, analyze_mode); in analyze_mode()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/tokudb/
H A Dtokudb_sysvars.cc487 static MYSQL_THDVAR_ENUM(analyze_mode,
1036 MYSQL_SYSVAR(analyze_mode),
1097 analyze_mode_t analyze_mode(THD* thd) { in analyze_mode() function
1098 return (analyze_mode_t ) THDVAR(thd, analyze_mode); in analyze_mode()

123