Home
last modified time | relevance | path

Searched refs:GetU (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/common_video/
Dvideo_frame_unittest.cc230 int GetU(rtc::scoped_refptr<PlanarYuvBuffer> buf, int col, int row) { in GetU() function
481 EXPECT_EQ(GetU(original, i, j), GetU(buf, i, j)); in TEST_P()
485 EXPECT_EQ(GetU(picture, i - kOffsetx, j - kOffsety), GetU(buf, i, j)); in TEST_P()
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Dimage_data.h199 inline const Image<uint8_t>* GetU() const { in GetU() function
Dkeypoint_detector.cc42 const Image<uint8_t>& u_data = *image_data.GetU(); in ScoreKeypoints()