Searched refs:bufferTimeUs (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/wifi-display/source/
H A DRepeaterSource.cpp116 int64_t bufferTimeUs = -1ll; local
127 bufferTimeUs = mStartTimeUs;
129 bufferTimeUs = mStartTimeUs + (mFrameCount * 1000000ll) / mRateHz;
132 int64_t delayUs = bufferTimeUs - nowUs;
158 (*buffer)->meta_data()->setInt64(kKeyTime, bufferTimeUs);
/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.cpp694 int64_t bufferTimeUs; local
695 CHECK(buffer->meta_data()->findInt64(kKeyTime, &bufferTimeUs));
696 if (!CloseEnough(bufferTimeUs, actualSeekTimeUs)) {
702 bufferTimeUs, bufferTimeUs / 1E6);
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp1803 int64_t bufferTimeUs; local
1804 CHECK(videoBuffer->meta()->findInt64("timeUs", &bufferTimeUs));
1806 (long long)bufferTimeUs);

Completed in 98 milliseconds