Searched defs:bufferTimeUs (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/wifi-display/source/
H A DRepeaterSource.cpp115 int64_t bufferTimeUs = -1ll; local
126 bufferTimeUs = mStartTimeUs;
128 bufferTimeUs = mStartTimeUs + (mFrameCount * 1000000ll) / mRateHz;
131 int64_t delayUs = bufferTimeUs - nowUs;
157 (*buffer)->meta_data()->setInt64(kKeyTime, bufferTimeUs);
/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.cpp710 int64_t bufferTimeUs; local
711 CHECK(buffer->meta_data()->findInt64(kKeyTime, &bufferTimeUs));
712 if (!CloseEnough(bufferTimeUs, actualSeekTimeUs)) {
718 bufferTimeUs, bufferTimeUs / 1E6);

Completed in 59 milliseconds