Searched refs:height_ (Results 1 – 9 of 9) sorted by relevance
/device/google/cuttlefish/guest/hals/camera/ |
D | vsock_camera_metadata.h | 31 int32_t getPreferredHeight() const { return height_; } in getPreferredHeight() 36 int32_t height_; variable
|
D | vsock_camera_metadata.cpp | 212 : width_(width), height_(height), fps_(fps) { in VsockCameraMetadata()
|
/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/libdevice/ |
D | video_track_source_impl.cpp | 55 : webrtc::VideoTrackSource(false), width_(width), height_(height) {} in VideoTrackSourceImpl() 69 stats->input_height = height_; in GetStats()
|
D | recording_manager.cpp | 53 source->height_ = height; in AddSource() 126 existing_source->second->height_, existing_source->second->video_); in StartSingleRecorder()
|
D | recording_manager.h | 39 size_t height_; variable
|
D | video_track_source_impl.h | 50 int height_; variable
|
/device/google/cuttlefish/host/frontend/webrtc/ |
D | cvd_video_frame_buffer.cpp | 58 height_(height), in CvdVideoFrameBuffer() 72 int CvdVideoFrameBuffer::height() const { return height_; } in height()
|
D | cvd_video_frame_buffer.h | 54 const int height_; variable
|