HomeSort by relevance Sort by last modified time
    Searched refs:VideoEditorAudioPlayer (Results 1 - 10 of 10) sorted by null

  /frameworks/av/libvideoeditor/lvpp/
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 &);
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...]
Android.mk 31 VideoEditorAudioPlayer.cpp \
PreviewPlayer.h 22 #include "VideoEditorAudioPlayer.h"
32 struct VideoEditorAudioPlayer;
91 status_t setAudioPlayer(VideoEditorAudioPlayer *audioPlayer);
145 VideoEditorAudioPlayer *mAudioPlayer;
VideoEditorPreviewController.h 125 VideoEditorAudioPlayer *mVEAudioPlayer;
VideoEditorPlayer.h 25 #include "VideoEditorAudioPlayer.h"
153 status_t setAudioPlayer(VideoEditorAudioPlayer *audioPlayer);
VideoEditorPlayer.cpp 54 status_t VideoEditorPlayer::setAudioPlayer(VideoEditorAudioPlayer *audioPlayer) {
PreviewPlayer.cpp 387 status_t PreviewPlayer::setAudioPlayer(VideoEditorAudioPlayer *audioPlayer) {
544 mAudioPlayer = new VideoEditorAudioPlayer(mAudioSink, this);
    [all...]
VideoEditorPreviewController.cpp 23 #include "VideoEditorAudioPlayer.h"
466 mVEAudioPlayer = new VideoEditorAudioPlayer(mVEAudioSink);
    [all...]
  /frameworks/av/include/media/stagefright/
AudioPlayer.h 81 friend class VideoEditorAudioPlayer;

Completed in 557 milliseconds