HomeSort by relevance Sort by last modified time
    Searched defs:height_ (Results 1 - 25 of 108) sorted by null

1 2 3 4 5

  /external/webrtc/webrtc/modules/video_processing/
video_denoiser.h 31 int height_; member in class:webrtc::VideoDenoiser
content_analysis.h 70 int height_; member in class:webrtc::VPMContentAnalysis
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
h264_sps_parser.h 26 uint16_t height() { return height_; }
33 uint16_t height_; member in class:webrtc::H264SpsParser
  /external/webrtc/webrtc/modules/video_coding/codecs/h264/
h264_video_toolbox_encoder.h 62 int32_t height_; member in class:webrtc::H264VideoToolboxEncoder
  /external/webrtc/webrtc/test/linux/
glx_renderer.h 39 size_t width_, height_; member in class:webrtc::test::GlxRenderer
  /external/drm_hwcomposer/
drmcrtc.h 59 uint32_t height_; member in class:android::DrmCrtc
  /external/libvpx/libvpx/test/
decode_svc_test.cc 39 ASSERT_EQ(img.d_h, height_);
45 unsigned int height_; member in class:__anon26017::DecodeSvcTest
63 height_ = 180;
80 height_ = 360;
97 height_ = 720;
115 height_ = 720;
blockiness_test.cc 38 BlockinessTestBase(int width, int height) : width_(width), height_(height) {}
77 FillConstant(data, stride, fill_constant, width_, height_);
89 FillRandom(data, stride, width_, height_);
93 for (int h = 0; h < height_; h += 4) {
101 for (int h = 0; h < height_; h += 4) {
115 for (int h = 0; h < height_; ++h) {
128 for (int h = taps; h < height_; ++h) {
134 int width_, height_; member in class:__anon26001::BlockinessTestBase
154 reference_stride_, width_, height_);
yuv_video_source.h 31 limit_(limit), frame_(0), width_(0), height_(0),
34 // This initializes format_, raw_size_, width_, height_ and allocates img.
79 if (width != width_ || height != height_ || format != format_) {
84 height_ = height;
117 unsigned int height_; member in class:libvpx_test::YUVVideoSource
  /external/webp/src/dec/
alphai_dec.h 29 int height_; member in struct:ALPHDecoder
  /external/webrtc/talk/media/base/
yuvframegenerator.h 66 int GetHeight() { return height_; }
96 int height_; member in class:cricket::YuvFrameGenerator
  /external/webrtc/talk/media/devices/
gtkvideorenderer.h 69 int height_; member in class:cricket::GtkVideoRenderer
yuvframescapturer.h 85 int height_; member in class:cricket::YuvFramesCapturer
  /external/webrtc/webrtc/modules/desktop_capture/
differ.h 35 int height() { return height_; }
67 int height_; member in class:webrtc::Differ
  /external/webrtc/webrtc/modules/video_processing/test/
video_processing_unittest.h 39 const int height_; member in class:webrtc::VideoProcessingTest
  /external/webrtc/webrtc/test/gl/
gl_renderer.h 44 size_t width_, height_, buffer_size_; member in class:webrtc::test::GlRenderer
  /external/webrtc/webrtc/test/win/
d3d_renderer.h 42 size_t width_, height_; member in class:webrtc::test::D3dRenderer
  /external/webrtc/webrtc/tools/converter/
converter.h 34 int height_; // Height 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);
73 return width_*height_*4;
  /external/autotest/client/deps/glbench/src/
texturetest.h 37 GLuint height_; member in class:glbench::TextureTest
  /external/libmojo/mojo/public/cpp/bindings/tests/
rect_blink.h 20 x_(x), y_(y), width_(width), height_(height) {
24 DCHECK_GE(height_, 0);
46 int height() const { return height_; }
49 height_ = height;
52 int computeArea() const { return width_ * height_; }
58 int height_ = 0; member in class:mojo::test::RectBlink
rect_chromium.h 22 height_(other.height_) {}
24 x_(x), y_(y), width_(width), height_(height) {
26 DCHECK_GE(height_, 0);
34 height_ = other.height_;
50 int height() const { return height_; }
53 height_ = height;
56 int GetArea() const { return width_ * height_; }
62 int height_ = 0 member in class:mojo::test::RectChromium
    [all...]
  /external/libmojo/ui/gfx/geometry/
size_f.h 25 constexpr SizeF() : width_(0.f), height_(0.f) {}
27 : width_(clamp(width)), height_(clamp(height)) {}
34 constexpr float height() const { return height_; }
37 void set_height(float height) { height_ = clamp(height); }
73 float height_; member in class:gfx::SizeF
  /hardware/libhardware/modules/camera/3_4/
stream_format.h 50 inline uint32_t height() const { return height_; };
79 uint32_t height_; member in class:v4l2_camera_hal::StreamFormat
  /external/pdfium/core/fxcodec/gif/
cfx_gifcontext.h 61 int height_; member in class:CFX_GifContext
  /external/tensorflow/tensorflow/core/kernels/
decode_bmp_op.cc 72 int32 height_ = internal::SubtleMustCopy( variable
74 const int32 height = ByteSwapInt32ForBigEndian(height_);

Completed in 1441 milliseconds

1 2 3 4 5