Home
last modified time | relevance | path

Searched refs:FourCCToString (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/media/formats/mp4/
Dbox_reader.cc96 DVLOG(1) << "Skipping unknown box: " << FourCCToString(itr->first); in ~BoxReader()
164 << FourCCToString(type); in IsValidTopLevelBox()
198 DVLOG(2) << "Found a " << FourCCToString(child_type) << " box."; in ReadChild()
Dfourccs.h91 const inline std::string FourCCToString(FourCC fourcc) { in FourCCToString() function
Dbox_reader.h197 << FourCCToString(child_type) << " boxes."; in MaybeReadChildren()
Dmp4_stream_parser.cc165 << FourCCToString(reader->type()); in ParseBox()
586 << FourCCToString(type); in ReadAndDiscardMDATsUntil()