Lines Matching refs:CreateYuv422Sample
213 rtc::MemoryStream* CreateYuv422Sample(uint32_t fourcc, in CreateYuv422Sample() function
631 CreateYuv422Sample(cricket::FOURCC_YUY2, kWidth * 10, kHeight / 10)); in ConstructYuy2Wide()
645 CreateYuv422Sample(cricket::FOURCC_UYVY, kWidth, kHeight)); in ConstructUyvy()
905 CreateYuv422Sample(cricket::FOURCC_UYVY, kWidth, kHeight)); in ConstructUyvyRotate90()
915 CreateYuv422Sample(cricket::FOURCC_UYVY, kWidth, kHeight)); in ConstructUyvyRotate180()
926 CreateYuv422Sample(cricket::FOURCC_UYVY, kWidth, kHeight)); in ConstructUyvyRotate270()
937 CreateYuv422Sample(cricket::FOURCC_YUY2, kWidth, kHeight)); in ConstructYuy2Rotate90()
947 CreateYuv422Sample(cricket::FOURCC_YUY2, kWidth, kHeight)); in ConstructYuy2Rotate180()
958 CreateYuv422Sample(cricket::FOURCC_YUY2, kWidth, kHeight)); in ConstructYuy2Rotate270()
1070 CreateYuv422Sample(cricket::FOURCC_YUY2, kWidth, kHeight)); in ConstructYuy2CropHorizontal()
1291 CreateYuv422Sample(cricket::FOURCC_YUY2, kWidth, kHeight)); in ConstructYuy2Aliases()
1310 CreateYuv422Sample(cricket::FOURCC_UYVY, kWidth, kHeight)); in ConstructUyvyAliases()
1365 CreateYuv422Sample(cricket::FOURCC_YUY2, width, height)); in ConstructYuy2AllSizes()