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

  /external/chromium_org/media/mp4/
track_run_iterator_unittest.cc 89 moof.tracks[0].decode_time.decode_time = 0;
104 moof.tracks[1].decode_time.decode_time = 10;
200 int64 base_dts = kSumAscending1 + moof.tracks[1].decode_time.decode_time;
289 moof.tracks[1].decode_time.decode_time = 0;
box_definitions.h 293 uint64 decode_time; member in struct:media::mp4::TrackFragmentDecodeTime
333 TrackFragmentDecodeTime decode_time; member in struct:media::mp4::TrackFragment
track_run_iterator.cc 189 int64 run_start_dts = traf.decode_time.decode_time;
box_definitions.cc 599 TrackFragmentDecodeTime::TrackFragmentDecodeTime() : decode_time(0) {}
606 return reader->Read8(&decode_time);
608 return reader->Read4Into8(&decode_time);
738 reader->ReadChild(&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 297 milliseconds