/external/webrtc/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() 61 webrtc::VideoCodecType type) = 0; 71 virtual bool EncoderTypeHasInternalSource(webrtc::VideoCodecType type) const { in EncoderTypeHasInternalSource()
|
D | fakewebrtcvideoengine.h | 105 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_;
|
D | webrtcvideodecoderfactory.h | 45 webrtc::VideoCodecType type) = 0;
|
D | webrtcvideoengine2.h | 299 webrtc::VideoCodecType type, 303 webrtc::VideoCodecType type; 425 webrtc::VideoCodecType type, 430 webrtc::VideoCodecType type;
|
/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/ |
D | MediaCodecVideoEncoderTest.java | 54 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/ |
D | 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;
|
D | 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_);
|
D | codec_database.cc | 119 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()
|
D | packet.h | 44 VideoCodecType codec;
|
D | encoded_frame.h | 120 webrtc::VideoCodecType _codec;
|
D | video_coding_impl.cc | 228 VideoCodecType ReceiveCodec() const override { in ReceiveCodec() 295 void VideoCodingModule::Codec(VideoCodecType codecType, VideoCodec* codec) { in Codec()
|
D | generic_decoder.h | 104 VideoCodecType _codecType;
|
/external/webrtc/webrtc/modules/video_coding/test/ |
D | rtp_player.h | 29 VideoCodecType codec_type) in PayloadCodecTuple() 36 VideoCodecType codec_type() const { return codec_type_; } in codec_type() 41 VideoCodecType codec_type_;
|
D | test_util.h | 78 webrtc::VideoCodecType codecType;
|
/external/webrtc/talk/app/webrtc/java/jni/ |
D | androidmediadecoder_jni.h | 47 webrtc::VideoDecoder* CreateVideoDecoder(webrtc::VideoCodecType type) 54 std::vector<webrtc::VideoCodecType> supported_codec_types_;
|
D | androidmediadecoder_jni.cc | 63 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()
|
D | androidmediaencoder_jni.h | 49 webrtc::VideoEncoder* CreateVideoEncoder(webrtc::VideoCodecType type)
|
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/ |
D | MediaCodecVideoEncoder.java | 62 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()
|
D | MediaCodecVideoDecoder.java | 62 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/ |
D | video_decoder.cc | 37 VideoDecoder::DecoderType CodecTypeToDecoderType(VideoCodecType codec_type) { in CodecTypeToDecoderType() 51 VideoCodecType codec_type, in VideoDecoderSoftwareFallbackWrapper()
|
D | video_encoder.cc | 37 VideoEncoder::EncoderType CodecToEncoderType(VideoCodecType codec_type) { in CodecToEncoderType() 51 VideoCodecType codec_type, in VideoEncoderSoftwareFallbackWrapper()
|
/external/webrtc/webrtc/modules/video_coding/include/ |
D | video_coding.h | 88 static void Codec(VideoCodecType codecType, VideoCodec* codec); 407 virtual VideoCodecType ReceiveCodec() const = 0;
|
D | video_codec_interface.h | 93 VideoCodecType codecType;
|
/external/webrtc/webrtc/modules/video_coding/codecs/interface/ |
D | video_codec_interface.h | 95 VideoCodecType codecType;
|
/external/webrtc/webrtc/modules/video_capture/ |
D | video_capture_defines.h | 36 VideoCodecType codecType;
|