Searched refs:timeUsec (Results 1 – 1 of 1) sorted by relevance
89 int64_t timeUsec = getPositionUsec(); in getPositionMsec() local90 if (timeUsec == ANDROID_UNKNOWN_TIME) { in getPositionMsec()93 *msec = timeUsec / 1000; in getPositionMsec()485 int64_t timeUsec = ANDROID_UNKNOWN_TIME; in onDecode() local501 timeUsec = ANDROID_UNKNOWN_TIME; in onDecode()503 CHECK(mDecodeBuffer->meta_data().findInt64(kKeyTime, &timeUsec)); in onDecode()516 if (timeUsec != ANDROID_UNKNOWN_TIME) { in onDecode()521 mLastDecodedPositionUs = timeUsec; in onDecode()