Searched defs:ACodec (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DACodec.h35 struct ACodec : public AHierarchicalStateMachine { struct in namespace:android
52 ACodec();
76 friend struct ACodec;
88 virtual ~ACodec();
308 DISALLOW_EVIL_CONSTRUCTORS(ACodec);
/frameworks/av/media/libstagefright/
H A DACodec.cpp18 #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
359 ACodec::ACodec() function in class:android::ACodec
[all...]

Completed in 312 milliseconds