Searched refs:timestamp_buff (Results 1 – 1 of 1) sorted by relevance
/third_party/libexif/libexif/huawei/ |
D | mnote-huawei-entry.c | 99 char timestamp_buff[11] = {0}; in mnote_huawei_entry_rational_timestamp_process() local 100 snprintf(timestamp_buff, sizeof(timestamp_buff), "%s", token); in mnote_huawei_entry_rational_timestamp_process() 101 unsigned long numerator = strtoul(timestamp_buff, NULL, 10); in mnote_huawei_entry_rational_timestamp_process() 103 snprintf(timestamp_buff, 8, "%s", token+10); in mnote_huawei_entry_rational_timestamp_process() 104 unsigned long denominator = strtoul(timestamp_buff, NULL, 10); in mnote_huawei_entry_rational_timestamp_process()
|