Lines Matching refs:DVLOG
61 DVLOG(1) << "Coded size is too large."; in GetCodedSize()
101 DVLOG(1) << "Frame cropping exceeds coded size."; in GetVisibleRect()
114 DVLOG(1) << "Frame cropping excludes entire frame."; in GetVisibleRect()
139 DVLOG(1) \
150 DVLOG(1) \
160 DVLOG(1) << "Error in stream: invalid value while trying to read " #out; \
168 DVLOG(1) << "Error in stream: invalid value while trying to read " #out; \
176 DVLOG(1) << "Error in stream: invalid value, expected " #val " to be" \
186 DVLOG(1) << "Error in stream: invalid value, expected " << #a; \
243 DVLOG(1) << "Requested a nonexistent PPS id " << pps_id; in GetPPS()
253 DVLOG(1) << "Requested a nonexistent SPS id " << sps_id; in GetSPS()
322 DVLOG(4) << "Could not find start code, end of stream?"; in LocateNALU()
333 DVLOG(3) << "End of stream"; in LocateNALU()
471 DVLOG(4) << "Could not find next NALU, bytes left in stream: " in AdvanceToNextNALU()
480 DVLOG(4) << "NALU found: size=" << nalu_size_with_start_code; in AdvanceToNextNALU()
504 DVLOG(4) << "NALU type: " << static_cast<int>(nalu->nal_unit_type) in AdvanceToNextNALU()
935 DVLOG(4) << "Scaling matrix present"; in ParseSPS()
1001 DVLOG(4) << "VUI parameters present"; in ParseSPS()
1028 DVLOG(1) << "Invalid stream, no SPS id: " << pps->seq_parameter_set_id; in ParsePPS()
1040 DVLOG(1) << "Slice groups not supported"; in ParsePPS()
1073 DVLOG(4) << "Picture scaling matrix present"; in ParsePPS()
1269 DVLOG(1) << "Ran out of dec ref pic marking fields"; in ParseDecRefPicMarking()
1306 DVLOG(1) << "Interlaced streams not supported"; in ParseSliceHeader()
1314 DVLOG(1) << "Interlaced streams not supported"; in ParseSliceHeader()
1421 DVLOG(1) << "Slice groups not supported"; in ParseSliceHeader()
1450 DVLOG(4) << "Found SEI message type: " << sei_msg->type in ParseSEI()
1462 DVLOG(4) << "Unsupported SEI message"; in ParseSEI()