HomeSort by relevance Sort by last modified time
    Searched refs:RegisterFlagValidator (Results 1 - 24 of 24) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/neteq/test/
neteq_speed_test.cc 42 google::RegisterFlagValidator(&FLAGS_runtime_ms, &ValidateRuntime);
46 google::RegisterFlagValidator(&FLAGS_lossrate, &ValidateLossrate);
50 google::RegisterFlagValidator(&FLAGS_drift, &ValidateDriftfactor);
neteq_opus_quality_test.cc 15 using google::RegisterFlagValidator;
38 RegisterFlagValidator(&FLAGS_bit_rate_kbps, &ValidateBitRate);
52 RegisterFlagValidator(&FLAGS_complexity, &ValidateComplexity);
69 RegisterFlagValidator(&FLAGS_application, &ValidateApplication);
82 RegisterFlagValidator(&FLAGS_reported_loss_rate, &ValidatePacketLossRate);
97 RegisterFlagValidator(&FLAGS_sub_packets, &ValidateSubPackets);
neteq_ilbc_quality_test.cc 18 using google::RegisterFlagValidator;
40 RegisterFlagValidator(&FLAGS_frame_size_ms, &ValidateFrameSize);
neteq_isac_quality_test.cc 14 using google::RegisterFlagValidator;
37 RegisterFlagValidator(&FLAGS_bit_rate_kbps, &ValidateBitRate);
neteq_pcmu_quality_test.cc 18 using google::RegisterFlagValidator;
40 RegisterFlagValidator(&FLAGS_frame_size_ms, &ValidateFrameSize);
  /external/gflags/android/gflags/
gflags.h 45 // static bool dummy = RegisterFlagValidator(&FLAGS_filename,
124 // static bool dummy = RegisterFlagValidator(&FLAGS_port, &ValidatePort);
129 extern GFLAGS_DLL_DECL bool RegisterFlagValidator(const bool* flag, bool (*validate_fn)(const char*, bool));
130 extern GFLAGS_DLL_DECL bool RegisterFlagValidator(const int32* flag, bool (*validate_fn)(const char*, int32));
131 extern GFLAGS_DLL_DECL bool RegisterFlagValidator(const uint32* flag, bool (*validate_fn)(const char*, uint32));
132 extern GFLAGS_DLL_DECL bool RegisterFlagValidator(const int64* flag, bool (*validate_fn)(const char*, int64));
133 extern GFLAGS_DLL_DECL bool RegisterFlagValidator(const uint64* flag, bool (*validate_fn)(const char*, uint64));
134 extern GFLAGS_DLL_DECL bool RegisterFlagValidator(const double* flag, bool (*validate_fn)(const char*, double));
135 extern GFLAGS_DLL_DECL bool RegisterFlagValidator(const std::string* flag, bool (*validate_fn)(const char*, const std::string&));
140 GFLAGS_NAMESPACE::RegisterFlagValidator(&FLAGS_##name, validator
    [all...]
gflags_google.h 49 using GFLAGS_NAMESPACE::RegisterFlagValidator;
  /external/gflags/test/
gflags_unittest.cc 66 using GFLAGS_NAMESPACE::RegisterFlagValidator;
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
neteq_rtpplay.cc 87 google::RegisterFlagValidator(&FLAGS_pcmu, &ValidatePayloadType);
90 google::RegisterFlagValidator(&FLAGS_pcma, &ValidatePayloadType);
93 google::RegisterFlagValidator(&FLAGS_ilbc, &ValidatePayloadType);
96 google::RegisterFlagValidator(&FLAGS_isac, &ValidatePayloadType);
99 google::RegisterFlagValidator(&FLAGS_isac_swb, &ValidatePayloadType);
102 google::RegisterFlagValidator(&FLAGS_opus, &ValidatePayloadType);
105 google::RegisterFlagValidator(&FLAGS_pcm16b, &ValidatePayloadType);
108 google::RegisterFlagValidator(&FLAGS_pcm16b_wb, &ValidatePayloadType);
111 google::RegisterFlagValidator(&FLAGS_pcm16b_swb32, &ValidatePayloadType);
114 google::RegisterFlagValidator(&FLAGS_pcm16b_swb48, &ValidatePayloadType)
    [all...]
neteq_quality_test.cc 55 RegisterFlagValidator(&FLAGS_in_filename, &ValidateInFilename);
68 RegisterFlagValidator(&FLAGS_input_sample_rate, &ValidateSampleRate);
81 RegisterFlagValidator(&FLAGS_channels, &ValidateChannels);
97 RegisterFlagValidator(&FLAGS_out_filename, &ValidateOutFilename);
118 RegisterFlagValidator(&FLAGS_runtime_ms, &ValidateRuntime);
123 RegisterFlagValidator(&FLAGS_packet_loss_rate, &ValidatePacketLossRate);
136 RegisterFlagValidator(&FLAGS_random_loss_mode, &ValidateRandomLossMode);
151 RegisterFlagValidator(&FLAGS_burst_length, &ValidateBurstLength);
164 RegisterFlagValidator(&FLAGS_drift_factor, &ValidateDriftFactor);
rtp_analyze.cc 37 google::RegisterFlagValidator(&FLAGS_red, &ValidatePayloadType);
40 google::RegisterFlagValidator(&FLAGS_audio_level, &ValidateExtensionId);
43 google::RegisterFlagValidator(&FLAGS_abs_send_time, &ValidateExtensionId);
neteq_quality_test.h 24 using google::RegisterFlagValidator;
  /external/libyuv/files/third_party/gflags/gen/posix/include/gflags/
gflags.h 45 // static bool dummy = RegisterFlagValidator(&FLAGS_filename,
124 // static bool dummy = RegisterFlagValidator(&FLAGS_port, &ValidatePort);
129 extern GFLAGS_DLL_DECL bool RegisterFlagValidator(const bool* flag, bool (*validate_fn)(const char*, bool));
130 extern GFLAGS_DLL_DECL bool RegisterFlagValidator(const int32* flag, bool (*validate_fn)(const char*, int32));
131 extern GFLAGS_DLL_DECL bool RegisterFlagValidator(const int64* flag, bool (*validate_fn)(const char*, int64));
132 extern GFLAGS_DLL_DECL bool RegisterFlagValidator(const uint64* flag, bool (*validate_fn)(const char*, uint64));
133 extern GFLAGS_DLL_DECL bool RegisterFlagValidator(const double* flag, bool (*validate_fn)(const char*, double));
134 extern GFLAGS_DLL_DECL bool RegisterFlagValidator(const std::string* flag, bool (*validate_fn)(const char*, const std::string&));
139 GFLAGS_NAMESPACE::RegisterFlagValidator(&FLAGS_##name, validator)
161 bool has_validator_fn; // true if RegisterFlagValidator called on this fla
    [all...]
gflags_gflags.h 49 using GFLAGS_NAMESPACE::RegisterFlagValidator;
  /external/libyuv/files/third_party/gflags/gen/win/include/gflags/
gflags.h 45 // static bool dummy = RegisterFlagValidator(&FLAGS_filename,
124 // static bool dummy = RegisterFlagValidator(&FLAGS_port, &ValidatePort);
129 extern GFLAGS_DLL_DECL bool RegisterFlagValidator(const bool* flag, bool (*validate_fn)(const char*, bool));
130 extern GFLAGS_DLL_DECL bool RegisterFlagValidator(const int32* flag, bool (*validate_fn)(const char*, int32));
131 extern GFLAGS_DLL_DECL bool RegisterFlagValidator(const int64* flag, bool (*validate_fn)(const char*, int64));
132 extern GFLAGS_DLL_DECL bool RegisterFlagValidator(const uint64* flag, bool (*validate_fn)(const char*, uint64));
133 extern GFLAGS_DLL_DECL bool RegisterFlagValidator(const double* flag, bool (*validate_fn)(const char*, double));
134 extern GFLAGS_DLL_DECL bool RegisterFlagValidator(const std::string* flag, bool (*validate_fn)(const char*, const std::string&));
139 GFLAGS_NAMESPACE::RegisterFlagValidator(&FLAGS_##name, validator)
161 bool has_validator_fn; // true if RegisterFlagValidator called on this fla
    [all...]
gflags_gflags.h 49 using GFLAGS_NAMESPACE::RegisterFlagValidator;
  /external/google-breakpad/src/third_party/linux/include/gflags/
gflags.h 138 // static bool dummy = RegisterFlagValidator(&FLAGS_port, &ValidatePort);
143 bool RegisterFlagValidator(const bool* flag,
145 bool RegisterFlagValidator(const int32* flag,
147 bool RegisterFlagValidator(const int64* flag,
149 bool RegisterFlagValidator(const uint64* flag,
151 bool RegisterFlagValidator(const double* flag,
153 bool RegisterFlagValidator(const std::string* flag,
175 bool has_validator_fn; // true if RegisterFlagValidator called on flag
  /external/webrtc/third_party/gflags/gen/posix/include/gflags/
gflags.h 46 // static bool dummy = RegisterFlagValidator(&FLAGS_filename,
151 // static bool dummy = RegisterFlagValidator(&FLAGS_port, &ValidatePort);
156 bool RegisterFlagValidator(const bool* flag,
158 bool RegisterFlagValidator(const int32* flag,
160 bool RegisterFlagValidator(const int64* flag,
162 bool RegisterFlagValidator(const uint64* flag,
164 bool RegisterFlagValidator(const double* flag,
166 bool RegisterFlagValidator(const std::string* flag,
188 bool has_validator_fn; // true if RegisterFlagValidator called on flag
  /external/webrtc/webrtc/video/
replay.cc 49 google::RegisterFlagValidator(&FLAGS_payload_type, &ValidatePayloadType);
59 google::RegisterFlagValidator(&FLAGS_ssrc, &ValidateSsrc);
72 google::RegisterFlagValidator(&FLAGS_red_payload_type,
81 google::RegisterFlagValidator(&FLAGS_fec_payload_type,
92 google::RegisterFlagValidator(&FLAGS_abs_send_time_id,
103 google::RegisterFlagValidator(&FLAGS_transmission_offset_id,
117 google::RegisterFlagValidator(&FLAGS_input_file,
  /external/webrtc/third_party/gflags/gen/win/include/gflags/
gflags.h 46 // static bool dummy = RegisterFlagValidator(&FLAGS_filename,
174 // static bool dummy = RegisterFlagValidator(&FLAGS_port, &ValidatePort);
179 GFLAGS_DLL_DECL bool RegisterFlagValidator(const bool* flag,
181 GFLAGS_DLL_DECL bool RegisterFlagValidator(const int32* flag,
183 GFLAGS_DLL_DECL bool RegisterFlagValidator(const int64* flag,
185 GFLAGS_DLL_DECL bool RegisterFlagValidator(const uint64* flag,
187 GFLAGS_DLL_DECL bool RegisterFlagValidator(const double* flag,
189 GFLAGS_DLL_DECL bool RegisterFlagValidator(const std::string* flag,
211 bool has_validator_fn; // true if RegisterFlagValidator called on flag
  /external/webrtc/webrtc/modules/audio_processing/transient/
transient_suppression_test.cc 45 google::RegisterFlagValidator(&FLAGS_chunk_size_ms, &ValidatePositiveInt);
51 google::RegisterFlagValidator(&FLAGS_sample_rate_hz, &ValidatePositiveInt);
58 google::RegisterFlagValidator(&FLAGS_num_channels, &ValidatePositiveInt);
  /external/webrtc/webrtc/modules/audio_processing/intelligibility/test/
intelligibility_proc.cc 51 google::RegisterFlagValidator(&FLAGS_clear_window, &ValidateClearWindow);
  /external/webrtc/webrtc/modules/audio_processing/test/
audioproc_float.cc 46 google::RegisterFlagValidator(&FLAGS_out_channels, &ValidateOutChannels);
  /external/gflags/src/
gflags.cc     [all...]

Completed in 463 milliseconds