Home
last modified time | relevance | path

Searched refs:allowPastQueuedVideo (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerRenderer.h202 int64_t *mediaUs, int64_t nowUs, bool allowPastQueuedVideo = false);
205 int64_t *mediaUs, int64_t nowUs, bool allowPastQueuedVideo = false);
DNuPlayerRenderer.cpp205 int64_t *mediaUs, int64_t nowUs, bool allowPastQueuedVideo) { in getCurrentPositionOnLooper() argument
211 return getCurrentPositionFromAnchor(mediaUs, nowUs, allowPastQueuedVideo); in getCurrentPositionOnLooper()
225 int64_t *mediaUs, int64_t nowUs, bool allowPastQueuedVideo) { in getCurrentPositionFromAnchor() argument
243 if (mAnchorMaxMediaUs >= 0 && !allowPastQueuedVideo) { in getCurrentPositionFromAnchor()