Searched refs:GetPixelValue (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/codec2/sfplugin/tests/ |
D | CCodecBuffers_test.cpp | 643 static constexpr uint8_t GetPixelValue(uint8_t value, uint32_t row, uint32_t col) { in GetPixelValue() function in android::LayoutTest 655 *colPtr = GetPixelValue(value, row, col); in FillPlane() 682 if (GetPixelValue(value, row, col) != *colPtr) { in VerifyPlane() 684 row, col, GetPixelValue(value, row, col), *colPtr).c_str(); in VerifyPlane()
|