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

Completed in 54 milliseconds