Searched defs:flagname (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
H A Dneteq_speed_test.cc20 static bool ValidateRuntime(const char* flagname, int value) { argument
23 printf("Invalid value for --%s: %d\n", flagname, static_cast<int>(value));
26 static bool ValidateLossrate(const char* flagname, int value) { argument
29 printf("Invalid value for --%s: %d\n", flagname, static_cast<int>(value));
32 static bool ValidateDriftfactor(const char* flagname, double value) { argument
35 printf("Invalid value for --%s: %f\n", flagname, value);
H A Dneteq_isac_quality_test.cc28 static bool ValidateInFilename(const char* flagname, const string& value) { argument
46 static bool ValidateOutFilename(const char* flagname, const string& value) { argument
63 static bool ValidateBitRate(const char* flagname, int32_t value) { argument
76 static bool ValidateRuntime(const char* flagname, int32_t value) { argument
H A Dneteq_opus_fec_quality_test.cc27 static bool ValidateInFilename(const char* flagname, const string& value) { argument
45 static bool ValidateOutFilename(const char* flagname, const string& value) { argument
62 static bool ValidateChannels(const char* flagname, int32_t value) { argument
75 static bool ValidateBitRate(const char* flagname, int32_t value) { argument
88 static bool ValidatePacketLossRate(const char* flagname, int32_t value) { argument
101 static bool ValidateRuntime(const char* flagname, int32_t value) { argument
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
H A Drtp_analyze.cc21 static bool ValidatePayloadType(const char* flagname, int32_t value) { argument
24 printf("Invalid value for --%s: %d\n", flagname, static_cast<int>(value));
27 static bool ValidateExtensionId(const char* flagname, int32_t value) { argument
30 printf("Invalid value for --%s: %d\n", flagname, static_cast<int>(value));
H A Dneteq_rtpplay.cc37 static bool ValidatePayloadType(const char* flagname, int32_t value) { argument
40 printf("Invalid value for --%s: %d\n", flagname, static_cast<int>(value));
/external/chromium_org/third_party/webrtc/video/
H A Dreplay.cc40 static bool ValidatePayloadType(const char* flagname, int32_t payload_type) { argument
49 static bool ValidateSsrc(const char* flagname, uint64_t ssrc) { argument
58 static bool ValidateOptionalPayloadType(const char* flagname, argument
60 return payload_type == -1 || ValidatePayloadType(flagname, payload_type);
82 static bool ValidateRtpHeaderExtensionId(const char* flagname, argument
104 bool ValidateInputFilenameNotEmpty(const char* flagname, argument
/external/qemu/target-i386/
H A Dhelper.c62 static void add_flagname_to_bitmaps(char *flagname, uint32_t *features, argument
71 if (feature_name[i] && !strcmp (flagname, feature_name[i])) {
76 if (ext_feature_name[i] && !strcmp (flagname, ext_feature_name[i])) {
81 if (ext2_feature_name[i] && !strcmp (flagname, ext2_feature_name[i])) {
86 if (ext3_feature_name[i] && !strcmp (flagname, ext3_feature_name[i])) {
91 fprintf(stderr, "CPU feature %s not found\n", flagname);

Completed in 123 milliseconds