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

/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...]
H A DAndroid.mk6 ACodec.cpp \
H A DMediaCodecList.cpp33 #include <media/stagefright/ACodec.h>
1222 quirks |= ACodec::kRequiresAllocateBufferOnInputPorts;
1225 quirks |= ACodec::kRequiresAllocateBufferOnOutputPorts;
H A DMediaCodec.cpp44 #include <media/stagefright/ACodec.h>
549 // at this time only ACodec specifies a mime type.
551 return new ACodec;
871 // TODO: this is just an estimation, we should get the real buffer size from ACodec.
/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/libmediaplayerservice/
H A DStagefrightRecorder.cpp38 #include <media/stagefright/ACodec.h>
1424 setParamVideoEncoderLevel(ACodec::getAVCLevelFor(

Completed in 3346 milliseconds