Searched refs:timeUsec (Results 1 – 1 of 1) sorted by relevance
93 int64_t timeUsec = getPositionUsec(); in getPositionMsec() local94 if (timeUsec == ANDROID_UNKNOWN_TIME) { in getPositionMsec()97 *msec = timeUsec / 1000; in getPositionMsec()489 int64_t timeUsec = ANDROID_UNKNOWN_TIME; in onDecode() local505 timeUsec = ANDROID_UNKNOWN_TIME; in onDecode()507 CHECK(mDecodeBuffer->meta_data().findInt64(kKeyTime, &timeUsec)); in onDecode()520 if (timeUsec != ANDROID_UNKNOWN_TIME) { in onDecode()525 mLastDecodedPositionUs = timeUsec; in onDecode()