OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ACodec
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/include/media/stagefright/
ACodec.h
35
struct
ACodec
: public AHierarchicalStateMachine {
52
ACodec
();
78
friend struct
ACodec
;
90
virtual ~
ACodec
();
312
DISALLOW_EVIL_CONSTRUCTORS(
ACodec
);
/frameworks/av/media/libstagefright/
ACodec.cpp
18
#define LOG_TAG "
ACodec
"
20
#include <media/stagefright/
ACodec
.h>
126
struct
ACodec
::BaseState : public AState {
127
BaseState(
ACodec
*codec, const sp<AState> &parentState = NULL);
136
ACodec
*mCodec;
169
struct
ACodec
::DeathNotifier : public IBinder::DeathRecipient {
187
struct
ACodec
::UninitializedState : public
ACodec
::BaseState {
188
UninitializedState(
ACodec
*codec);
205
struct
ACodec
::LoadedState : public ACodec::BaseState
[
all
...]
Completed in 194 milliseconds