Searched refs:VideoCodecType (Results 1 – 25 of 53) sorted by relevance
123
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/ |
D | 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;
|
D | media_optimization.h | 42 void SetEncodingData(VideoCodecType send_codec_type, 130 void SetEncodingDataInternal(VideoCodecType send_codec_type, 149 VideoCodecType send_codec_type_ GUARDED_BY(crit_sect_);
|
D | codec_database.cc | 172 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()
|
D | packet.h | 44 webrtc::VideoCodecType codec;
|
D | video_coding_impl.cc | 123 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()
|
D | video_coding_impl.h | 70 VideoCodecType SendCodec() const; 160 VideoCodecType ReceiveCodec() const;
|
D | encoded_frame.h | 117 webrtc::VideoCodecType _codec;
|
D | generic_decoder.h | 113 VideoCodecType _codecType;
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
D | webrtcvideoencoderfactory.h | 44 webrtc::VideoCodecType type; 50 VideoCodec(webrtc::VideoCodecType t, const std::string& nm, int w, int h, in VideoCodec() 71 webrtc::VideoCodecType type) = 0;
|
D | webrtcvideodecoderfactory.h | 45 webrtc::VideoCodecType type) = 0;
|
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/ |
D | rtp_player.h | 28 VideoCodecType codec_type) in PayloadCodecTuple() 36 VideoCodecType codec_type() const { return codec_type_; } in codec_type() 41 VideoCodecType codec_type_;
|
D | normal_test.h | 100 webrtc::VideoCodecType VideoType() const { return _videoType; }; in VideoType() 133 webrtc::VideoCodecType _videoType;
|
D | media_opt_test.h | 86 webrtc::VideoCodecType _sendCodecType;
|
/external/chromium_org/content/renderer/media/ |
D | rtc_video_encoder.h | 49 webrtc::VideoCodecType type, in NON_EXPORTED_BASE() 85 const webrtc::VideoCodecType video_codec_type_; in NON_EXPORTED_BASE()
|
D | rtc_video_decoder.h | 53 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()
|
D | rtc_video_encoder_factory.cc | 50 webrtc::VideoCodecType type) { in WebRTCCodecToVideoCodecProfile() 76 webrtc::VideoCodecType type) { in CreateVideoEncoder()
|
D | rtc_video_decoder_factory.cc | 25 webrtc::VideoCodecType type) { in CreateVideoDecoder()
|
D | rtc_video_decoder_factory.h | 34 virtual webrtc::VideoDecoder* CreateVideoDecoder(webrtc::VideoCodecType type) in NON_EXPORTED_BASE()
|
D | rtc_video_encoder_factory.h | 34 webrtc::VideoCodecType type) OVERRIDE; in NON_EXPORTED_BASE()
|
/external/chromium_org/third_party/webrtc/modules/video_coding/main/interface/ |
D | 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/video_engine/test/libvietest/include/ |
D | tb_video_channel.h | 26 webrtc::VideoCodecType sendCodec = webrtc::kVideoCodecVP8,
|
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/ |
D | general_primitives.h | 71 bool FindSpecificCodec(webrtc::VideoCodecType of_type,
|
/external/webrtc/src/ |
D | common_types.h | 526 enum VideoCodecType enum 563 VideoCodecType codecType;
|
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/interface/ |
D | video_codec_interface.h | 61 VideoCodecType codecType;
|
/external/chromium_org/third_party/webrtc/modules/video_capture/include/ |
D | video_capture_defines.h | 45 VideoCodecType codecType;
|
123