OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numFramesPendingPlayout
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/media/libstagefright/
AudioPlayer.cpp
380
uint32_t
numFramesPendingPlayout
=
388
numFramesPendingPlayout
+= numAdditionalFrames;
391
(1000000ll *
numFramesPendingPlayout
) / mSampleRate;
399
numFramesPendingPlayout
,
/frameworks/media/libvideoeditor/lvpp/
AudioPlayerBase.cpp
372
uint32_t
numFramesPendingPlayout
=
380
numFramesPendingPlayout
+= numAdditionalFrames;
383
(1000000ll *
numFramesPendingPlayout
) / mSampleRate;
391
numFramesPendingPlayout
,
/frameworks/base/media/libmediaplayerservice/nuplayer/
NuPlayerRenderer.cpp
127
uint32_t
numFramesPendingPlayout
=
134
*
numFramesPendingPlayout
* 1000ll;
263
uint32_t
numFramesPendingPlayout
=
268
+
numFramesPendingPlayout
Completed in 38 milliseconds