OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFramesWritten
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/libvideoeditor/lvpp/
VideoEditorPlayer.h
49
virtual status_t
getFramesWritten
(uint32_t*) const;
VideoEditorPlayer.cpp
384
status_t VideoEditorPlayer::VeAudioOutput::
getFramesWritten
(uint32_t *written) const {
/frameworks/av/media/libmediaplayerservice/
MediaPlayerService.h
87
virtual status_t
getFramesWritten
(uint32_t *frameswritten) const;
197
virtual status_t
getFramesWritten
(uint32_t *frameswritten) const;
MediaPlayerService.cpp
[
all
...]
/frameworks/av/include/media/
MediaPlayerInterface.h
100
virtual status_t
getFramesWritten
(uint32_t *frameswritten) const = 0;
/frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerRenderer.cpp
653
if (mAudioSink->
getFramesWritten
(&written) == OK) {
Completed in 74 milliseconds