Searched refs:GetU (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/common_video/ |
D | video_frame_unittest.cc | 230 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/ |
D | image_data.h | 199 inline const Image<uint8_t>* GetU() const { in GetU() function
|
D | keypoint_detector.cc | 42 const Image<uint8_t>& u_data = *image_data.GetU(); in ScoreKeypoints()
|