Searched refs:VideoCodecType (Results 1 - 25 of 53) sorted by relevance

123

/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoencoderfactory.h44 webrtc::VideoCodecType type;
50 VideoCodec(webrtc::VideoCodecType t, const std::string& nm, int w, int h,
71 webrtc::VideoCodecType type) = 0;
H A Dwebrtcvideodecoderfactory.h45 webrtc::VideoCodecType type) = 0;
H A Dwebrtcvideocapturer.h84 webrtc::VideoCodecType codec_type) {
/external/chromium_org/content/renderer/media/
H A Drtc_video_decoder_factory.cc25 webrtc::VideoCodecType type) {
H A Drtc_video_decoder_factory.h34 virtual webrtc::VideoDecoder* CreateVideoDecoder(webrtc::VideoCodecType type)
H A Drtc_video_encoder_factory.h34 webrtc::VideoCodecType type) OVERRIDE;
H A Drtc_video_encoder.h49 webrtc::VideoCodecType type,
85 const webrtc::VideoCodecType video_codec_type_;
H A Drtc_video_encoder_factory.cc50 webrtc::VideoCodecType type) {
76 webrtc::VideoCodecType type) {
H A Drtc_video_decoder.h53 webrtc::VideoCodecType type,
106 webrtc::VideoCodecType type,
196 const webrtc::VideoCodecType video_codec_type_;
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A Drtp_player.h28 VideoCodecType codec_type)
36 VideoCodecType codec_type() const { return codec_type_; }
41 VideoCodecType codec_type_;
H A Dnormal_test.h100 webrtc::VideoCodecType VideoType() const { return _videoType; };
133 webrtc::VideoCodecType _videoType;
H A Dmedia_opt_test.h86 webrtc::VideoCodecType _sendCodecType;
H A Dtest_util.h34 webrtc::VideoCodecType codecType;
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dcodec_database.h64 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;
H A Dpacket.h44 webrtc::VideoCodecType codec;
H A Dmedia_optimization.h42 void SetEncodingData(VideoCodecType send_codec_type,
130 void SetEncodingDataInternal(VideoCodecType send_codec_type,
149 VideoCodecType send_codec_type_ GUARDED_BY(crit_sect_);
H A Dencoded_frame.h117 webrtc::VideoCodecType _codec;
H A Dgeneric_decoder.h113 VideoCodecType _codecType;
H A Dgeneric_encoder.h131 VideoCodecType _codecType;
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/include/
H A Dtb_video_channel.h26 webrtc::VideoCodecType sendCodec = webrtc::kVideoCodecVP8,
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
H A Dgeneral_primitives.h71 bool FindSpecificCodec(webrtc::VideoCodecType of_type,
/external/chromium_org/third_party/webrtc/modules/video_capture/include/
H A Dvideo_capture_defines.h45 VideoCodecType codecType;
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/interface/
H A Dvideo_codec_interface.h61 VideoCodecType codecType;
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_sender_video.h36 virtual RtpVideoCodecTypes VideoCodecType() const;
/external/chromium_org/third_party/webrtc/modules/video_coding/main/interface/
H A Dvideo_coding.h104 static int32_t Codec(VideoCodecType codecType, VideoCodec* codec);
149 virtual VideoCodecType SendCodec() const = 0;
456 virtual VideoCodecType ReceiveCodec() const = 0;

Completed in 972 milliseconds

123