Home
last modified time | relevance | path

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

/external/skqp/gm/
Dwacky_yuv_formats.cpp647 static const char* kYUVFormatNames[] = { "AYUV", "NV12", "NV21", "I420", "YV12" }; in draw_row_label() local
648 GR_STATIC_ASSERT(SK_ARRAY_COUNT(kYUVFormatNames) == kLast_YUVFormat+1); in draw_row_label()
657 rowLabel.printf("%s", kYUVFormatNames[yuvFormat]); in draw_row_label()
/external/skia/gm/
Dwacky_yuv_formats.cpp716 static const char* kYUVFormatNames[] = { in draw_row_label() local
719 static_assert(SK_ARRAY_COUNT(kYUVFormatNames) == kLast_YUVFormat + 1); in draw_row_label()
728 rowLabel.printf("%s", kYUVFormatNames[yuvFormat]); in draw_row_label()