Searched refs:to_fourcc (Results 1 – 4 of 4) sorted by relevance
128 size_t VideoFrame::ConvertToRgbBuffer(uint32_t to_fourcc, in ConvertToRgbBuffer() argument141 static_cast<int>(GetHeight()), to_fourcc)) { in ConvertToRgbBuffer()142 LOG(LS_ERROR) << "RGB type not supported: " << to_fourcc; in ConvertToRgbBuffer()
161 virtual size_t ConvertToRgbBuffer(uint32_t to_fourcc,
183 size_t WebRtcVideoFrame::ConvertToRgbBuffer(uint32_t to_fourcc, in ConvertToRgbBuffer() argument189 return VideoFrame::ConvertToRgbBuffer(to_fourcc, buffer, size, stride_rgb); in ConvertToRgbBuffer()
118 size_t ConvertToRgbBuffer(uint32_t to_fourcc,