Home
last modified time | relevance | path

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

/external/webrtc/talk/media/base/
Dvideoframe_unittest.h258 rtc::MemoryStream* CreateRgbSample(uint32_t fourcc, in CreateRgbSample() function
688 CreateRgbSample(cricket::FOURCC_ABGR, kWidth, kHeight)); in ConstructABGR()
702 CreateRgbSample(cricket::FOURCC_ARGB, kWidth, kHeight)); in ConstructARGB()
716 CreateRgbSample(cricket::FOURCC_ARGB, kWidth * 10, kHeight / 10)); in ConstructARGBWide()
730 CreateRgbSample(cricket::FOURCC_BGRA, kWidth, kHeight)); in ConstructBGRA()
744 CreateRgbSample(cricket::FOURCC_24BG, kWidth, kHeight)); in Construct24BG()
758 CreateRgbSample(cricket::FOURCC_RAW, kWidth, kHeight)); in ConstructRaw()
1084 CreateRgbSample(cricket::FOURCC_ARGB, kWidth, kHeight)); in ConstructARGBCropHorizontal()
1383 CreateRgbSample(cricket::FOURCC_ARGB, width, height)); in ConstructARGBAllSizes()
1398 CreateRgbSample(cricket::FOURCC_ARGB, kOddWidth + i, kOddHeight + j)); in ConstructARGBAllSizes()