/external/webrtc/webrtc/modules/video_processing/ |
H A D | video_denoiser.h | 30 int width_; member in class:webrtc::VideoDenoiser
|
H A D | content_analysis.h | 69 int width_; member in class:webrtc::VPMContentAnalysis
|
/external/webp/src/dec/ |
H A D | alphai.h | 28 int width_; member in struct:ALPHDecoder
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
H A D | h264_sps_parser.h | 25 uint16_t width() { return width_; } 32 uint16_t width_; member in class:webrtc::H264SpsParser
|
/external/webrtc/webrtc/modules/video_coding/codecs/h264/ |
H A D | h264_video_toolbox_encoder.h | 61 int32_t width_; member in class:webrtc::H264VideoToolboxEncoder
|
/external/webrtc/webrtc/test/linux/ |
H A D | glx_renderer.h | 39 size_t width_, height_; member in class:webrtc::test::GlxRenderer
|
/external/drm_hwcomposer/ |
H A D | drmcrtc.h | 58 uint32_t width_; member in class:android::DrmCrtc
|
/external/opencv3/modules/cudalegacy/test/ |
H A D | TestTranspose.cpp | 48 Ncv32u width_, Ncv32u height_) 52 width(width_), 47 TestTranspose(std::string testName_, NCVTestSourceProvider<T> &src_, Ncv32u width_, Ncv32u height_) argument
|
H A D | TestDrawRects.cpp | 49 Ncv32u width_, Ncv32u height_, Ncv32u numRects_, T color_) 54 width(width_), 47 TestDrawRects(std::string testName_, NCVTestSourceProvider<T> &src_, NCVTestSourceProvider<Ncv32u> &src32u_, Ncv32u width_, Ncv32u height_, Ncv32u numRects_, T color_) argument
|
H A D | TestIntegralImage.cpp | 48 Ncv32u width_, Ncv32u height_) 52 width(width_), 47 TestIntegralImage(std::string testName_, NCVTestSourceProvider<T_in> &src_, Ncv32u width_, Ncv32u height_) argument
|
H A D | TestIntegralImageSquared.cpp | 47 Ncv32u width_, Ncv32u height_) 51 width(width_), 46 TestIntegralImageSquared(std::string testName_, NCVTestSourceProvider<Ncv8u> &src_, Ncv32u width_, Ncv32u height_) argument
|
H A D | TestResize.cpp | 48 Ncv32u width_, Ncv32u height_, Ncv32u scaleFactor_, NcvBool bTextureCache_) 52 width(width_), 47 TestResize(std::string testName_, NCVTestSourceProvider<T> &src_, Ncv32u width_, Ncv32u height_, Ncv32u scaleFactor_, NcvBool bTextureCache_) argument
|
/external/webrtc/talk/media/base/ |
H A D | yuvframegenerator.h | 67 int GetWidth() { return width_; } 95 int width_; member in class:cricket::YuvFrameGenerator
|
/external/webrtc/talk/media/devices/ |
H A D | gtkvideorenderer.h | 68 int width_; member in class:cricket::GtkVideoRenderer
|
H A D | yuvframescapturer.h | 84 int width_; member in class:cricket::YuvFramesCapturer
|
/external/webrtc/webrtc/modules/desktop_capture/ |
H A D | differ.h | 34 int width() { return width_; } 66 int width_; member in class:webrtc::Differ
|
/external/webrtc/webrtc/modules/video_processing/test/ |
H A D | video_processing_unittest.h | 37 const int width_; member in class:webrtc::VideoProcessingTest
|
/external/webrtc/webrtc/test/gl/ |
H A D | gl_renderer.h | 44 size_t width_, height_, buffer_size_; member in class:webrtc::test::GlRenderer
|
/external/webrtc/webrtc/test/win/ |
H A D | d3d_renderer.h | 42 size_t width_, height_; member in class:webrtc::test::D3dRenderer
|
/external/webrtc/webrtc/tools/converter/ |
H A D | converter.h | 33 int width_; // Width of the video (respectively of the RGBA frames). member in class:webrtc::test::Converter 38 return width_*height_; 43 return ((width_+1)/2)*((height_)/2); 48 return ((width_+1)/2)*((height_)/2); 53 return width_*4; 58 return width_; 63 return (width_+1)/2; 68 return (width_+1)/2; 73 return width_*height_*4;
|
/external/autotest/client/deps/glbench/src/ |
H A D | texturetest.h | 36 GLuint width_; member in class:glbench::TextureTest
|
/external/ceres-solver/examples/ |
H A D | pgm_image.h | 87 int height_, width_; member in class:ceres::examples::PGMImage 95 : height_(height), width_(width), data_(width*height, 0.0) { 102 width_ = 0; 115 return width_; 125 return width_ * height_; 141 CHECK(index < width_ * height_); 149 CHECK(index < width_ * height_); 156 return x + width_*y; 191 outputfile << width_ << ' ' << height_ << " 255 " << std::endl; 194 int num_pixels = width_*height [all...] |
/external/autotest/client/site_tests/camera_V4L2/src/ |
H A D | media_v4l2_device.h | 72 return width_; 106 uint32_t width_, height_; member in class:V4L2Device
|
/external/webrtc/webrtc/common_video/include/ |
H A D | video_frame_buffer.h | 84 const int width_; member in class:webrtc::I420Buffer 108 const int width_; member in class:webrtc::NativeHandleBuffer 137 const int width_; member in class:webrtc::WrappedI420Buffer
|
/external/ImageMagick/Magick++/lib/ |
H A D | Pixels.cpp | 119 const ::ssize_t y_,const size_t width_,const size_t height_,std::string map_, 122 init(image_,x_,y_,width_,height_,map_,type_); 146 const ::ssize_t y_,const size_t width_,const size_t height_, 155 if ((x_ < 0) || (width_ == 0) || (y_ < 0) || (height_ == 0) || 156 (x_ > (ssize_t) image_.columns()) || ((width_ + x_) > image_.columns()) 189 _length=width_*height_*map_.length(); 194 MagickCore::ExportImagePixels(image_.image(),x_,y_,width_,height_, 118 PixelData(Magick::Image &image_,const ::ssize_t x_, const ::ssize_t y_,const size_t width_,const size_t height_,std::string map_, const StorageType type_) argument 145 init(Magick::Image &image_,const ::ssize_t x_, const ::ssize_t y_,const size_t width_,const size_t height_, std::string map_,const StorageType type_) argument
|