Home
last modified time | relevance | path

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

/external/webrtc/talk/media/base/
Dvideoframe.cc313 << " format: " << GetFourccName(format) in Validate()
327 << " format: " << GetFourccName(format) in Validate()
340 << " format: " << GetFourccName(format) in Validate()
360 << " format: " << GetFourccName(format) in Validate()
377 << " format: " << GetFourccName(format) in Validate()
Dvideocommon.cc228 std::string fourcc_name = GetFourccName(fourcc) + " "; in ToString()
Dvideocommon.h146 inline std::string GetFourccName(uint32_t fourcc) { in GetFourccName() function
Dcapturemanager.cc376 LOG(LS_WARNING) << " " << GetFourccName(format.fourcc) in StartWithBestCaptureFormat()
Dvideocapturer.cc308 std::string fourcc_name = GetFourccName(captured_frame->fourcc) + " "; in ToString()
/external/webrtc/talk/media/webrtc/
Dwebrtcvideoframe.cc242 LOG(LS_ERROR) << "Error parsing format: " << GetFourccName(format) in Reset()