Home
last modified time | relevance | path

Searched refs:tp (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/wrs_omxil_core/core/src/
Dintel_video_config_parser.cpp111 uint8 *tp = aInputs->inPtr; in intel_video_config_parser() local
115 if (tp[0] == 0 && tp[1] == 0) in intel_video_config_parser()
118 uint8* tmp_ptr = tp; in intel_video_config_parser()
119 uint8* buffer_begin = tp; in intel_video_config_parser()
139 retval = iGetAVCConfigInfo(tp, in intel_video_config_parser()
/hardware/interfaces/camera/common/1.0/default/
DExif.cpp973 struct timespec tp; in setFromMetadata() local
975 bool time_available = clock_gettime(CLOCK_REALTIME, &tp) != -1; in setFromMetadata()
976 localtime_r(&tp.tv_sec, &time_info); in setFromMetadata()
1097 if (snprintf(str, sizeof(str), "%03ld", tp.tv_nsec / 1000000) < 0) { in setFromMetadata()
1098 ALOGE("%s: Subsec is invalid: %ld", __FUNCTION__, tp.tv_nsec); in setFromMetadata()
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCamera2HWI.cpp5612 struct timeval tp; in checkIntPicPending() local
5613 gettimeofday(&tp, NULL); in checkIntPicPending()
5614 ts.tv_sec = tp.tv_sec + 5; in checkIntPicPending()
5615 ts.tv_nsec = tp.tv_usec * 1000; in checkIntPicPending()