Home
last modified time | relevance | path

Searched defs:DataV (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/frontend/webrtc/
Dcvd_video_frame_buffer.h43 uint8_t *DataV() { return v_.data(); } in DataV() function
Dcvd_video_frame_buffer.cpp53 const uint8_t *CvdVideoFrameBuffer::DataV() const { return v_.data(); } in DataV() function in cuttlefish::CvdVideoFrameBuffer
/device/google/cuttlefish/host/frontend/webrtc/lib/
Dvideo_track_source_impl.cpp45 const uint8_t *DataV() const override { return frame_buffer_->DataV(); } in DataV() function in cuttlefish::webrtc_streaming::__anone252ef290111::VideoFrameWrapper