Home
last modified time | relevance | path

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

/external/chromium_org/media/mp4/
Dbox_reader.cc96 DVLOG(1) << "Skipping unknown box: " << FourCCToString(itr->first); in ~BoxReader()
190 DVLOG(2) << "Found a " << FourCCToString(child_type) << " box."; in ReadChild()
Dfourccs.h88 const inline std::string FourCCToString(FourCC fourcc) { in FourCCToString() function
Dbox_reader.h189 << FourCCToString(child_type) << " boxes."; in MaybeReadChildren()
Dmp4_stream_parser.cc149 << FourCCToString(reader->type()); in ParseBox()
562 << FourCCToString(type); in ReadAndDiscardMDATsUntil()