Searched refs:y_ (Results 1 – 4 of 4) sorted by relevance
59 y_(FromPool(AlignStride(width) * height + kPlanePadding)), in CvdVideoFrameBuffer()66 BackToPool(std::move(y_)); in ~CvdVideoFrameBuffer()82 const uint8_t *CvdVideoFrameBuffer::DataY() const { return y_.data(); } in DataY()
48 uint8_t *DataY() { return y_.data(); } in DataY()55 std::vector<std::uint8_t> y_; variable
213 y_(y), in ConfUiUserTouchMessage()220 std::pair<int, int> GetLocation() const { return {x_, y_}; } in GetLocation()224 int y_; variable
166 ss << "(" << x_ << "," << y_ << ")"; in ToString()173 std::to_string(y_)); in SendOver()