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

  /device/google/bonito/sdm710/kernel-headers/media/
msmb_pproc.h 78 struct timeval in_time, out_time; member in struct:msm_cpp_frame_info_t
149 struct timeval in_time, out_time; member in struct:msm_vpe_frame_info_t
  /device/google/bonito/sdm710/original-kernel-headers/media/
msmb_pproc.h 72 struct timeval in_time, out_time; member in struct:msm_cpp_frame_info_t
162 struct timeval in_time, out_time; member in struct:msm_vpe_frame_info_t
  /device/google/crosshatch/sdm845/kernel-headers/media/
msmb_pproc.h 78 struct timeval in_time, out_time; member in struct:msm_cpp_frame_info_t
149 struct timeval in_time, out_time; member in struct:msm_vpe_frame_info_t
  /device/google/crosshatch/sdm845/original-kernel-headers/media/
msmb_pproc.h 72 struct timeval in_time, out_time; member in struct:msm_cpp_frame_info_t
162 struct timeval in_time, out_time; member in struct:msm_vpe_frame_info_t
  /external/libchrome/base/time/
time.cc 302 Time out_time; local
303 if (FromLocalExploded(exploded, &out_time))
304 return out_time;
  /external/libchrome/base/metrics/
field_trial.cc 113 Time out_time; local
114 if (!Time::FromLocalExploded(exploded, &out_time)) {
116 // We might just return |out_time|, which is Time(0).
120 return out_time;
    [all...]

Completed in 204 milliseconds