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

12

/external/webrtc/talk/media/webrtc/
H A Dwebrtcvideoencoderfactory.h44 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 {
H A Dwebrtcvideodecoderfactory.h45 webrtc::VideoCodecType type) = 0;
H A Dfakewebrtcvideoengine.h105 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_;
H A Dwebrtcvideoengine2.h299 webrtc::VideoCodecType type,
303 webrtc::VideoCodecType type;
425 webrtc::VideoCodecType type,
430 webrtc::VideoCodecType type;
/external/webrtc/talk/app/webrtc/java/jni/
H A Dandroidmediadecoder_jni.h47 webrtc::VideoDecoder* CreateVideoDecoder(webrtc::VideoCodecType type)
54 std::vector<webrtc::VideoCodecType> supported_codec_types_;
H A Dandroidmediaencoder_jni.h49 webrtc::VideoEncoder* CreateVideoEncoder(webrtc::VideoCodecType type)
/external/webrtc/webrtc/modules/video_coding/
H A Dcodec_database.h53 static void Codec(VideoCodecType codec_type, VideoCodec* settings);
68 VideoCodecType SendCodec() const;
106 VideoCodecType ReceiveCodec() const;
141 VCMGenericDecoder* CreateDecoder(VideoCodecType type) const;
H A Dpacket.h44 VideoCodecType codec;
H A Dmedia_optimization.h42 void SetEncodingData(VideoCodecType send_codec_type,
122 void SetEncodingDataInternal(VideoCodecType send_codec_type,
141 VideoCodecType send_codec_type_ GUARDED_BY(crit_sect_);
H A Dencoded_frame.h120 webrtc::VideoCodecType _codec;
H A Dgeneric_decoder.h104 VideoCodecType _codecType;
/external/webrtc/webrtc/modules/video_coding/test/
H A Drtp_player.h29 VideoCodecType codec_type)
36 VideoCodecType codec_type() const { return codec_type_; }
41 VideoCodecType codec_type_;
H A Dtest_util.h78 webrtc::VideoCodecType codecType;
/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
H A DMediaCodecVideoEncoderTest.java54 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/
H A Dvideo_codec_interface.h95 VideoCodecType codecType;
/external/webrtc/webrtc/modules/video_coding/include/
H A Dvideo_codec_interface.h93 VideoCodecType codecType;
H A Dvideo_coding.h88 static void Codec(VideoCodecType codecType, VideoCodec* codec);
407 virtual VideoCodecType ReceiveCodec() const = 0;
/external/webrtc/webrtc/video/
H A Dvideo_decoder.cc37 VideoDecoder::DecoderType CodecTypeToDecoderType(VideoCodecType codec_type) {
51 VideoCodecType codec_type,
H A Dvideo_encoder.cc37 VideoEncoder::EncoderType CodecToEncoderType(VideoCodecType codec_type) {
51 VideoCodecType codec_type,
/external/webrtc/webrtc/modules/video_capture/
H A Dvideo_capture_defines.h36 VideoCodecType codecType;
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
H A DMediaCodecVideoEncoder.java61 // Tracks webrtc::VideoCodecType.
62 public enum VideoCodecType { enum in class:MediaCodecVideoEncoder
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) {
H A DMediaCodecVideoDecoder.java61 // Tracks webrtc::VideoCodecType.
62 public enum VideoCodecType { enum in class:MediaCodecVideoDecoder
232 VideoCodecType type, int width, int height, SurfaceTextureHelper surfaceTextureHelper) {
239 if (type == VideoCodecType.VIDEO_CODEC_VP8) {
242 } else if (type == VideoCodecType.VIDEO_CODEC_VP9) {
245 } else if (type == VideoCodecType.VIDEO_CODEC_H264) {
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_sender_video.h38 virtual RtpVideoCodecTypes VideoCodecType() const;
/external/webrtc/webrtc/
H A Dvideo_decoder.h91 VideoDecoderSoftwareFallbackWrapper(VideoCodecType codec_type,
H A Dvideo_encoder.h136 VideoEncoderSoftwareFallbackWrapper(VideoCodecType codec_type,

Completed in 560 milliseconds

12