Searched refs:VerifyPlane (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/codec2/sfplugin/tests/ |
D | CCodecBuffers_test.cpp | 670 static bool VerifyPlane( in VerifyPlane() function in android::LayoutTest 790 if (!VerifyPlane(mediaImage, buffer->base(), MediaImage2::Y, 'Y', &planeErrorMsg)) { in VerifyClientBuffer() 794 if (!VerifyPlane(mediaImage, buffer->base(), MediaImage2::U, 'U', &planeErrorMsg)) { in VerifyClientBuffer() 798 if (!VerifyPlane(mediaImage, buffer->base(), MediaImage2::V, 'V', &planeErrorMsg)) { in VerifyClientBuffer() 824 if (!VerifyPlane(&legacyYLayout, buffer->data(), MediaImage2::Y, 'Y', &planeErrorMsg)) { in VerifyClientBuffer()
|