Searched defs:MediaCodec (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp18 #define LOG_TAG "MediaCodec"
40 #include <media/stagefright/MediaCodec.h>
68 ResourceManagerClient(MediaCodec* codec) : mMediaCodec(codec) {}
71 sp<MediaCodec> codec = mMediaCodec.promote();
91 sp<MediaCodec> codec = mMediaCodec.promote();
108 wp<MediaCodec> mMediaCodec;
113 MediaCodec::ResourceManagerServiceProxy::ResourceManagerServiceProxy(pid_t pid)
115 if (mPid == MediaCodec::kNoPid) {
120 MediaCodec::ResourceManagerServiceProxy::~ResourceManagerServiceProxy() {
126 void MediaCodec
260 MediaCodec::MediaCodec(const sp<ALooper> &looper, pid_t pid) function in class:android::MediaCodec
[all...]
/frameworks/av/include/media/stagefright/
H A DMediaCodec.h46 struct MediaCodec : public AHandler { struct in namespace:android
67 static sp<MediaCodec> CreateByType(
71 static sp<MediaCodec> CreateByComponentName(
174 // Create a MediaCodec notification message from a list of rendered or dropped render infos
181 virtual ~MediaCodec();
349 MediaCodec(const sp<ALooper> &looper, pid_t pid);
414 DISALLOW_EVIL_CONSTRUCTORS(MediaCodec);
/frameworks/base/media/java/android/media/
H A DMediaCodec.java43 MediaCodec class can be used to access low-level media codecs, i.e. encoder/decoder components.
51 alt="MediaCodec buffer flow diagram"></object></center>
90 short[] getSamplesForChannel(MediaCodec codec, int bufferId, int channelIx) {
209 alt="MediaCodec state diagram"></object></center>
236 Use {@link MediaCodecList} to create a MediaCodec for a specific {@link MediaFormat}. When
386 the {@link Callback#onInputBufferAvailable MediaCodec.Callback.onInput}/{@link
446 alt="MediaCodec state diagram for asynchronous operation"></object></center>
448 MediaCodec is typically used like this in asynchronous mode:
450 MediaCodec codec = MediaCodec
1470 final public class MediaCodec { class
1759 private MediaCodec( method in class:MediaCodec
[all...]

Completed in 2507 milliseconds