OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACodec
(Results
1 - 7
of
7
) sorted by null
/frameworks/av/media/libstagefright/
ACodec.cpp
18
#define LOG_TAG "
ACodec
"
29
#include <media/stagefright/
ACodec
.h>
218
struct
ACodec
::BaseState : public AState {
219
BaseState(
ACodec
*codec, const sp<AState> &parentState = NULL);
228
ACodec
*mCodec;
269
struct
ACodec
::DeathNotifier : public IBinder::DeathRecipient {
287
struct
ACodec
::UninitializedState : public
ACodec
::BaseState {
288
UninitializedState(
ACodec
*codec);
305
struct
ACodec
::LoadedState : public ACodec::BaseState
[
all
...]
Android.mk
6
ACodec
.cpp \
MediaCodecList.cpp
33
#include <media/stagefright/
ACodec
.h>
[
all
...]
MediaCodec.cpp
38
#include <media/stagefright/
ACodec
.h>
319
// at this time only
ACodec
specifies a mime type.
321
return new
ACodec
;
553
// TODO: this is just an estimation, we should get the real buffer size from
ACodec
.
[
all
...]
/frameworks/av/include/media/stagefright/
ACodec.h
42
struct
ACodec
: public AHierarchicalStateMachine, public CodecBase {
43
ACodec
();
82
friend struct
ACodec
;
116
virtual ~
ACodec
();
263
FrameRenderTracker mRenderTracker; // render information for buffers rendered by
ACodec
565
DISALLOW_EVIL_CONSTRUCTORS(
ACodec
);
/frameworks/av/cmds/stagefright/
sf2.cpp
34
#include <media/stagefright/
ACodec
.h>
69
mCodec(new
ACodec
),
266
sp<
ACodec
> mCodec;
/frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp
37
#include <media/stagefright/
ACodec
.h>
[
all
...]
Completed in 519 milliseconds