Searched refs:RETURN_FALSE_ON_FAIL (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Dh264_sps_parser.cc17 #define RETURN_FALSE_ON_FAIL(x) \ macro
81 RETURN_FALSE_ON_FAIL(parser.ReadUInt8(&profile_idc));
84 RETURN_FALSE_ON_FAIL(parser.ConsumeBytes(1));
86 RETURN_FALSE_ON_FAIL(parser.ConsumeBytes(1));
88 RETURN_FALSE_ON_FAIL(parser.ReadExponentialGolomb(&golomb_ignored));
95 RETURN_FALSE_ON_FAIL(parser.ReadExponentialGolomb(&chroma_format_idc));
98 RETURN_FALSE_ON_FAIL(parser.ReadBits(&separate_colour_plane_flag, 1));
101 RETURN_FALSE_ON_FAIL(parser.ReadExponentialGolomb(&golomb_ignored));
103 RETURN_FALSE_ON_FAIL(parser.ReadExponentialGolomb(&golomb_ignored));
105 RETURN_FALSE_ON_FAIL(parse
[all...]
H A Dh264_bitstream_parser.cc87 #define RETURN_FALSE_ON_FAIL(x) \ macro
117 RETURN_FALSE_ON_FAIL(sps_parser.ReadUInt8(&profile_idc));
120 RETURN_FALSE_ON_FAIL(sps_parser.ReadUInt8(&byte_tmp));
122 RETURN_FALSE_ON_FAIL(sps_parser.ReadUInt8(&byte_tmp));
124 RETURN_FALSE_ON_FAIL(sps_parser.ReadExponentialGolomb(&golomb_tmp));
133 RETURN_FALSE_ON_FAIL(sps_parser.ReadExponentialGolomb(&chroma_format_idc));
136 RETURN_FALSE_ON_FAIL(
140 RETURN_FALSE_ON_FAIL(sps_parser.ReadExponentialGolomb(&golomb_tmp));
142 RETURN_FALSE_ON_FAIL(sps_parser.ReadExponentialGolomb(&golomb_tmp));
144 RETURN_FALSE_ON_FAIL(sps_parse
[all...]

Completed in 113 milliseconds