Home | History | Annotate | Download | only in media

Lines Matching refs:ARGB

379   // ARGB/ABGR/RAW/BG24 testing image.
494 // Dump the result image (ARGB format).
794 // A common macro for testing converting I420 to ARGB, BGRA and ABGR.
828 TEST_YUVTORGB(I420, ARGB, libyuv::kJpegYuv420, 3., 2);
834 TEST_YUVTORGB(I422, ARGB, libyuv::kJpegYuv422, 3., 2);
836 TEST_YUVTORGB(I444, ARGB, libyuv::kJpegYuv444, 3., 3);
938 // Create a fake ARGB input image.
969 // to ARGB.
1006 // Purposely unalign the output argb pointer to test slow path (C version).