Home
last modified time | relevance | path

Searched refs:Codec (Results 1 – 25 of 69) sorted by relevance

123

/external/webrtc/talk/media/base/
Dcodec.cc91 Codec::Codec(int id, const std::string& name, int clockrate, int preference) in Codec() function in cricket::Codec
95 Codec::Codec() : id(0), clockrate(0), preference(0) { in Codec() function in cricket::Codec
98 Codec::Codec(const Codec& c) = default;
100 Codec::~Codec() = default;
102 Codec& Codec::operator=(const Codec& c) { in operator =()
112 bool Codec::operator==(const Codec& c) const { in operator ==()
119 bool Codec::Matches(const Codec& codec) const { in Matches()
127 bool Codec::GetParam(const std::string& name, std::string* out) const { in GetParam()
135 bool Codec::GetParam(const std::string& name, int* out) const { in GetParam()
142 void Codec::SetParam(const std::string& name, const std::string& value) { in SetParam()
[all …]
Dcodec.h80 struct Codec { struct
89 Codec(int id, const std::string& name, int clockrate, int preference); argument
91 Codec();
92 Codec(const Codec& c);
93 ~Codec();
96 bool Matches(const Codec& codec) const;
112 static bool Preferable(const Codec& first, const Codec& other) { in Preferable() argument
118 void IntersectFeedbackParams(const Codec& other);
120 Codec& operator=(const Codec& c); argument
122 bool operator==(const Codec& c) const;
[all …]
Dcodec_unittest.cc32 using cricket::Codec;
46 Codec c0(96, "D", 1000, 0); in TEST_F()
49 Codec c1 = c0; in TEST_F()
77 Codec c5; in TEST_F()
78 Codec c6(0, "", 0, 0); in TEST_F()
258 Codec c1; in TEST_F()
262 Codec c2; in TEST_F()
/external/aac/
DNOTICE1 Software License for The Fraunhofer FDK AAC Codec Library for Android
7 The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
9 This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
16 Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
20 …patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
32 You must retain the complete text of this software license in redistributions of the FDK AAC Codec
36 provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
37 You must make available free of charge copies of the complete source code of the FDK AAC Codec and …
43 You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
46 Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed t…
[all …]
/external/webrtc/webrtc/modules/audio_coding/test/
DSpatialAudio.cc73 status = _acmReceiver->Codec(n, &codecInst); in Setup()
97 _acmLeft->Codec((uint8_t) 1, &codecInst); in Perform()
109 _acmLeft->Codec((uint8_t) 0, &codecInst); in Perform()
118 _acmLeft->Codec((uint8_t) 3, &codecInst); in Perform()
130 _acmLeft->Codec((uint8_t) 4, &codecInst); in Perform()
134 _acmLeft->Codec((uint8_t) 0, &codecInst); in Perform()
DTwoWayCommunication.cc75 EXPECT_EQ(tmpACM->Codec(codecCntr, &codecInst), 0); in ChooseCodec()
98 EXPECT_EQ(0, _acmA->Codec(codecID_A, &codecInst_A)); in SetUp()
99 EXPECT_EQ(0, _acmB->Codec(codecID_B, &codecInst_B)); in SetUp()
100 EXPECT_EQ(0, _acmA->Codec(6, &dummyCodec)); in SetUp()
175 EXPECT_EQ(0, _acmA->Codec("ISAC", &codecInst_A, 16000, 1)); in SetUpAutotest()
176 EXPECT_EQ(0, _acmB->Codec("L16", &codecInst_B, 8000, 1)); in SetUpAutotest()
177 EXPECT_EQ(0, _acmA->Codec(6, &dummyCodec)); in SetUpAutotest()
DAPITest.cc133 AudioCodingModule::Codec(n, &dummyCodec); in SetUp()
153 AudioCodingModule::Codec(n + 1, &nextCodec); in SetUp()
164 AudioCodingModule::Codec(n + 1, &nextCodec); in SetUp()
190 AudioCodingModule::Codec((uint8_t) _codecCntrA, &dummyCodec); in SetUp()
194 AudioCodingModule::Codec((uint8_t) _codecCntrB, &dummyCodec); in SetUp()
819 AudioCodingModule::Codec(_codecCntrA, &ci); in TestRegisteration()
933 AudioCodingModule::Codec(_codecCntrA, &myCodec); in TestSendVAD()
940 AudioCodingModule::Codec(_codecCntrB, &myCodec); in TestSendVAD()
1064 if (AudioCodingModule::Codec("CN", &myCodec, 8000, 1) >= 0) { in ChangeCodec()
1067 if (AudioCodingModule::Codec("CN", &myCodec, 16000, 1) >= 0) { in ChangeCodec()
[all …]
DEncodeDecodeTest.cc79 EXPECT_EQ(0, acm->Codec(n, &sendCodec)); in Setup()
86 EXPECT_EQ(0, acm->Codec(codecNo, &sendCodec)); in Setup()
133 EXPECT_EQ(0, acm->Codec(i, &recvCodec)); in Setup()
284 EXPECT_EQ(0, acm->Codec(n, &sendCodecTmp)); in Perform()
Dutility.cc123 CHECK_ERROR(AudioCodingModule::Codec((uint8_t )codecID, &codecInst)); in ChooseCodec()
133 AudioCodingModule::Codec(codecCntr, &codecInst); in PrintCodecs()
DTestStereo.cc173 EXPECT_EQ(0, acm_b_->Codec(n, &my_codec_param)); in Perform()
179 EXPECT_EQ(0, acm_b_->Codec(n, &my_codec_param)); in Perform()
185 EXPECT_EQ(0, acm_b_->Codec(n, &my_codec_param)); in Perform()
597 EXPECT_EQ(0, acm_b_->Codec(n, &opus_codec_param)); in Perform()
718 EXPECT_GT(AudioCodingModule::Codec(codec_name, &my_codec_param, in RegisterSendCodec()
Ddelay_test.cc100 EXPECT_EQ(0, acm_b_->Codec(n, &my_codec_param)) << in Initialize()
147 ASSERT_EQ(0, AudioCodingModule::Codec( in SendCodec()
Dopus_test.cc94 int codec_id = acm_receiver_->Codec("opus", 48000, 2); in Perform()
95 EXPECT_EQ(0, acm_receiver_->Codec(codec_id, &opus_codec_param)); in Perform()
/external/webrtc/webrtc/modules/audio_coding/acm2/
Daudio_coding_module.cc45 int AudioCodingModule::Codec(int list_id, CodecInst* codec) { in Codec() function in webrtc::AudioCodingModule
56 int AudioCodingModule::Codec(const char* payload_name, in Codec() function in webrtc::AudioCodingModule
77 int AudioCodingModule::Codec(const char* payload_name, in Codec() function in webrtc::AudioCodingModule
Dacm_receive_test_oldapi.cc116 ASSERT_EQ(0, acm_->Codec(n, &my_codec_param)) << "Failed to get codec."; in RegisterDefaultCodecs()
127 ASSERT_EQ(0, acm_->Codec(n, &my_codec_param)) << "Failed to get codec."; in RegisterNetEqTestCodecs()
/external/owasp/sanitizer/lib/commons-codec-1.4/
DRELEASE-NOTES.txt3 Commons Codec Package
15 o Codec 1.4 is binary compatible with Codec 1.3
16 o Codec 1.4 has a minimum requirement of JDK 1.4
DNOTICE.txt1 Apache Commons Codec
/external/libvpx/libvpx/
Dmainpage.dox1 /*!\mainpage WebM Codec SDK
9 Welcome to the WebM Codec SDK. This SDK allows you to integrate your
13 This distribution of the WebM Codec SDK includes the following support:
/external/webrtc/webrtc/modules/audio_coding/include/
Daudio_coding_module.h115 static int Codec(int list_id, CodecInst* codec);
136 static int Codec(const char* payload_name, CodecInst* codec,
155 static int Codec(const char* payload_name, int sampling_freq_hz,
/external/zlib/src/contrib/dotzlib/DotZLib/
DCodecBase.cs16 public abstract class CodecBase : Codec, IDisposable
65 #region Codec Members
/external/opencv3/modules/cudacodec/include/opencv2/
Dcudacodec.hpp243 enum Codec enum
275 Codec codec;
/external/lzma/CPP/7zip/
DGuid.txt190 {23170F69-40C1-2790-id} Codec Decoders
191 {23170F69-40C1-2791-id} Codec Encoders
/external/webrtc/webrtc/video/
Dvideo_loopback.cc68 std::string Codec() { in Codec() function
213 flags::MaxBitrateKbps() * 1000, flags::Codec(), in Loopback()
Dscreenshare_loopback.cc66 std::string Codec() { in Codec() function
224 flags::MaxBitrateKbps() * 1000, flags::Codec(), in Loopback()
/external/parameter-framework/upstream/tools/xmlGenerator/
DREADME.md43 domainGroup: Codec
60 - Codec.Flow (containing the Unmute and Mute configurations)
61 - Codec.Configure.IHF (The `RoutageState Includes Configure` rule will apply to
62 all configurations inside the `Codec.Configure.*` domains)
/external/opencv3/modules/cudacodec/src/
Dffmpeg_video_source.cpp112 format_.codec = static_cast<Codec>(codec); in FFmpegVideoSource()

123