Lines Matching refs:I420
183 // Write an I420 frame out to disk.
209 // I420 chroma artifacts to easily be seen on the square boundaries.
285 // Converts from the specified colorspace to I420.
540 // Test constructing an image from a I420 buffer.
844 TEST_MIRROR(I420, 420)
876 TEST_ROTATE(I420, 12, 0)
877 TEST_ROTATE(I420, 12, 90)
878 TEST_ROTATE(I420, 12, 180)
879 TEST_ROTATE(I420, 12, 270)
965 // Test 1 pixel edge case image I420 buffer.
1056 // Test constructing an image from an I420 buffer with horizontal cropping.
1094 // Test constructing an image from an I420 buffer, cropping top and bottom.
1104 // Test constructing an image from I420 synonymous formats.
1117 // Test constructing an image from an I420 MJPG buffer.
1166 // Test constructing an image from an I420 MJPG buffer.
1201 // Test validate for I420 MJPG buffer.
1226 // Test validate for I420 buffer.
1231 // Test validate for I420 buffer where size is too small
1236 // Test validate for I420 buffer where size is too large (16 MB)
1243 // Test validate for I420 buffer where size is 1 GB (not reasonable).
1276 // Test validate fails for truncated I420 buffer.
1458 // Helper function for test converting from I420 to packed formats.
1795 // Test converting from I420 to I422.