HomeSort by relevance Sort by last modified time
    Searched refs:ACodec (Results 1 - 7 of 7) sorted by null

  /frameworks/av/media/libstagefright/
ACodec.cpp 18 #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::LoadedState : public ACodec::BaseState
    [all...]
Android.mk 7 ACodec.cpp \
MediaCodec.cpp 33 #include <media/stagefright/ACodec.h>
192 mCodec = new ACodec;
    [all...]
OMXCodec.cpp 38 #include <media/stagefright/ACodec.h>
    [all...]
  /frameworks/av/include/media/stagefright/
ACodec.h 37 struct ACodec : public AHierarchicalStateMachine, public CodecBase {
38 ACodec();
68 friend struct ACodec;
90 virtual ~ACodec();
352 DISALLOW_EVIL_CONSTRUCTORS(ACodec);
  /frameworks/av/cmds/stagefright/
sf2.cpp 34 #include <media/stagefright/ACodec.h>
69 mCodec(new ACodec),
267 sp<ACodec> mCodec;
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp 33 #include <media/stagefright/ACodec.h>
    [all...]

Completed in 780 milliseconds