Searched refs:VideoType (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/webrtc/common_video/libyuv/include/
H A Dscaler.h42 VideoType src_video_type, VideoType dst_video_type,
56 bool SupportedVideoType(VideoType src_video_type,
57 VideoType dst_video_type);
H A Dwebrtc_libyuv.h27 enum VideoType { enum in namespace:webrtc
51 VideoType RawVideoTypeToCommonVideoVideoType(RawVideoType type);
85 int CalcBufferSize(VideoType type, int width, int height);
118 int ConvertToI420(VideoType src_video_type,
135 VideoType dst_video_type, int dst_sample_size,
140 VideoType dst_video_type, int dst_sample_size,
/external/chromium_org/third_party/webrtc/common_video/libyuv/
H A Dscaler.cc30 VideoType src_video_type, VideoType dst_video_type,
79 bool Scaler::SupportedVideoType(VideoType src_video_type,
80 VideoType dst_video_type) {
H A Dwebrtc_libyuv.cc23 VideoType RawVideoTypeToCommonVideoVideoType(RawVideoType type) {
69 int CalcBufferSize(VideoType type, int width, int height) {
191 int ConvertVideoType(VideoType video_type) {
229 int ConvertToI420(VideoType src_video_type,
259 VideoType dst_video_type, int dst_sample_size,
274 VideoType dst_video_type, int dst_sample_size,
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A Dvideo_source.h56 webrtc::VideoType type = webrtc::kI420);
58 webrtc::VideoType type = webrtc::kI420);
63 webrtc::VideoType GetType() const { return _type; }
90 webrtc::VideoType _type;
H A Dvideo_source.cc29 int frameRate /*= 30*/, webrtc::VideoType type /*= webrtc::kI420*/)
44 int frameRate /*= 30*/, webrtc::VideoType type /*= webrtc::kI420*/)
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A Dvideo_source.h58 VideoSource(std::string fileName, VideoSize size, float frameRate, webrtc::VideoType type = webrtc::kI420);
60 float frameRate = 30, webrtc::VideoType type = webrtc::kI420);
65 webrtc::VideoType GetType() const { return _type; }
78 webrtc::VideoType _type;
H A Dvideo_source.cc29 float frameRate, webrtc::VideoType type /*= webrtc::kI420*/)
44 float frameRate /*= 30*/, webrtc::VideoType type /*= webrtc::kI420*/)
H A Dnormal_test.h100 webrtc::VideoCodecType VideoType() const { return _videoType; }; function in class:NormalTest
H A Dnormal_test.cc94 switch (_test.VideoType())
/external/chromium_org/third_party/webrtc/modules/video_render/linux/
H A Dvideo_x11_channel.h64 int GetWidthHeight(VideoType type, int bufferSize, int& width,
/external/libnfc-nci/src/udrv/include/
H A Ducodec.h186 tUCODEC_VIDEO_FEAT_TYPE VideoType; member in union:tUCODEC_CODEC_TYPE_TAG
/external/chromium_org/third_party/webrtc/modules/video_capture/
H A Dvideo_capture_impl.cc274 const VideoType commonVideoType =
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_renderer.cc196 VideoType type =

Completed in 837 milliseconds