HomeSort by relevance Sort by last modified time
    Searched full:amessage (Results 151 - 175 of 254) sorted by null

1 2 3 4 5 67 8 91011

  /frameworks/av/media/libstagefright/mpeg2ts/
AnotherPacketSource.cpp 26 #include <media/stagefright/foundation/AMessage.h>
347 const sp<AMessage> &extra,
516 sp<AMessage> AnotherPacketSource::getLatestEnqueuedMeta() {
521 sp<AMessage> AnotherPacketSource::getLatestDequeuedMeta() {
535 sp<AMessage> AnotherPacketSource::getMetaAfterLastDequeued(int64_t delayUs) {
571 const sp<AMessage> &meta) {
588 sp<AMessage> newLatestEnqueuedMeta = NULL;
629 sp<AMessage> AnotherPacketSource::trimBuffersBeforeMeta(
630 const sp<AMessage> &meta) {
635 sp<AMessage> firstMeta
    [all...]
  /frameworks/wilhelm/src/android/
android_StreamPlayer.cpp 98 void StreamSourceAppProxy::receivedCmd_l(IStreamListener::Command cmd, const sp<AMessage> &msg) {
161 sp<AMessage> msg = new AMessage();
167 sp<AMessage> msg = new AMessage();
174 sp<AMessage> msg = new AMessage();
313 void StreamPlayer::onMessageReceived(const sp<AMessage> &msg) {
332 (new AMessage(kWhatStopForDestroy, this))->post();
372 (new AMessage(kWhatPullFromAbq, this))->post()
    [all...]
  /frameworks/av/cmds/stagefright/
record.cpp 22 #include <media/stagefright/foundation/AMessage.h>
209 sp<AMessage> enc_meta = new AMessage;
311 sp<AMessage> encMeta = new AMessage;
SimplePlayer.h 45 virtual void onMessageReceived(const sp<AMessage> &msg);
audioloop.cpp 26 #include <media/stagefright/foundation/AMessage.h>
97 sp<AMessage> meta = new AMessage;
  /frameworks/av/media/libmedia/
MediaCodecInfo.cpp 26 #include <media/stagefright/foundation/AMessage.h>
47 const sp<AMessage> MediaCodecInfo::Capabilities::getDetails() const {
53 mDetails = new AMessage;
77 sp<AMessage> details = AMessage::FromParcel(parcel);
IMediaCodecList.cpp 68 virtual const sp<AMessage> getGlobalSettings() const
75 return AMessage::FromParcel(reply);
145 const sp<AMessage> info = getGlobalSettings();
  /frameworks/base/media/jni/
android_media_MediaCodecList.cpp 22 #include <media/stagefright/foundation/AMessage.h>
174 sp<AMessage> defaultFormat = new AMessage();
190 sp<AMessage> details = capabilities->getDetails();
272 const sp<AMessage> settings = mcl->getGlobalSettings();
android_media_Utils.cpp 25 #include <media/stagefright/foundation/AMessage.h>
282 JNIEnv *env, const sp<AMessage> &msg, jobject *map) {
310 AMessage::Type valueType;
321 case AMessage::kTypeInt32:
330 case AMessage::kTypeInt64:
339 case AMessage::kTypeFloat:
348 case AMessage::kTypeString:
357 case AMessage::kTypeBuffer:
367 case AMessage::kTypeRect:
423 sp<AMessage> *out)
    [all...]
android_media_Utils.h 107 struct AMessage;
109 JNIEnv *env, const sp<AMessage> &msg, jobject *map);
113 sp<AMessage> *msg);
  /frameworks/av/camera/ndk/impl/
ACameraDevice.cpp 263 sp<AMessage> msg = new AMessage(kWhatSessionStateCb, mHandler);
419 sp<AMessage> msg = new AMessage(kWhatSessionStateCb, mHandler);
427 sp<AMessage> msg = new AMessage(kWhatSessionStateCb, mHandler);
566 sp<AMessage> msg = new AMessage(kWhatSessionStateCb, mHandler);
724 sp<AMessage> msg = new AMessage(kWhatCaptureBufferLost, mHandler)
    [all...]
  /frameworks/av/media/libstagefright/
ACodec.cpp 36 #include <media/stagefright/foundation/AMessage.h>
138 std::list<sp<AMessage> > &getList() { return mList; }
140 std::list<sp<AMessage> > mList;
155 void setNotificationMessage(const sp<AMessage> &msg) {
165 sp<AMessage> notify = mNotify->dup();
171 sp<AMessage> msg = new AMessage;
233 sp<AMessage> mNotify;
255 virtual bool onMessageReceived(const sp<AMessage> &msg);
259 virtual void onOutputBufferDrained(const sp<AMessage> &msg)
    [all...]
NuCachedSource2.cpp 28 #include <media/stagefright/foundation/AMessage.h>
247 (new AMessage(kWhatFetchMore, instance->mReflector))->post();
302 void NuCachedSource2::onMessageReceived(const sp<AMessage> &msg) {
447 (new AMessage(kWhatFetchMore, mReflector))->post(delayUs);
450 void NuCachedSource2::onRead(const sp<AMessage> &msg) {
477 mAsyncResult = new AMessage;
536 sp<AMessage> msg = new AMessage(kWhatRead, mReflector);
MediaExtractor.cpp 41 #include <media/stagefright/foundation/AMessage.h>
155 sp<AMessage> meta;
231 const sp<DataSource> &source, String8 *mimeType, float *confidence, sp<AMessage> *meta) {
247 sp<AMessage> newMeta;
  /frameworks/av/media/libmedia/include/media/
IStreamSource.h 25 struct AMessage;
92 Command cmd, bool synchronous, const sp<AMessage> &msg = NULL) = 0;
  /frameworks/av/media/libstagefright/include/
MPEG2TSExtractor.h 32 struct AMessage;
104 sp<AMessage> *);
MediaMuxer.h 30 struct AMessage;
66 ssize_t addTrack(const sp<AMessage> &format);
MPEG2TSWriter.h 44 void onMessageReceived(const sp<AMessage> &msg);
MediaClock.h 27 struct AMessage;
MidiExtractor.h 92 float *confidence, sp<AMessage> *);
MPEG4Writer.h 32 class AMessage;
125 sp<AMessage> mMetaKeys;
238 void onMessageReceived(const sp<AMessage> &msg);
  /frameworks/av/media/libstagefright/omx/
SimpleSoftOMXComponent.cpp 25 #include <media/stagefright/foundation/AMessage.h>
61 sp<AMessage> msg = new AMessage(kWhatSendCommand, mHandler);
333 sp<AMessage> msg = new AMessage(kWhatEmptyThisBuffer, mHandler);
342 sp<AMessage> msg = new AMessage(kWhatFillThisBuffer, mHandler);
357 void SimpleSoftOMXComponent::onMessageReceived(const sp<AMessage> &msg) {
  /frameworks/av/media/ndk/
NdkImageReaderPriv.h 34 #include <media/stagefright/foundation/AMessage.h>
108 void onMessageReceived(const sp<AMessage> &msg) override;
  /frameworks/av/media/libstagefright/rtsp/
AMPEG4ElementaryAssembler.cpp 29 #include <media/stagefright/foundation/AMessage.h>
110 const sp<AMessage> &notify, const AString &desc, const AString &params)
403 sp<AMessage> msg = mNotifyMsg->dup();
428 sp<AMessage> msg = mNotifyMsg->dup();
  /frameworks/wilhelm/src/android/include/
AacAdtsExtractor.h 35 struct AMessage;

Completed in 663 milliseconds

1 2 3 4 5 67 8 91011