Lines Matching full:argb
348 // ARGB/ABGR/RAW/BG24 testing image.
468 // Dump the result image (ARGB format).
724 // A common macro for testing converting I420 to ARGB, BGRA and ABGR.
759 TEST_YUVTORGB(I420, ARGB, libyuv::kJpegYuv420, 3., 2);
765 TEST_YUVTORGB(I422, ARGB, libyuv::kJpegYuv422, 3., 2);
767 TEST_YUVTORGB(I444, ARGB, libyuv::kJpegYuv444, 3., 3);
871 // Create a fake ARGB input image.
900 // to ARGB.
938 // Purposely unalign the output argb pointer to test slow path (C version).