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

  /external/chromium_org/media/formats/mp4/
track_run_iterator_unittest.cc 181 moof.tracks[0].decode_time.decode_time = 0;
197 moof.tracks[1].decode_time.decode_time = 10;
322 int64 base_dts = kSumAscending1 + moof.tracks[1].decode_time.decode_time;
429 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 244 int64 run_start_dts = traf.decode_time.decode_time;
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/tools/
video_quality_measurement.cc 393 "'decode_time': ('number', 'Decode time (us)'),\n"
412 "'encode_time': %d, 'decode_time': %d, "
  /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 575 milliseconds