Searched defs:DataV (Results 1 – 3 of 3) sorted by relevance
/device/google/cuttlefish/host/frontend/webrtc/ | ||
D | cvd_video_frame_buffer.h | 43 uint8_t *DataV() { return v_.data(); } in DataV() function |
D | cvd_video_frame_buffer.cpp | 53 const uint8_t *CvdVideoFrameBuffer::DataV() const { return v_.data(); } in DataV() function in cuttlefish::CvdVideoFrameBuffer |
/device/google/cuttlefish/host/frontend/webrtc/lib/ | ||
D | video_track_source_impl.cpp | 45 const uint8_t *DataV() const override { return frame_buffer_->DataV(); } in DataV() function in cuttlefish::webrtc_streaming::__anone252ef290111::VideoFrameWrapper |