TrackFragmentDecodeTime  632 media/formats/mp4/box_definitions.cc TrackFragmentDecodeTime::TrackFragmentDecodeTime() : decode_time(0) {}
TrackFragmentDecodeTime  633 media/formats/mp4/box_definitions.cc TrackFragmentDecodeTime::~TrackFragmentDecodeTime() {}
TrackFragmentDecodeTime  634 media/formats/mp4/box_definitions.cc FourCC TrackFragmentDecodeTime::BoxType() const { return FOURCC_TFDT; }
TrackFragmentDecodeTime  636 media/formats/mp4/box_definitions.cc bool TrackFragmentDecodeTime::Parse(BoxReader* reader) {
TrackFragmentDecodeTime  299 media/formats/mp4/box_definitions.h struct MEDIA_EXPORT TrackFragmentDecodeTime : Box {
TrackFragmentDecodeTime  300 media/formats/mp4/box_definitions.h   DECLARE_BOX_METHODS(TrackFragmentDecodeTime);
TrackFragmentDecodeTime  363 media/formats/mp4/box_definitions.h   TrackFragmentDecodeTime decode_time;