Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/sfplugin/tests/
H A DCCodecBuffers_test.cpp789 std::string planeErrorMsg; in VerifyClientBuffer() local
790 if (!VerifyPlane(mediaImage, buffer->base(), MediaImage2::Y, 'Y', &planeErrorMsg)) { in VerifyClientBuffer()
791 *errorMsg = "Y plane does not match: " + planeErrorMsg; in VerifyClientBuffer()
794 if (!VerifyPlane(mediaImage, buffer->base(), MediaImage2::U, 'U', &planeErrorMsg)) { in VerifyClientBuffer()
795 *errorMsg = "U plane does not match: " + planeErrorMsg; in VerifyClientBuffer()
798 if (!VerifyPlane(mediaImage, buffer->base(), MediaImage2::V, 'V', &planeErrorMsg)) { in VerifyClientBuffer()
799 *errorMsg = "V plane does not match: " + planeErrorMsg; in VerifyClientBuffer()
824 if (!VerifyPlane(&legacyYLayout, buffer->data(), MediaImage2::Y, 'Y', &planeErrorMsg)) { in VerifyClientBuffer()
825 *errorMsg = "Y plane by legacy layout does not match: " + planeErrorMsg; in VerifyClientBuffer()