Home
last modified time | relevance | path

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

123

/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
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;
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_);
Dcodec_database.cc172 bool VCMCodecDataBase::Codec(VideoCodecType codec_type, in Codec()
297 VideoCodecType VCMCodecDataBase::SendCodec() const { in SendCodec()
514 VideoCodecType VCMCodecDataBase::ReceiveCodec() const { in ReceiveCodec()
632 const VideoCodecType type) const { in CreateEncoder()
659 VCMGenericDecoder* VCMCodecDataBase::CreateDecoder(VideoCodecType type) const { in CreateDecoder()
Dpacket.h44 webrtc::VideoCodecType codec;
Dvideo_coding_impl.cc123 virtual VideoCodecType SendCodec() const OVERRIDE { in SendCodec()
299 virtual VideoCodecType ReceiveCodec() const OVERRIDE { in ReceiveCodec()
380 int32_t VideoCodingModule::Codec(VideoCodecType codecType, VideoCodec* codec) { in Codec()
Dvideo_coding_impl.h70 VideoCodecType SendCodec() const;
160 VideoCodecType ReceiveCodec() const;
Dencoded_frame.h117 webrtc::VideoCodecType _codec;
Dgeneric_decoder.h113 VideoCodecType _codecType;
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcvideoencoderfactory.h44 webrtc::VideoCodecType type;
50 VideoCodec(webrtc::VideoCodecType t, const std::string& nm, int w, int h, in VideoCodec()
71 webrtc::VideoCodecType type) = 0;
Dwebrtcvideodecoderfactory.h45 webrtc::VideoCodecType type) = 0;
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
Drtp_player.h28 VideoCodecType codec_type) in PayloadCodecTuple()
36 VideoCodecType codec_type() const { return codec_type_; } in codec_type()
41 VideoCodecType codec_type_;
Dnormal_test.h100 webrtc::VideoCodecType VideoType() const { return _videoType; }; in VideoType()
133 webrtc::VideoCodecType _videoType;
Dmedia_opt_test.h86 webrtc::VideoCodecType _sendCodecType;
/external/chromium_org/content/renderer/media/
Drtc_video_encoder.h49 webrtc::VideoCodecType type, in NON_EXPORTED_BASE()
85 const webrtc::VideoCodecType video_codec_type_; in NON_EXPORTED_BASE()
Drtc_video_decoder.h53 webrtc::VideoCodecType type, in NON_EXPORTED_BASE()
106 webrtc::VideoCodecType type, in NON_EXPORTED_BASE()
196 const webrtc::VideoCodecType video_codec_type_; in NON_EXPORTED_BASE()
Drtc_video_encoder_factory.cc50 webrtc::VideoCodecType type) { in WebRTCCodecToVideoCodecProfile()
76 webrtc::VideoCodecType type) { in CreateVideoEncoder()
Drtc_video_decoder_factory.cc25 webrtc::VideoCodecType type) { in CreateVideoDecoder()
Drtc_video_decoder_factory.h34 virtual webrtc::VideoDecoder* CreateVideoDecoder(webrtc::VideoCodecType type) in NON_EXPORTED_BASE()
Drtc_video_encoder_factory.h34 webrtc::VideoCodecType type) OVERRIDE; in NON_EXPORTED_BASE()
/external/chromium_org/third_party/webrtc/modules/video_coding/main/interface/
Dvideo_coding.h104 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/video_engine/test/libvietest/include/
Dtb_video_channel.h26 webrtc::VideoCodecType sendCodec = webrtc::kVideoCodecVP8,
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
Dgeneral_primitives.h71 bool FindSpecificCodec(webrtc::VideoCodecType of_type,
/external/webrtc/src/
Dcommon_types.h526 enum VideoCodecType enum
563 VideoCodecType codecType;
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/interface/
Dvideo_codec_interface.h61 VideoCodecType codecType;
/external/chromium_org/third_party/webrtc/modules/video_capture/include/
Dvideo_capture_defines.h45 VideoCodecType codecType;

123