Searched refs:timeUsec (Results 1 – 1 of 1) sorted by relevance
86 int64_t timeUsec = getPositionUsec(); in getPositionMsec() local87 if (timeUsec == ANDROID_UNKNOWN_TIME) { in getPositionMsec()90 *msec = timeUsec / 1000; in getPositionMsec()481 int64_t timeUsec = ANDROID_UNKNOWN_TIME; in onDecode() local497 timeUsec = ANDROID_UNKNOWN_TIME; in onDecode()499 CHECK(mDecodeBuffer->meta_data()->findInt64(kKeyTime, &timeUsec)); in onDecode()512 if (timeUsec != ANDROID_UNKNOWN_TIME) { in onDecode()517 mLastDecodedPositionUs = timeUsec; in onDecode()