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

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
rtp_player.cc 29 # define DEBUG_LOG1(text, arg)
31 # define DEBUG_LOG1(text, arg) (printf(text "\n", arg))
209 DEBUG_LOG1("Registering handler for ssrc=%08x", ssrc);
436 DEBUG_LOG1("Unable to register ssrc: %d", ssrc);
445 DEBUG_LOG1("Dropped packet: %d!", header.header.sequenceNumber);
  /external/chromium_org/third_party/webrtc/test/
rtp_file_reader.cc 30 # define DEBUG_LOG1(text, arg)
33 # define DEBUG_LOG1(text, arg) (printf(text "\n", arg))
39 DEBUG_LOG1("FAIL at " __FILE__ ":%d", __LINE__); \
187 DEBUG_LOG1("FAIL at " __FILE__ ":%d", __LINE__); \

Completed in 221 milliseconds