Searched defs:to_fourcc (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dnullvideoframe.h76 virtual size_t ConvertToRgbBuffer(uint32 to_fourcc, uint8 *buffer, argument
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtctexturevideoframe.cc124 uint32 to_fourcc, uint8* buffer, size_t size, int stride_rgb) const {
123 ConvertToRgbBuffer( uint32 to_fourcc, uint8* buffer, size_t size, int stride_rgb) const argument
H A Dwebrtcvideoframe.cc250 size_t WebRtcVideoFrame::ConvertToRgbBuffer(uint32 to_fourcc, uint8* buffer, argument
268 to_fourcc)) {
269 LOG(LS_WARNING) << "RGB type not supported: " << to_fourcc;

Completed in 247 milliseconds