Searched refs:height_ (Results 1 – 5 of 5) sorted by relevance
/device/google/cuttlefish/host/frontend/webrtc/ |
D | cvd_video_frame_buffer.cpp | 35 height_(height), in CvdVideoFrameBuffer() 41 int CvdVideoFrameBuffer::height() const { return height_; } in height()
|
D | cvd_video_frame_buffer.h | 47 const int height_; variable
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | EglSurface.h | 30 EglSurface(EGLConfig config_, uint32_t ctx_, uint32_t width_, uint32_t height_) in EglSurface() 31 : create_ctx(ctx_), config(config_), height(height_), width(width_), id(nextId++) { in EglSurface()
|
/device/google/cuttlefish/host/frontend/webrtc/lib/ |
D | video_track_source_impl.cpp | 55 : webrtc::VideoTrackSource(false), width_(width), height_(height) {} in VideoTrackSourceImpl() 69 stats->input_height = height_; in GetStats()
|
D | video_track_source_impl.h | 51 int height_; variable
|