Searched defs:VideoCodecType (Results 1 - 5 of 5) sorted by relevance

/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.cc68 RtpVideoCodecTypes RTPSenderVideo::VideoCodecType() const { function in class:webrtc::RTPSenderVideo
H A Drtp_sender.cc469 *video_type = video_->VideoCodecType();
1784 RtpVideoCodecTypes RTPSender::VideoCodecType() const { function in class:webrtc::RTPSender
1786 return video_->VideoCodecType();
/external/webrtc/webrtc/
H A Dcommon_types.h630 enum VideoCodecType { enum in namespace:webrtc
688 VideoCodecType codecType;

Completed in 234 milliseconds