OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEBUG_LOG1
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/video_coding/test/
rtp_player.cc
29
#define
DEBUG_LOG1
(text, arg)
31
#define
DEBUG_LOG1
(text, arg) (printf(text "\n", arg))
211
DEBUG_LOG1
("Registering handler for ssrc=%08x", ssrc);
431
DEBUG_LOG1
("Unable to register ssrc: %d", ssrc);
440
DEBUG_LOG1
("Dropped packet: %d!", header.header.sequenceNumber);
/external/webrtc/webrtc/test/
rtp_file_reader.cc
32
# define
DEBUG_LOG1
(text, arg)
35
# define
DEBUG_LOG1
(text, arg) (printf(text "\n", arg))
41
DEBUG_LOG1
("FAIL at " __FILE__ ":%d", __LINE__); \
239
DEBUG_LOG1
("FAIL at " __FILE__ ":%d", __LINE__); \
Completed in 76 milliseconds