Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/camera/
Dvsock_camera_metadata.h31 int32_t getPreferredHeight() const { return height_; } in getPreferredHeight()
36 int32_t height_; variable
Dvsock_camera_metadata.cpp212 : width_(width), height_(height), fps_(fps) { in VsockCameraMetadata()
/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/libdevice/
Dvideo_track_source_impl.cpp55 : webrtc::VideoTrackSource(false), width_(width), height_(height) {} in VideoTrackSourceImpl()
69 stats->input_height = height_; in GetStats()
Drecording_manager.cpp53 source->height_ = height; in AddSource()
126 existing_source->second->height_, existing_source->second->video_); in StartSingleRecorder()
Drecording_manager.h39 size_t height_; variable
Dvideo_track_source_impl.h50 int height_; variable
/device/google/cuttlefish/host/frontend/webrtc/
Dcvd_video_frame_buffer.cpp58 height_(height), in CvdVideoFrameBuffer()
72 int CvdVideoFrameBuffer::height() const { return height_; } in height()
Dcvd_video_frame_buffer.h54 const int height_; variable