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

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
h264_sps_parser.cc 17 #define RETURN_FALSE_ON_FAIL(x) \
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(parser.ConsumeBits(1))
    [all...]
h264_bitstream_parser.cc 87 #define RETURN_FALSE_ON_FAIL(x) \
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_parser.ReadBits(&bits_tmp, 1))
    [all...]

Completed in 272 milliseconds