HomeSort by relevance Sort by last modified time
    Searched refs:VideoCodecType (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideodecoderfactory.h 45 webrtc::VideoCodecType type) = 0;
webrtcvideoencoderfactory.h 44 webrtc::VideoCodecType type;
50 VideoCodec(webrtc::VideoCodecType t, const std::string& nm, int w, int h,
71 webrtc::VideoCodecType type) = 0;
webrtcvideocapturer.h 84 webrtc::VideoCodecType codec_type) {
  /external/chromium_org/content/renderer/media/
rtc_video_decoder_factory.cc 25 webrtc::VideoCodecType type) {
rtc_video_decoder_factory.h 34 virtual webrtc::VideoDecoder* CreateVideoDecoder(webrtc::VideoCodecType type)
rtc_video_encoder_factory.h 34 webrtc::VideoCodecType type) OVERRIDE;
rtc_video_encoder.h 46 webrtc::VideoCodecType type,
82 const webrtc::VideoCodecType video_codec_type_;
rtc_video_encoder_factory.cc 20 webrtc::VideoCodecType type = webrtc::kVideoCodecUnknown;
48 webrtc::VideoCodecType type) {
77 webrtc::VideoCodecType type) {
  /external/chromium_org/third_party/webrtc/video_engine/test/libvietest/include/
tb_video_channel.h 26 webrtc::VideoCodecType sendCodec = webrtc::kVideoCodecVP8,
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
rtp_player.h 28 VideoCodecType codec_type)
36 VideoCodecType codec_type() const { return codec_type_; }
41 VideoCodecType codec_type_;
normal_test.h 98 webrtc::VideoCodecType VideoType() const { return _videoType; };
131 webrtc::VideoCodecType _videoType;
media_opt_test.h 86 webrtc::VideoCodecType _sendCodecType;
test_util.h 34 webrtc::VideoCodecType codecType;
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
codec_database.h 64 static bool Codec(VideoCodecType codec_type, VideoCodec* settings);
82 VideoCodecType SendCodec() const;
127 VideoCodecType ReceiveCodec() const;
165 VCMGenericEncoder* CreateEncoder(const VideoCodecType type) const;
170 VCMGenericDecoder* CreateDecoder(VideoCodecType type) const;
packet.h 44 webrtc::VideoCodecType codec;
media_optimization.h 42 void SetEncodingData(VideoCodecType send_codec_type,
128 VideoCodecType send_codec_type_;
encoded_frame.h 117 webrtc::VideoCodecType _codec;
generic_decoder.h 113 VideoCodecType _codecType;
generic_encoder.h 131 VideoCodecType _codecType;
codec_database.cc 130 bool VCMCodecDataBase::Codec(VideoCodecType codec_type,
255 VideoCodecType VCMCodecDataBase::SendCodec() const {
466 VideoCodecType VCMCodecDataBase::ReceiveCodec() const {
584 const VideoCodecType type) const {
611 VCMGenericDecoder* VCMCodecDataBase::CreateDecoder(VideoCodecType type) const {
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
general_primitives.h 71 bool FindSpecificCodec(webrtc::VideoCodecType of_type,
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/interface/
video_coding.h 104 static int32_t Codec(VideoCodecType codecType, VideoCodec* codec);
149 virtual VideoCodecType SendCodec() const = 0;
456 virtual VideoCodecType ReceiveCodec() const = 0;
  /external/chromium_org/third_party/webrtc/modules/video_capture/include/
video_capture_defines.h 45 VideoCodecType codecType;
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_receiver_impl.h 82 RtpVideoCodecTypes VideoCodecType() const;
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/interface/
video_codec_interface.h 61 VideoCodecType codecType;

Completed in 264 milliseconds

1 2 3