Searched refs:Codec (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dcodec.h78 struct Codec { struct in namespace:cricket
87 Codec(int id, const std::string& name, int clockrate, int preference) function in struct:cricket::Codec
95 Codec() : id(0), clockrate(0), preference(0) {} function in struct:cricket::Codec
98 bool Matches(const Codec& codec) const;
110 static bool Preferable(const Codec& first, const Codec& other) {
116 void IntersectFeedbackParams(const Codec& other);
118 Codec& operator=(const Codec& c) {
126 bool operator==(const Codec
[all...]
H A Dcodec.cc90 bool Codec::Matches(const Codec& codec) const {
97 bool Codec::GetParam(const std::string& name, std::string* out) const {
105 bool Codec::GetParam(const std::string& name, int* out) const {
112 void Codec::SetParam(const std::string& name, const std::string& value) {
116 void Codec::SetParam(const std::string& name, int value) {
120 void Codec::AddFeedbackParam(const FeedbackParam& param) {
124 bool Codec::HasFeedbackParam(const FeedbackParam& param) const {
128 void Codec::IntersectFeedbackParams(const Codec
[all...]
H A Dcodec_unittest.cc32 using cricket::Codec;
282 Codec c1;
286 Codec c2;
/external/chromium_org/content/browser/speech/
H A Daudio_encoder.h22 enum Codec { enum in class:content::AudioEncoder
27 static AudioEncoder* Create(Codec codec,
H A Daudio_encoder.cc173 AudioEncoder* AudioEncoder::Create(Codec codec,
H A Dgoogle_one_shot_remote_engine.cc36 const AudioEncoder::Codec kDefaultAudioCodec = AudioEncoder::CODEC_FLAC;
H A Dgoogle_streaming_remote_engine.cc39 const AudioEncoder::Codec kDefaultAudioCodec = AudioEncoder::CODEC_FLAC;
/external/chromium_org/remoting/protocol/
H A Dsession_config.h30 enum Codec { enum in struct:remoting::protocol::ChannelConfig
47 ChannelConfig(TransportType transport, int version, Codec codec);
55 Codec codec;
H A Dcontent_description.cc47 const NameMapElement<ChannelConfig::Codec> kCodecs[] = {
95 // Codec is not required when transport="none".
H A Dsession_config.cc28 ChannelConfig::ChannelConfig(TransportType transport, int version, Codec codec)
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DCodecBase.cs14 /// Implements the common functionality needed for all <see cref="Codec"/>s
16 public abstract class CodecBase : Codec, IDisposable
65 #region Codec Members
H A DDotZLib.cs174 public interface Codec interface in namespace:DotZLib
/external/flac/libFLAC/ia32/
H A Dnasm.h1 ; libFLAC - Free Lossless Audio Codec library
/external/libvorbis/
H A Dlibvorbis.spec4 Summary: The Vorbis General Audio Compression Codec.
/external/chromium_org/remoting/client/
H A Drectangle_update_decoder.cc47 ChannelConfig::Codec codec = config.video_config().codec;
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediasession.cc375 class UsedPayloadTypes : public UsedIds<Codec> {
378 : UsedIds<Codec>(kDynamicPayloadTypeMin, kDynamicPayloadTypeMax) {
H A Dchannel_unittest.cc86 typedef CodecT Codec; typedef in class:Traits
545 bool CodecMatches(const typename T::Codec& c1, const typename T::Codec& c2) {
H A Dmediasessionclient_unittest.cc46 using cricket::Codec;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsdp.cc2114 bool VerifyCodec(const cricket::Codec& codec) {
2115 // Codec has not been populated correctly unless the name has been set. This
2118 cricket::Codec default_codec;
2145 cricket::Codec* codec) {
2153 cricket::Codec* codec) {
2158 cricket::Codec* codec) {
2209 // Codec might already have been populated (from rtpmap).
2220 // Codec might already have been populated (from rtpmap).
2660 // Codec may already be populated with (only) optional parameters
2677 // Codec ma
[all...]
/external/flac/libFLAC/ppc/as/
H A Dlpc_asm.s1 ; libFLAC - Free Lossless Audio Codec library
/external/flac/libFLAC/ppc/gas/
H A Dlpc_asm.s1 # libFLAC - Free Lossless Audio Codec library
/external/libvorbis/doc/
H A D01-introduction.tex77 \subsubsection{Codec Setup and Probability Model}
H A D04-codec.tex5 \section{Codec Setup and Packet Decode} \label{vorbis:spec:codec}

Completed in 454 milliseconds