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

/frameworks/av/include/media/stagefright/
H A DACodec.h35 struct ACodec : public AHierarchicalStateMachine { struct in namespace:android
49 ACodec();
69 friend struct ACodec;
81 virtual ~ACodec();
273 DISALLOW_EVIL_CONSTRUCTORS(ACodec);
/frameworks/av/media/libstagefright/
H A DACodec.cpp18 #define LOG_TAG "ACodec"
20 #include <media/stagefright/ACodec.h>
125 struct ACodec::BaseState : public AState {
126 BaseState(ACodec *codec, const sp<AState> &parentState = NULL);
135 ACodec *mCodec;
168 struct ACodec::UninitializedState : public ACodec::BaseState {
169 UninitializedState(ACodec *codec);
184 struct ACodec::LoadedState : public ACodec
335 ACodec::ACodec() function in class:android::ACodec
[all...]

Completed in 228 milliseconds