HomeSort by relevance Sort by last modified time
    Searched defs:AnotherPacketSource (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/mpeg2ts/
AnotherPacketSource.h 32 struct AnotherPacketSource : public MediaSource {
33 explicit AnotherPacketSource(const sp<MetaData> &meta);
89 virtual ~AnotherPacketSource();
108 // AnotherPacketSource.cpp for non-empty()-ness.
127 DISALLOW_EVIL_CONSTRUCTORS(AnotherPacketSource);
AnotherPacketSource.cpp 18 #define LOG_TAG "AnotherPacketSource"
20 #include "AnotherPacketSource.h"
40 AnotherPacketSource::AnotherPacketSource(const sp<MetaData> &meta)
55 void AnotherPacketSource::setFormat(const sp<MetaData> &meta) {
81 AnotherPacketSource::~AnotherPacketSource() {
84 status_t AnotherPacketSource::start(MetaData * /* params */) {
88 status_t AnotherPacketSource::stop() {
92 sp<MetaData> AnotherPacketSource::getFormat()
    [all...]

Completed in 122 milliseconds