OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CodecBase
(Results
1 - 11
of
11
) sorted by null
/frameworks/av/media/libstagefright/
CodecBase.cpp
18
#define LOG_TAG "
CodecBase
"
22
#include <media/stagefright/
CodecBase
.h>
26
CodecBase
::
CodecBase
() {
29
CodecBase
::~
CodecBase
() {
32
CodecBase
::PortDescription::PortDescription() {
35
CodecBase
::PortDescription::~PortDescription() {
MediaCodec.cpp
203
sp<
CodecBase
> codec = GetCodecBase(name);
318
sp<
CodecBase
> MediaCodec::GetCodecBase(const AString &name, bool nameIsType) {
[
all
...]
Android.mk
16
CodecBase
.cpp \
ACodec.cpp
936
notify->setInt32("what",
CodecBase
::kWhatBuffersAllocated);
[
all
...]
Utils.cpp
35
#include <media/stagefright/
CodecBase
.h>
128
if (
CodecBase
::convertCodecColorAspectsToPlatformAspects(
[
all
...]
/frameworks/av/include/media/stagefright/
CodecBase.h
40
struct
CodecBase
: public AHandler, /* static */ ColorUtils {
108
CodecBase
();
109
virtual ~
CodecBase
();
112
DISALLOW_EVIL_CONSTRUCTORS(
CodecBase
);
MediaFilter.h
20
#include <media/stagefright/
CodecBase
.h>
29
struct MediaFilter : public
CodecBase
{
51
struct PortDescription : public
CodecBase
::PortDescription {
MediaCodec.h
35
struct
CodecBase
;
294
sp<
CodecBase
> mCodec;
351
static sp<
CodecBase
> GetCodecBase(const AString &name, bool nameIsType = false);
ACodec.h
26
#include <media/stagefright/
CodecBase
.h>
42
struct ACodec : public AHierarchicalStateMachine, public
CodecBase
{
74
struct PortDescription : public
CodecBase
::PortDescription {
/frameworks/av/cmds/stagefright/
sf2.cpp
213
if (what ==
CodecBase
::kWhatFillThisBuffer) {
215
} else if (what ==
CodecBase
::kWhatDrainThisBuffer) {
222
} else if (what ==
CodecBase
::kWhatEOS
223
|| what ==
CodecBase
::kWhatError) {
224
printf((what ==
CodecBase
::kWhatEOS) ? "$\n" : "E\n");
228
} else if (what ==
CodecBase
::kWhatFlushCompleted) {
233
} else if (what ==
CodecBase
::kWhatOutputFormatChanged) {
234
} else if (what ==
CodecBase
::kWhatShutdownCompleted) {
/frameworks/av/media/libstagefright/filters/
MediaFilter.cpp
223
notify->setInt32("what",
CodecBase
::kWhatError);
265
notify->setInt32("what",
CodecBase
::kWhatBuffersAllocated);
313
notify->setInt32("what",
CodecBase
::kWhatFillThisBuffer);
334
notify->setInt32("what",
CodecBase
::kWhatDrainThisBuffer);
351
notify->setInt32("what",
CodecBase
::kWhatEOS);
692
notify->setInt32("what",
CodecBase
::kWhatShutdownCompleted);
716
notify->setInt32("what",
CodecBase
::kWhatFlushCompleted);
750
reply->setInt32("what",
CodecBase
::kWhatInputSurfaceCreated);
817
notify->setInt32("what",
CodecBase
::kWhatSignaledInputEOS);
Completed in 164 milliseconds