Searched defs:codecType (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_capture/include/
H A Dvideo_capture_defines.h45 VideoCodecType codecType; member in struct:webrtc::VideoCaptureCapability
55 codecType = kVideoCodecUnknown;
69 if (codecType != other.codecType)
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/interface/
H A Dvideo_codec_interface.h61 VideoCodecType codecType; member in struct:webrtc::CodecSpecificInfo
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dvideo_coding_impl.cc380 int32_t VideoCodingModule::Codec(VideoCodecType codecType, VideoCodec* codec) { argument
384 return VCMCodecDataBase::Codec(codecType, codec) ? 0 : -1;
/external/chromium_org/third_party/webrtc/video_engine/include/
H A Dvie_capture.h36 VideoCodecType codecType; member in struct:webrtc::CaptureCapability
44 codecType = kVideoCodecUnknown;
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A Dtest_util.h34 webrtc::VideoCodecType codecType; member in class:CmdArgs
H A Dtest_callbacks.h64 void SetCodecType(RtpVideoCodecTypes codecType) argument
65 {_codecType = codecType;}
118 void SetCodecType(RtpVideoCodecTypes codecType) argument
119 {_codecType = codecType;}
/external/aac/libSBRenc/include/
H A Dsbr_encoder.h104 typedef enum codecType enum
/external/chromium_org/third_party/webrtc/modules/video_capture/test/
H A Dvideo_capture_unittest.cc142 webrtc::VideoCodecType codecType)
140 OnIncomingCapturedEncodedFrame(const int32_t id, webrtc::VideoFrame& videoFrame, webrtc::VideoCodecType codecType) argument
/external/chromium_org/media/base/android/java/src/org/chromium/media/
H A DMediaCodecBridge.java99 private CodecInfo(String codecType, String codecName, argument
101 mCodecType = codecType;
107 private String codecType() { return mCodecType; } method in class:MediaCodecBridge.CodecInfo
/external/chromium_org/third_party/webrtc/modules/media_file/source/
H A Dmedia_file_utility.cc330 _videoCodec.codecType = kVideoCodecI420;
336 _videoCodec.codecType = kVideoCodecVP8;
1172 MediaFileUtility_CodecType codecType = local
1181 if(codecType != _codecId)
/external/webrtc/src/
H A Dcommon_types.h563 VideoCodecType codecType; member in struct:webrtc::VideoCodec
/external/chromium_org/third_party/webrtc/
H A Dcommon_types.h665 VideoCodecType codecType; member in struct:webrtc::VideoCodec
692 bool ret = codecType == other.codecType &&
705 if (ret && codecType == kVideoCodecVP8) {
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 2684 milliseconds