Lines Matching refs:VideoEditorSRC
18 #define LOG_TAG "VideoEditorSRC"
27 #include "VideoEditorSRC.h"
32 VideoEditorSRC::VideoEditorSRC(const sp<MediaSource> &source) {
33 ALOGV("VideoEditorSRC %p(%p)", this, source.get());
63 VideoEditorSRC::~VideoEditorSRC() {
64 ALOGV("~VideoEditorSRC %p(%p)", this, mSource.get());
68 status_t VideoEditorSRC::start(MetaData *params) {
83 status_t VideoEditorSRC::stop() {
107 sp<MetaData> VideoEditorSRC::getFormat() {
112 status_t VideoEditorSRC::read(
201 status_t VideoEditorSRC::getNextBuffer(AudioBufferProvider::Buffer *pBuffer, int64_t pts) {
286 void VideoEditorSRC::releaseBuffer(AudioBufferProvider::Buffer *pBuffer) {
293 void VideoEditorSRC::checkAndSetResampler() {