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 AnotherPacketSource(const sp<MetaData> &meta);
64 virtual ~AnotherPacketSource();
78 DISALLOW_EVIL_CONSTRUCTORS(AnotherPacketSource);
AnotherPacketSource.cpp 17 #include "AnotherPacketSource.h"
33 AnotherPacketSource::AnotherPacketSource(const sp<MetaData> &meta)
48 void AnotherPacketSource::setFormat(const sp<MetaData> &meta) {
53 AnotherPacketSource::~AnotherPacketSource() {
56 status_t AnotherPacketSource::start(MetaData *params) {
60 status_t AnotherPacketSource::stop() {
64 sp<MetaData> AnotherPacketSource::getFormat() {
68 status_t AnotherPacketSource::dequeueAccessUnit(sp<ABuffer> *buffer)
    [all...]

Completed in 53 milliseconds