OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kCodecName
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/neteq/
decoder_database_unittest.cc
34
const std::string
kCodecName
= "Robert\'); DROP TABLE Students;";
37
db.RegisterPayload(kPayloadType, NetEqDecoder::kDecoderPCMu,
kCodecName
));
48
const std::string
kCodecName
= "Robert\'); DROP TABLE Students;";
51
db.RegisterPayload(kPayloadType, NetEqDecoder::kDecoderPCMu,
kCodecName
));
58
EXPECT_EQ(
kCodecName
, info->name);
67
const std::string
kCodecName
= "Robert\'); DROP TABLE Students;";
70
db.RegisterPayload(kPayloadType, NetEqDecoder::kDecoderPCMu,
kCodecName
));
81
const std::string
kCodecName
= "Robert\'); DROP TABLE Students;";
84
kCodecName
));
127
const std::string
kCodecName
= "Robert\'); DROP TABLE Students;"
[
all
...]
neteq_impl_unittest.cc
243
const std::string
kCodecName
= "Robert\'); DROP TABLE Students;";
245
RegisterPayload(rtp_payload_type, codec_type,
kCodecName
));
246
neteq_->RegisterPayloadType(codec_type,
kCodecName
, rtp_payload_type);
[
all
...]
Completed in 134 milliseconds