OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VideoEditorAudioPlayer
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/libvideoeditor/lvpp/
VideoEditorAudioPlayer.cpp
18
#define LOG_TAG "
VideoEditorAudioPlayer
"
23
#include <
VideoEditorAudioPlayer
.h>
35
VideoEditorAudioPlayer
::
VideoEditorAudioPlayer
(
70
VideoEditorAudioPlayer
::~
VideoEditorAudioPlayer
() {
82
void
VideoEditorAudioPlayer
::pause(bool playPendingSamples) {
101
void
VideoEditorAudioPlayer
::clear() {
152
status_t
VideoEditorAudioPlayer
::resume() {
186
status_t
VideoEditorAudioPlayer
::seekTo(int64_t time_us)
[
all
...]
VideoEditorAudioPlayer.h
37
class
VideoEditorAudioPlayer
: public TimeSource {
44
VideoEditorAudioPlayer
(const sp<MediaPlayerBase::AudioSink> &audioSink,
47
~
VideoEditorAudioPlayer
();
136
VideoEditorAudioPlayer
(const
VideoEditorAudioPlayer
&);
137
VideoEditorAudioPlayer
&operator=(const
VideoEditorAudioPlayer
&);
Completed in 609 milliseconds