Home
last modified time | relevance | path

Searched refs:height_ (Results 1 – 5 of 5) sorted by relevance

/device/google/cuttlefish/host/frontend/webrtc/
Dcvd_video_frame_buffer.cpp35 height_(height), in CvdVideoFrameBuffer()
41 int CvdVideoFrameBuffer::height() const { return height_; } in height()
Dcvd_video_frame_buffer.h47 const int height_; variable
/device/generic/opengl-transport/host/libs/virglrenderer/
DEglSurface.h30 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/
Dvideo_track_source_impl.cpp55 : webrtc::VideoTrackSource(false), width_(width), height_(height) {} in VideoTrackSourceImpl()
69 stats->input_height = height_; in GetStats()
Dvideo_track_source_impl.h51 int height_; variable