OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AnotherPacketSource
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/media/libstagefright/mpeg2ts/
AnotherPacketSource.h
32
struct
AnotherPacketSource
: public MediaSource {
33
AnotherPacketSource
(const sp<MetaData> &meta);
58
virtual ~
AnotherPacketSource
();
71
DISALLOW_EVIL_CONSTRUCTORS(
AnotherPacketSource
);
AnotherPacketSource.cpp
17
#include "
AnotherPacketSource
.h"
31
AnotherPacketSource
::
AnotherPacketSource
(const sp<MetaData> &meta)
45
void
AnotherPacketSource
::setFormat(const sp<MetaData> &meta) {
50
AnotherPacketSource
::~
AnotherPacketSource
() {
53
status_t
AnotherPacketSource
::start(MetaData *params) {
57
status_t
AnotherPacketSource
::stop() {
61
sp<MetaData>
AnotherPacketSource
::getFormat() {
65
status_t
AnotherPacketSource
::dequeueAccessUnit(sp<ABuffer> *buffer)
[
all
...]
Completed in 22 milliseconds