HomeSort by relevance Sort by last modified time
    Searched refs:GetFourccName (Results 1 - 6 of 6) sorted by null

  /external/webrtc/talk/media/base/
videoframe.cc 313 << " format: " << GetFourccName(format)
327 << " format: " << GetFourccName(format)
340 << " format: " << GetFourccName(format)
360 << " format: " << GetFourccName(format)
377 << " format: " << GetFourccName(format)
videocommon.cc 228 std::string fourcc_name = GetFourccName(fourcc) + " ";
videocommon.h 146 inline std::string GetFourccName(uint32_t fourcc) {
capturemanager.cc 376 LOG(LS_WARNING) << " " << GetFourccName(format.fourcc)
videocapturer.cc 308 std::string fourcc_name = GetFourccName(captured_frame->fourcc) + " ";
  /external/webrtc/talk/media/webrtc/
webrtcvideoframe.cc 242 LOG(LS_ERROR) << "Error parsing format: " << GetFourccName(format)

Completed in 263 milliseconds