Searched refs:H264_INFO (Results 1 – 2 of 2) sorted by relevance
36 #define H264_INFO(fmt,...) H264_PRINT(RESET, fmt, ##__VA_ARGS__); macro91 H264_INFO("found sps"); in checkSpsFrame()101 H264_INFO("found i frame"); in checkIFrame()111 H264_INFO("found pps"); in checkPpsFrame()117 H264_INFO("Not enough bytes for start code header and NALU type"); in getFrameNaluType()122 H264_INFO("First two bytes of start code header are not zero"); in getFrameNaluType()129 H264_INFO("Got start code header but no NALU type"); in getFrameNaluType()209 H264_INFO("Not enough bytes for a start code header"); in getNextStartCodeHeader()
35 #define H264_INFO(fmt, ...) H264_PRINT(RESET, fmt, ##__VA_ARGS__); macro