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

  /external/chromium_org/media/formats/mp4/
track_run_iterator_unittest.cc 178 moof.tracks[0].decode_time.decode_time = 0;
194 moof.tracks[1].decode_time.decode_time = 10;
319 int64 base_dts = kSumAscending1 + moof.tracks[1].decode_time.decode_time;
407 moof.tracks[1].decode_time.decode_time = 0;
box_definitions.h 321 uint64 decode_time; member in struct:media::mp4::TrackFragmentDecodeTime
416 TrackFragmentDecodeTime decode_time; member in struct:media::mp4::TrackFragment
box_definitions.cc 671 TrackFragmentDecodeTime::TrackFragmentDecodeTime() : decode_time(0) {}
678 return reader->Read8(&decode_time);
680 return reader->Read4Into8(&decode_time);
893 reader->ReadChild(&decode_time) &&
track_run_iterator.cc 238 int64 run_start_dts = traf.decode_time.decode_time;
  /external/webp/examples/
dwebp.c 498 const double decode_time = StopwatchReadAndReset(&stop_watch); local
499 printf("Time to decode picture: %.3fs\n", decode_time);

Completed in 102 milliseconds