Searched refs:ThrottledSource (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/media/libstagefright/include/
H A DThrottledSource.h26 struct ThrottledSource : public DataSource { struct in namespace:android
27 ThrottledSource(
46 ThrottledSource(const ThrottledSource &);
47 ThrottledSource &operator=(const ThrottledSource &);
/frameworks/base/media/libstagefright/
H A DThrottledSource.cpp17 #include "include/ThrottledSource.h"
30 ThrottledSource::ThrottledSource( function in class:android::ThrottledSource
40 status_t ThrottledSource::initCheck() const {
44 ssize_t ThrottledSource::readAt(off64_t offset, void *data, size_t size) {
75 status_t ThrottledSource::getSize(off64_t *size) {
79 uint32_t ThrottledSource::flags() {
H A DAndroid.mk45 ThrottledSource.cpp \
H A DAwesomePlayer.cpp29 #include "include/ThrottledSource.h"
1987 new ThrottledSource(
/frameworks/media/libvideoeditor/lvpp/
H A DPreviewPlayerBase.cpp29 #include "include/ThrottledSource.h"
1686 new ThrottledSource(

Completed in 123 milliseconds