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

1 2

  /external/webrtc/talk/media/webrtc/
webrtcvideoencoderfactory.h 44 webrtc::VideoCodecType type;
50 VideoCodec(webrtc::VideoCodecType t, const std::string& nm, int w, int h,
61 webrtc::VideoCodecType type) = 0;
71 virtual bool EncoderTypeHasInternalSource(webrtc::VideoCodecType type) const {
webrtcvideodecoderfactory.h 45 webrtc::VideoCodecType type) = 0;
fakewebrtcvideoengine.h 105 webrtc::VideoCodecType type) {
122 void AddSupportedVideoCodecType(webrtc::VideoCodecType type) {
135 std::set<webrtc::VideoCodecType> supported_codec_types_;
199 webrtc::VideoCodecType type) {
222 webrtc::VideoCodecType type) const override {
230 void AddSupportedVideoCodecType(webrtc::VideoCodecType type,
246 std::set<webrtc::VideoCodecType> supported_codec_types_;
webrtcvideoengine2.h 299 webrtc::VideoCodecType type,
303 webrtc::VideoCodecType type;
425 webrtc::VideoCodecType type,
430 webrtc::VideoCodecType type;
  /external/webrtc/talk/app/webrtc/java/jni/
androidmediadecoder_jni.h 47 webrtc::VideoDecoder* CreateVideoDecoder(webrtc::VideoCodecType type)
54 std::vector<webrtc::VideoCodecType> supported_codec_types_;
androidmediaencoder_jni.h 49 webrtc::VideoEncoder* CreateVideoEncoder(webrtc::VideoCodecType type)
  /external/webrtc/webrtc/modules/video_coding/
codec_database.h 53 static void Codec(VideoCodecType codec_type, VideoCodec* settings);
68 VideoCodecType SendCodec() const;
106 VideoCodecType ReceiveCodec() const;
141 VCMGenericDecoder* CreateDecoder(VideoCodecType type) const;
packet.h 44 VideoCodecType codec;
media_optimization.h 42 void SetEncodingData(VideoCodecType send_codec_type,
122 void SetEncodingDataInternal(VideoCodecType send_codec_type,
141 VideoCodecType send_codec_type_ GUARDED_BY(crit_sect_);
encoded_frame.h 120 webrtc::VideoCodecType _codec;
generic_decoder.h 104 VideoCodecType _codecType;
  /external/webrtc/webrtc/modules/video_coding/test/
rtp_player.h 29 VideoCodecType codec_type)
36 VideoCodecType codec_type() const { return codec_type_; }
41 VideoCodecType codec_type_;
test_util.h 78 webrtc::VideoCodecType codecType;
  /external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
MediaCodecVideoEncoderTest.java 54 MediaCodecVideoEncoder.VideoCodecType.VIDEO_CODEC_VP8, 640, 480, 300, 30, null));
67 MediaCodecVideoEncoder.VideoCodecType.VIDEO_CODEC_VP8, 640, 480, 300, 30,
81 MediaCodecVideoEncoder.VideoCodecType.VIDEO_CODEC_VP8, 640, 480, 300, 30,
86 MediaCodecVideoEncoder.VideoCodecType.VIDEO_CODEC_VP8, 640, 480, 300, 30,
107 MediaCodecVideoEncoder.VideoCodecType.VIDEO_CODEC_VP8, width, height, 300, 30, null));
158 MediaCodecVideoEncoder.VideoCodecType.VIDEO_CODEC_VP8, width, height, 300, 30,
  /external/webrtc/webrtc/modules/video_coding/codecs/interface/
video_codec_interface.h 95 VideoCodecType codecType;
  /external/webrtc/webrtc/modules/video_coding/include/
video_codec_interface.h 93 VideoCodecType codecType;
video_coding.h 88 static void Codec(VideoCodecType codecType, VideoCodec* codec);
407 virtual VideoCodecType ReceiveCodec() const = 0;
  /external/webrtc/webrtc/video/
video_decoder.cc 37 VideoDecoder::DecoderType CodecTypeToDecoderType(VideoCodecType codec_type) {
51 VideoCodecType codec_type,
video_encoder.cc 37 VideoEncoder::EncoderType CodecToEncoderType(VideoCodecType codec_type) {
51 VideoCodecType codec_type,
  /external/webrtc/webrtc/modules/video_capture/
video_capture_defines.h 36 VideoCodecType codecType;
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
MediaCodecVideoEncoder.java 61 // Tracks webrtc::VideoCodecType.
62 public enum VideoCodecType {
123 private VideoCodecType type;
273 boolean initEncode(VideoCodecType type, int width, int height, int kbps, int fps,
287 if (type == VideoCodecType.VIDEO_CODEC_VP8) {
292 } else if (type == VideoCodecType.VIDEO_CODEC_VP9) {
297 } else if (type == VideoCodecType.VIDEO_CODEC_H264) {
534 if (isKeyFrame && type == VideoCodecType.VIDEO_CODEC_H264) {
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_sender_video.h 38 virtual RtpVideoCodecTypes VideoCodecType() const;
  /external/webrtc/webrtc/
video_decoder.h 91 VideoDecoderSoftwareFallbackWrapper(VideoCodecType codec_type,
video_encoder.h 136 VideoEncoderSoftwareFallbackWrapper(VideoCodecType codec_type,
  /external/webrtc/webrtc/modules/video_coding/codecs/test/
videoprocessor.h 110 const char* VideoCodecTypeToStr(webrtc::VideoCodecType e);

Completed in 1149 milliseconds

1 2