Home
last modified time | relevance | path

Searched refs:H264_INFO (Results 1 – 2 of 2) sorted by relevance

/hardware/google/aemu/host-common/
DH264NaluParser.cpp36 #define H264_INFO(fmt,...) H264_PRINT(RESET, fmt, ##__VA_ARGS__); macro
91 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()
DH264PingInfoParser.cpp35 #define H264_INFO(fmt, ...) H264_PRINT(RESET, fmt, ##__VA_ARGS__); macro