Home
last modified time | relevance | path

Searched refs:top_ (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
Dfield_of_view.h19 FieldOfView() : left_(0.0f), right_(0.0f), bottom_(0.0f), top_(0.0f) {} in FieldOfView()
23 : left_(left), right_(right), bottom_(bottom), top_(top) {} in FieldOfView()
32 float GetTop() const { return top_; } in GetTop()
38 void SetTop(float top) { top_ = top; } in SetTop()
45 float y_top = std::tan(top_) * z_near; in GetProjectionMatrix()
89 float top_; variable
/frameworks/av/media/codec2/core/include/
DC2Buffer.h1483 constexpr C2Rect inline at(uint32_t left_, uint32_t top_) const { in at()
1484 return C2Rect(width, height, left_, top_); in at()
1570 constexpr inline C2Rect(uint32_t width_, uint32_t height_, uint32_t left_, uint32_t top_) in C2Rect()
1574 top(top_) { } in C2Rect()