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

/frameworks/av/include/media/stagefright/
H A DACodec.h62 struct ACodec : public AHierarchicalStateMachine, public CodecBase { struct in namespace:android
63 ACodec();
113 virtual ~ACodec();
262 FrameRenderTracker mRenderTracker; // render information for buffers rendered by ACodec
578 DISALLOW_EVIL_CONSTRUCTORS(ACodec);
/frameworks/av/media/libstagefright/foundation/include/
H A DACodec.h62 struct ACodec : public AHierarchicalStateMachine, public CodecBase { struct in namespace:android
63 ACodec();
113 virtual ~ACodec();
262 FrameRenderTracker mRenderTracker; // render information for buffers rendered by ACodec
578 DISALLOW_EVIL_CONSTRUCTORS(ACodec);
/frameworks/av/media/libstagefright/include/
H A DACodec.h62 struct ACodec : public AHierarchicalStateMachine, public CodecBase { struct in namespace:android
63 ACodec();
113 virtual ~ACodec();
262 FrameRenderTracker mRenderTracker; // render information for buffers rendered by ACodec
578 DISALLOW_EVIL_CONSTRUCTORS(ACodec);
/frameworks/av/media/libstagefright/
H A DACodec.cpp18 #define LOG_TAG "ACodec"
29 #include <media/stagefright/ACodec.h>
240 struct ACodec::BaseState : public AState {
241 explicit BaseState(ACodec *codec, const sp<AState> &parentState = NULL);
250 ACodec *mCodec;
292 struct ACodec::DeathNotifier :
318 struct ACodec::UninitializedState : public ACodec::BaseState {
319 explicit UninitializedState(ACodec *codec);
336 struct ACodec
527 ACodec::ACodec() function in class:android::ACodec
[all...]

Completed in 172 milliseconds