HomeSort by relevance Sort by last modified time
    Searched full:videocodectype (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/chromium_org/content/renderer/media/
rtc_video_decoder_factory.cc 25 webrtc::VideoCodecType type) {
rtc_video_encoder_factory.cc 20 webrtc::VideoCodecType type = webrtc::kVideoCodecUnknown;
48 webrtc::VideoCodecType type) {
77 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_;
  /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_;
video_coding_impl.cc 123 virtual VideoCodecType SendCodec() const OVERRIDE {
299 virtual VideoCodecType ReceiveCodec() const OVERRIDE {
380 int32_t VideoCodingModule::Codec(VideoCodecType codecType, VideoCodec* codec) {
encoded_frame.h 117 webrtc::VideoCodecType _codec;
generic_decoder.h 113 VideoCodecType _codecType;
generic_encoder.h 131 VideoCodecType _codecType;
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoencoderfactory.h 44 webrtc::VideoCodecType type;
50 VideoCodec(webrtc::VideoCodecType t, const std::string& nm, int w, int h,
71 webrtc::VideoCodecType type) = 0;
webrtcvideodecoderfactory.h 45 webrtc::VideoCodecType type) = 0;
  /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/video_engine/test/libvietest/include/
tb_video_channel.h 26 webrtc::VideoCodecType sendCodec = webrtc::kVideoCodecVP8,
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_receiver_impl.h 82 RtpVideoCodecTypes VideoCodecType() const;
rtp_sender_video.h 38 virtual RtpVideoCodecTypes VideoCodecType() const;
rtp_receiver_video.cc 60 rtp_header->type.Video.codec = specific_payload.Video.videoCodecType;
72 specific_payload.Video.videoCodecType,
  /external/chromium_org/third_party/webrtc/modules/video_capture/include/
video_capture_defines.h 45 VideoCodecType codecType;
  /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/video_engine/test/libvietest/testbed/
tb_video_channel.cc 17 webrtc::VideoCodecType sendCodec, int width,

Completed in 233 milliseconds

1 2 3