Searched refs:allowPastQueuedVideo (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayerRenderer.h | 202 int64_t *mediaUs, int64_t nowUs, bool allowPastQueuedVideo = false); 205 int64_t *mediaUs, int64_t nowUs, bool allowPastQueuedVideo = false);
|
D | NuPlayerRenderer.cpp | 205 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()
|