Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/
Dcvd_video_frame_buffer.h41 uint8_t *DataY() { return y_.data(); } in DataY()
48 std::vector<std::uint8_t> y_; variable
Dcvd_video_frame_buffer.cpp36 y_(AlignStride(width) * height + kPlanePadding), in CvdVideoFrameBuffer()
51 const uint8_t *CvdVideoFrameBuffer::DataY() const { return y_.data(); } in DataY()