Home
last modified time | relevance | path

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

/external/webrtc/talk/session/media/
Dplanarfunctions_unittest.cc197 FourCC fourcc_type) { in CreateFakeInterleaveYuvTestingImage() argument
199 if (fourcc_type != FOURCC_YUY2 && fourcc_type != FOURCC_UYVY) { in CreateFakeInterleaveYuvTestingImage()
200 LOG(LS_ERROR) << "Format " << static_cast<int>(fourcc_type) in CreateFakeInterleaveYuvTestingImage()
210 switch (fourcc_type) { in CreateFakeInterleaveYuvTestingImage()
358 FourCC fourcc_type) { in CreateFakeArgbTestingImage() argument
361 if (fourcc_type == FOURCC_ABGR || fourcc_type == FOURCC_BGRA || in CreateFakeArgbTestingImage()
362 fourcc_type == FOURCC_ARGB) { in CreateFakeArgbTestingImage()
364 } else if (fourcc_type == FOURCC_RAW || fourcc_type == FOURCC_24BG) { in CreateFakeArgbTestingImage()
367 LOG(LS_ERROR) << "Format " << static_cast<int>(fourcc_type) in CreateFakeArgbTestingImage()
373 switch (fourcc_type) { in CreateFakeArgbTestingImage()
[all …]