Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/VE/
H A DVVPISelLowering.cpp162 SDValue DataV = CDAG.getNode(VEISD::VVP_SELECT, DataVT, in lowerVVP_LOAD_STORE() local
305 SDValue DataV = CDAG.getNode(VEISD::VVP_SELECT, LegalDataVT, in lowerVVP_GATHER_SCATTER() local
/aosp_15_r20/external/webrtc/common_video/
H A Dvideo_frame_buffer.cc54 const uint8_t* DataV() const override { return v_plane_; } in DataV() function in webrtc::__anonb7d354190111::WrappedYuvBuffer
176 const uint16_t* DataV() const override { return v_plane_; } in DataV() function in webrtc::__anonb7d354190111::WrappedYuv16BBuffer
/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc/
Dcvd_video_frame_buffer.h50 uint8_t *DataV() { return v_.data(); } in DataV() function
Dcvd_video_frame_buffer.cpp84 const uint8_t *CvdVideoFrameBuffer::DataV() const { return v_.data(); } in DataV() function in cuttlefish::CvdVideoFrameBuffer
/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dvideo_track_source_impl.cpp45 const uint8_t *DataV() const override { return frame_buffer_->DataV(); } in DataV() function in cuttlefish::webrtc_streaming::__anon609856af0111::VideoFrameWrapper
/aosp_15_r20/external/webrtc/api/video/
H A Di010_buffer.cc175 const uint16_t* I010Buffer::DataV() const { in DataV() function in webrtc::I010Buffer
H A Di444_buffer.cc163 const uint8_t* I444Buffer::DataV() const { in DataV() function in webrtc::I444Buffer
H A Di420_buffer.cc151 const uint8_t* I420Buffer::DataV() const { in DataV() function in webrtc::I420Buffer
H A Di422_buffer.cc177 const uint8_t* I422Buffer::DataV() const { in DataV() function in webrtc::I422Buffer
H A Di210_buffer.cc284 const uint16_t* I210Buffer::DataV() const { in DataV() function in webrtc::I210Buffer
/aosp_15_r20/external/webrtc/sdk/android/src/jni/
H A Dvideo_frame.cc100 const uint8_t* DataV() const override { return data_v_; } in DataV() function in webrtc::jni::__anon1ee2c85a0111::AndroidVideoI420Buffer