Lines Matching refs:VideoEditorPlayer
18 #define LOG_TAG "VideoEditorPlayer"
21 #include "VideoEditorPlayer.h"
31 VideoEditorPlayer::VideoEditorPlayer(NativeWindowRenderer* renderer)
34 ALOGV("VideoEditorPlayer");
38 VideoEditorPlayer::~VideoEditorPlayer() {
39 ALOGV("~VideoEditorPlayer");
48 status_t VideoEditorPlayer::initCheck() {
54 status_t VideoEditorPlayer::setAudioPlayer(VideoEditorAudioPlayer *audioPlayer) {
59 status_t VideoEditorPlayer::setDataSource(
71 status_t VideoEditorPlayer::setDataSource(int fd, int64_t offset,
77 status_t VideoEditorPlayer::setVideoSurface(const sp<Surface> &surface) {
84 status_t VideoEditorPlayer::setVideoSurfaceTexture(const sp<IGraphicBufferProducer> &bufferProducer) {
91 status_t VideoEditorPlayer::prepare() {
96 status_t VideoEditorPlayer::prepareAsync() {
100 status_t VideoEditorPlayer::start() {
105 status_t VideoEditorPlayer::stop() {
110 status_t VideoEditorPlayer::pause() {
115 bool VideoEditorPlayer::isPlaying() {
120 status_t VideoEditorPlayer::seekTo(int msec) {
126 status_t VideoEditorPlayer::getCurrentPosition(int *msec) {
139 status_t VideoEditorPlayer::getDuration(int *msec) {
154 status_t VideoEditorPlayer::reset() {
160 status_t VideoEditorPlayer::setLooping(int loop) {
165 status_t VideoEditorPlayer::setParameter(int key, const Parcel &request) {
170 status_t VideoEditorPlayer::getParameter(int key, Parcel *reply) {
175 player_type VideoEditorPlayer::playerType() {
180 void VideoEditorPlayer::acquireLock() {
185 void VideoEditorPlayer::releaseLock() {
190 status_t VideoEditorPlayer::invoke(const Parcel &request, Parcel *reply) {
194 void VideoEditorPlayer::setAudioSink(const sp<AudioSink> &audioSink) {
200 status_t VideoEditorPlayer::getMetadata(
227 status_t VideoEditorPlayer::loadEffectsSettings(
233 status_t VideoEditorPlayer::loadAudioMixSettings(
235 ALOGV("VideoEditorPlayer: loadAudioMixSettings");
239 status_t VideoEditorPlayer::setAudioMixPCMFileHandle(
242 ALOGV("VideoEditorPlayer: loadAudioMixSettings");
246 status_t VideoEditorPlayer::setAudioMixStoryBoardParam(
251 ALOGV("VideoEditorPlayer: loadAudioMixSettings");
256 status_t VideoEditorPlayer::setPlaybackBeginTime(uint32_t msec) {
261 status_t VideoEditorPlayer::setPlaybackEndTime(uint32_t msec) {
266 status_t VideoEditorPlayer::setStoryboardStartTime(uint32_t msec) {
271 status_t VideoEditorPlayer::setProgressCallbackInterval(uint32_t cbInterval) {
276 status_t VideoEditorPlayer::setMediaRenderingMode(
284 status_t VideoEditorPlayer::resetJniCallbackTimeStamp() {
289 status_t VideoEditorPlayer::setImageClipProperties(
294 status_t VideoEditorPlayer::readFirstVideoFrame() {
298 status_t VideoEditorPlayer::getLastRenderedTimeMs(uint32_t *lastRenderedTimeMs) {
307 int VideoEditorPlayer::VeAudioOutput::mMinBufferCount = 4;
308 bool VideoEditorPlayer::VeAudioOutput::mIsOnEmulator = false;
310 VideoEditorPlayer::VeAudioOutput::VeAudioOutput()
322 VideoEditorPlayer::VeAudioOutput::~VeAudioOutput() {
326 void VideoEditorPlayer::VeAudioOutput::setMinBufferCount() {
332 bool VideoEditorPlayer::VeAudioOutput::isOnEmulator() {
338 int VideoEditorPlayer::VeAudioOutput::getMinBufferCount() {
344 ssize_t VideoEditorPlayer::VeAudioOutput::bufferSize() const {
350 ssize_t VideoEditorPlayer::VeAudioOutput::frameCount() const {
356 ssize_t VideoEditorPlayer::VeAudioOutput::channelCount() const
362 ssize_t VideoEditorPlayer::VeAudioOutput::frameSize() const
368 uint32_t VideoEditorPlayer::VeAudioOutput::latency () const
373 float VideoEditorPlayer::VeAudioOutput::msecsPerFrame() const
378 status_t VideoEditorPlayer::VeAudioOutput::getPosition(uint32_t *position) const {
384 status_t VideoEditorPlayer::VeAudioOutput::getFramesWritten(uint32_t *written) const {
391 status_t VideoEditorPlayer::VeAudioOutput::open(
471 status_t VideoEditorPlayer::VeAudioOutput::start() {
485 void VideoEditorPlayer::VeAudioOutput::snoopWrite(
492 ssize_t VideoEditorPlayer::VeAudioOutput::write(
507 void VideoEditorPlayer::VeAudioOutput::stop() {
513 void VideoEditorPlayer::VeAudioOutput::flush() {
519 void VideoEditorPlayer::VeAudioOutput::pause() {
525 void VideoEditorPlayer::VeAudioOutput::close() {
531 void VideoEditorPlayer::VeAudioOutput::setVolume(float left, float right) {
542 void VideoEditorPlayer::VeAudioOutput::CallbackWrapper(
563 status_t VideoEditorPlayer::VeAudioOutput::dump(int fd, const Vector<String16>& args) const
583 int VideoEditorPlayer::VeAudioOutput::getSessionId() const {
588 uint32_t VideoEditorPlayer::VeAudioOutput::getSampleRate() const {