Searched defs:Codec (Results 1 - 13 of 13) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/acm2/
H A Daudio_coding_module.cc45 int AudioCodingModule::Codec(int list_id, CodecInst* codec) { function in class:webrtc::AudioCodingModule
56 int AudioCodingModule::Codec(const char* payload_name, function in class:webrtc::AudioCodingModule
77 int AudioCodingModule::Codec(const char* payload_name, function in class:webrtc::AudioCodingModule
/external/libvorbis/doc/
H A D04-codec.tex5 \section{Codec Setup and Packet Decode} \label{vorbis:spec:codec}
/external/webrtc/talk/media/base/
H A Dcodec.h80 struct Codec { struct in namespace:cricket
89 Codec(int id, const std::string& name, int clockrate, int preference);
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) {
118 void IntersectFeedbackParams(const Codec
[all...]
H A Dcodec.cc91 Codec::Codec(int id, const std::string& name, int clockrate, int preference) function in class:cricket::Codec
95 Codec::Codec() : id(0), clockrate(0), preference(0) { function in class:cricket::Codec
98 Codec::Codec(const Codec& c) = default;
100 Codec::~Codec() = default;
102 Codec
[all...]
/external/webrtc/webrtc/modules/video_coding/
H A Dvideo_coding_impl.cc295 void VideoCodingModule::Codec(VideoCodecType codecType, VideoCodec* codec) { function in class:webrtc::VideoCodingModule
296 VCMCodecDataBase::Codec(codecType, codec);
H A Dcodec_database.cc119 void VCMCodecDataBase::Codec(VideoCodecType codec_type, VideoCodec* settings) { function in class:webrtc::VCMCodecDataBase
/external/webrtc/webrtc/video/
H A Dscreenshare_loopback.cc66 std::string Codec() { function in namespace:webrtc::flags
224 flags::MaxBitrateKbps() * 1000, flags::Codec(),
H A Dvideo_loopback.cc68 std::string Codec() { function in namespace:webrtc::flags
213 flags::MaxBitrateKbps() * 1000, flags::Codec(),
H A Dreplay.cc133 static std::string Codec() { return static_cast<std::string>(FLAGS_codec); } function in namespace:webrtc::flags
237 encoder_settings.payload_name = flags::Codec();
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DDotZLib.cs174 public interface Codec interface in namespace:DotZLib
/external/webrtc/talk/session/media/
H A Dchannel_unittest.cc88 typedef CodecT Codec; typedef in class:Traits
458 bool CodecMatches(const typename T::Codec& c1, const typename T::Codec& c2) {
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 143 milliseconds