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

  /external/chromium_org/media/mp4/
box_reader.h 176 FourCC child_type = (*children)[0].BoxType(); local
178 ChildMap::iterator start_itr = children_.lower_bound(child_type);
179 ChildMap::iterator end_itr = children_.upper_bound(child_type);
189 << FourCCToString(child_type) << " boxes.";
box_reader.cc 186 FourCC child_type = child->BoxType(); local
188 ChildMap::iterator itr = children_.find(child_type);
190 DVLOG(2) << "Found a " << FourCCToString(child_type) << " box.";

Completed in 49 milliseconds