Home
last modified time | relevance | path

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

12

/external/webrtc/talk/media/webrtc/
Dwebrtcvideoencoderfactory.h44 webrtc::VideoCodecType type;
50 VideoCodec(webrtc::VideoCodecType t, const std::string& nm, int w, int h, in VideoCodec()
61 webrtc::VideoCodecType type) = 0;
71 virtual bool EncoderTypeHasInternalSource(webrtc::VideoCodecType type) const { in EncoderTypeHasInternalSource()
Dfakewebrtcvideoengine.h105 webrtc::VideoCodecType type) { in CreateVideoDecoder()
122 void AddSupportedVideoCodecType(webrtc::VideoCodecType type) { in AddSupportedVideoCodecType()
135 std::set<webrtc::VideoCodecType> supported_codec_types_;
199 webrtc::VideoCodecType type) { in CreateVideoEncoder()
222 webrtc::VideoCodecType type) const override { in EncoderTypeHasInternalSource()
230 void AddSupportedVideoCodecType(webrtc::VideoCodecType type, in AddSupportedVideoCodecType()
246 std::set<webrtc::VideoCodecType> supported_codec_types_;
Dwebrtcvideodecoderfactory.h45 webrtc::VideoCodecType type) = 0;
Dwebrtcvideoengine2.h299 webrtc::VideoCodecType type,
303 webrtc::VideoCodecType type;
425 webrtc::VideoCodecType type,
430 webrtc::VideoCodecType type;
/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
DMediaCodecVideoEncoderTest.java54 MediaCodecVideoEncoder.VideoCodecType.VIDEO_CODEC_VP8, 640, 480, 300, 30, null)); in testInitializeUsingByteBuffer()
67 MediaCodecVideoEncoder.VideoCodecType.VIDEO_CODEC_VP8, 640, 480, 300, 30, in testInitilizeUsingTextures()
81 MediaCodecVideoEncoder.VideoCodecType.VIDEO_CODEC_VP8, 640, 480, 300, 30, in testInitializeUsingByteBufferReInitilizeUsingTextures()
86 MediaCodecVideoEncoder.VideoCodecType.VIDEO_CODEC_VP8, 640, 480, 300, 30, in testInitializeUsingByteBufferReInitilizeUsingTextures()
107 MediaCodecVideoEncoder.VideoCodecType.VIDEO_CODEC_VP8, width, height, 300, 30, null)); in testEncoderUsingByteBuffer()
158 MediaCodecVideoEncoder.VideoCodecType.VIDEO_CODEC_VP8, width, height, 300, 30, in testEncoderUsingTextures()
/external/webrtc/webrtc/modules/video_coding/
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;
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_);
Dcodec_database.cc119 void VCMCodecDataBase::Codec(VideoCodecType codec_type, VideoCodec* settings) { in Codec()
279 VideoCodecType VCMCodecDataBase::SendCodec() const { in SendCodec()
471 VideoCodecType VCMCodecDataBase::ReceiveCodec() const { in ReceiveCodec()
579 VCMGenericDecoder* VCMCodecDataBase::CreateDecoder(VideoCodecType type) const { in CreateDecoder()
Dpacket.h44 VideoCodecType codec;
Dencoded_frame.h120 webrtc::VideoCodecType _codec;
Dgeneric_decoder.h104 VideoCodecType _codecType;
Dvideo_coding_impl.cc228 VideoCodecType ReceiveCodec() const override { in ReceiveCodec()
295 void VideoCodingModule::Codec(VideoCodecType codecType, VideoCodec* codec) { in Codec()
/external/webrtc/webrtc/modules/video_coding/test/
Drtp_player.h29 VideoCodecType codec_type) in PayloadCodecTuple()
36 VideoCodecType codec_type() const { return codec_type_; } in codec_type()
41 VideoCodecType codec_type_;
Dtest_util.h78 webrtc::VideoCodecType codecType;
/external/webrtc/talk/app/webrtc/java/jni/
Dandroidmediadecoder_jni.h47 webrtc::VideoDecoder* CreateVideoDecoder(webrtc::VideoCodecType type)
54 std::vector<webrtc::VideoCodecType> supported_codec_types_;
Dandroidmediadecoder_jni.cc63 using webrtc::VideoCodecType;
74 JNIEnv* jni, VideoCodecType codecType, jobject render_egl_context);
113 VideoCodecType codecType_;
175 JNIEnv* jni, VideoCodecType codecType, jobject render_egl_context) : in MediaCodecVideoDecoder()
889 VideoCodecType type) { in CreateVideoDecoder()
894 for (VideoCodecType codec_type : supported_codec_types_) { in CreateVideoDecoder()
Dandroidmediaencoder_jni.h49 webrtc::VideoEncoder* CreateVideoEncoder(webrtc::VideoCodecType type)
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
DMediaCodecVideoEncoder.java62 public enum VideoCodecType { enum in MediaCodecVideoEncoder
123 private VideoCodecType type;
273 boolean initEncode(VideoCodecType type, int width, int height, int kbps, int fps, in initEncode()
287 if (type == VideoCodecType.VIDEO_CODEC_VP8) { in initEncode()
292 } else if (type == VideoCodecType.VIDEO_CODEC_VP9) { in initEncode()
297 } else if (type == VideoCodecType.VIDEO_CODEC_H264) { in initEncode()
534 if (isKeyFrame && type == VideoCodecType.VIDEO_CODEC_H264) { in dequeueOutputBuffer()
DMediaCodecVideoDecoder.java62 public enum VideoCodecType { enum in MediaCodecVideoDecoder
232 VideoCodecType type, int width, int height, SurfaceTextureHelper surfaceTextureHelper) { in initDecode()
239 if (type == VideoCodecType.VIDEO_CODEC_VP8) { in initDecode()
242 } else if (type == VideoCodecType.VIDEO_CODEC_VP9) { in initDecode()
245 } else if (type == VideoCodecType.VIDEO_CODEC_H264) { in initDecode()
/external/webrtc/webrtc/video/
Dvideo_decoder.cc37 VideoDecoder::DecoderType CodecTypeToDecoderType(VideoCodecType codec_type) { in CodecTypeToDecoderType()
51 VideoCodecType codec_type, in VideoDecoderSoftwareFallbackWrapper()
Dvideo_encoder.cc37 VideoEncoder::EncoderType CodecToEncoderType(VideoCodecType codec_type) { in CodecToEncoderType()
51 VideoCodecType codec_type, in VideoEncoderSoftwareFallbackWrapper()
/external/webrtc/webrtc/modules/video_coding/include/
Dvideo_coding.h88 static void Codec(VideoCodecType codecType, VideoCodec* codec);
407 virtual VideoCodecType ReceiveCodec() const = 0;
Dvideo_codec_interface.h93 VideoCodecType codecType;
/external/webrtc/webrtc/modules/video_coding/codecs/interface/
Dvideo_codec_interface.h95 VideoCodecType codecType;
/external/webrtc/webrtc/modules/video_capture/
Dvideo_capture_defines.h36 VideoCodecType codecType;

12