Searched refs:ACodec (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/
H A DACodec.cpp18 #define LOG_TAG "ACodec"
27 #include <media/stagefright/ACodec.h>
173 struct ACodec::BaseState : public AState {
174 BaseState(ACodec *codec, const sp<AState> &parentState = NULL);
183 ACodec *mCodec;
214 struct ACodec::DeathNotifier : public IBinder::DeathRecipient {
232 struct ACodec::UninitializedState : public ACodec::BaseState {
233 UninitializedState(ACodec *codec);
250 struct ACodec
404 ACodec::ACodec() function in class:android::ACodec
[all...]
H A DAndroid.mk7 ACodec.cpp \
H A DMediaCodec.cpp33 #include <media/stagefright/ACodec.h>
192 mCodec = new ACodec;
H A DOMXCodec.cpp38 #include <media/stagefright/ACodec.h>
4757 if (ACodec::isFlexibleColorFormat(
/frameworks/av/include/media/stagefright/
H A DACodec.h37 struct ACodec : public AHierarchicalStateMachine, public CodecBase { struct in namespace:android
38 ACodec();
68 friend struct ACodec;
90 virtual ~ACodec();
347 DISALLOW_EVIL_CONSTRUCTORS(ACodec);
/frameworks/av/cmds/stagefright/
H A Dsf2.cpp34 #include <media/stagefright/ACodec.h>
69 mCodec(new ACodec),
267 sp<ACodec> mCodec;
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp33 #include <media/stagefright/ACodec.h>
1250 setParamVideoEncoderLevel(ACodec::getAVCLevelFor(

Completed in 275 milliseconds