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/av/media/libstagefright/mpeg2ts/
AnotherPacketSource.h
32
struct
AnotherPacketSource
: public MediaSource {
33
AnotherPacketSource
(const sp<MetaData> &meta);
86
virtual ~
AnotherPacketSource
();
105
//
AnotherPacketSource
.cpp for non-empty()-ness.
123
DISALLOW_EVIL_CONSTRUCTORS(
AnotherPacketSource
);
AnotherPacketSource.cpp
18
#define LOG_TAG "
AnotherPacketSource
"
20
#include "
AnotherPacketSource
.h"
41
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 316 milliseconds