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

  /frameworks/base/media/libstagefright/mpeg2ts/
AnotherPacketSource.h 30 struct AnotherPacketSource : public MediaSource {
31 AnotherPacketSource(const sp<MetaData> &meta);
49 virtual ~AnotherPacketSource();
59 DISALLOW_EVIL_CONSTRUCTORS(AnotherPacketSource);
AnotherPacketSource.cpp 17 #include "AnotherPacketSource.h"
31 AnotherPacketSource::AnotherPacketSource(const sp<MetaData> &meta)
36 AnotherPacketSource::~AnotherPacketSource() {
39 status_t AnotherPacketSource::start(MetaData *params) {
43 status_t AnotherPacketSource::stop() {
47 sp<MetaData> AnotherPacketSource::getFormat() {
51 status_t AnotherPacketSource::read(
87 void AnotherPacketSource::queueAccessUnit(const sp<ABuffer> &buffer)
    [all...]

Completed in 16 milliseconds