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

/frameworks/av/media/libstagefright/
H A DACodec.cpp18 #define LOG_TAG "ACodec"
29 #include <media/stagefright/ACodec.h>
215 struct ACodec::BaseState : public AState {
216 BaseState(ACodec *codec, const sp<AState> &parentState = NULL);
225 ACodec *mCodec;
266 struct ACodec::DeathNotifier : public IBinder::DeathRecipient {
284 struct ACodec::UninitializedState : public ACodec::BaseState {
285 UninitializedState(ACodec *codec);
302 struct ACodec
493 ACodec::ACodec() function in class:android::ACodec
[all...]
H A DAndroid.mk7 ACodec.cpp \
H A DMediaCodec.cpp38 #include <media/stagefright/ACodec.h>
316 mCodec = new ACodec;
520 // TODO: this is just an estimation, we should get the real buffer size from ACodec.
H A DOMXCodec.cpp38 #include <media/stagefright/ACodec.h>
4351 if (ACodec::isFlexibleColorFormat(
/frameworks/av/include/media/stagefright/
H A DACodec.h39 struct ACodec : public AHierarchicalStateMachine, public CodecBase { struct in namespace:android
40 ACodec();
73 friend struct ACodec;
95 virtual ~ACodec();
229 FrameRenderTracker mRenderTracker; // render information for buffers rendered by ACodec
428 DISALLOW_EVIL_CONSTRUCTORS(ACodec);
/frameworks/av/cmds/stagefright/
H A Dsf2.cpp34 #include <media/stagefright/ACodec.h>
69 mCodec(new ACodec),
266 sp<ACodec> mCodec;
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp33 #include <media/stagefright/ACodec.h>
1296 setParamVideoEncoderLevel(ACodec::getAVCLevelFor(

Completed in 120 milliseconds