/frameworks/base/media/jni/ |
android_media_MediaCodec.h | 31 struct AMessage; 54 const sp<AMessage> &format, 113 status_t setParameters(const sp<AMessage> ¶ms); 120 virtual void onMessageReceived(const sp<AMessage> &msg); 143 sp<AMessage> mCallbackNotification; 144 sp<AMessage> mOnFrameRenderedNotification; 154 void handleCallback(const sp<AMessage> &msg); 155 void handleFrameRenderedNotification(const sp<AMessage> &msg);
|
/frameworks/av/include/media/stagefright/foundation/ |
AHandlerReflector.h | 32 virtual void onMessageReceived(const sp<AMessage> &msg) {
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
RTSPSource.h | 35 const sp<AMessage> ¬ify, 56 void onMessageReceived(const sp<AMessage> &msg); 124 void onSDPLoaded(const sp<AMessage> &msg); 125 void onDisconnected(const sp<AMessage> &msg);
|
NuPlayerRenderer.h | 39 const sp<AMessage> ¬ify, 50 const sp<AMessage> ¬ifyConsumed); 77 const sp<AMessage> &format, 102 virtual void onMessageReceived(const sp<AMessage> &msg); 128 sp<AMessage> mNotifyConsumed; 137 sp<AMessage> mNotify; 230 void onQueueBuffer(const sp<AMessage> &msg); 231 void onQueueEOS(const sp<AMessage> &msg); 232 void onFlush(const sp<AMessage> &msg); 249 const sp<AMessage> &format [all...] |
GenericSource.h | 43 GenericSource(const sp<AMessage> ¬ify, bool uidValid, uid_t uid); 71 virtual sp<AMessage> getTrackInfo(size_t trackIndex) const; 83 virtual void onMessageReceived(const sp<AMessage> &msg); 171 void onGetFormatMeta(sp<AMessage> msg) const; 174 void onGetSelectedTrack(sp<AMessage> msg) const; 177 void onSelectTrack(sp<AMessage> msg); 180 void onSeek(sp<AMessage> msg); 187 int32_t curGen, sp<AnotherPacketSource> packets, sp<AMessage> msg); 191 int32_t curGen, sp<AnotherPacketSource> packets, sp<AMessage> msg); 200 void onReadBuffer(sp<AMessage> msg) [all...] |
NuPlayer.h | 28 struct AMessage; 80 void getStats(Vector<sp<AMessage> > *mTrackStats); 88 virtual void onMessageReceived(const sp<AMessage> &msg); 224 void tryOpenAudioSinkForOffload(const sp<AMessage> &format, bool hasVideo); 233 const sp<AMessage> &inputFormat, 234 const sp<AMessage> &outputFormat = NULL); 266 void onSourceNotify(const sp<AMessage> &msg); 267 void onClosedCaptionNotify(const sp<AMessage> &msg); 270 bool audio, bool video, const sp<AMessage> &reply); 276 void writeTrackInfo(Parcel* reply, const sp<AMessage> format) const [all...] |
NuPlayerDecoder.cpp | 31 #include <media/stagefright/foundation/AMessage.h> 49 const sp<AMessage> ¬ify, 85 sp<AMessage> NuPlayer::Decoder::getStats() const { 97 sp<AMessage> msg = new AMessage(kWhatSetVideoSurface, this); 100 sp<AMessage> response; 108 void NuPlayer::Decoder::onMessageReceived(const sp<AMessage> &msg) { 154 sp<AMessage> format; 224 sp<AMessage> response = new AMessage; [all...] |
/frameworks/av/media/libstagefright/filters/ |
IntrinsicBlurFilter.cpp | 24 #include <media/stagefright/foundation/AMessage.h> 30 status_t IntrinsicBlurFilter::configure(const sp<AMessage> &msg) { 78 status_t IntrinsicBlurFilter::setParameters(const sp<AMessage> &msg) { 79 sp<AMessage> params;
|
SaturationFilter.cpp | 24 #include <media/stagefright/foundation/AMessage.h> 30 status_t SaturationFilter::configure(const sp<AMessage> &msg) { 78 status_t SaturationFilter::setParameters(const sp<AMessage> &msg) { 79 sp<AMessage> params;
|
MediaFilter.cpp | 28 #include <media/stagefright/foundation/AMessage.h> 59 void MediaFilter::setNotificationMessage(const sp<AMessage> &msg) { 63 void MediaFilter::initiateAllocateComponent(const sp<AMessage> &msg) { 69 void MediaFilter::initiateConfigureComponent(const sp<AMessage> &msg) { 76 (new AMessage(kWhatCreateInputSurface, this))->post(); 85 (new AMessage(kWhatStart, this))->post(); 89 sp<AMessage> msg = new AMessage(kWhatShutdown, this); 95 (new AMessage(kWhatFlush, this))->post(); 99 (new AMessage(kWhatResume, this))->post() [all...] |
RSFilter.cpp | 24 #include <media/stagefright/foundation/AMessage.h> 38 status_t RSFilter::configure(const sp<AMessage> &msg) { 83 status_t RSFilter::setParameters(const sp<AMessage> &msg) {
|
/frameworks/av/media/libstagefright/rtsp/ |
AMPEG2TSAssembler.cpp | 28 #include <media/stagefright/foundation/AMessage.h> 37 const sp<AMessage> ¬ify, 98 sp<AMessage> msg = mNotifyMsg->dup(); 114 sp<AMessage> msg = mNotifyMsg->dup();
|
UDPPusher.h | 35 virtual void onMessageReceived(const sp<AMessage> &msg);
|
MyHandler.h | 39 #include <media/stagefright/foundation/AMessage.h> 112 const sp<AMessage> ¬ify, 173 sp<AMessage> notify = new AMessage('biny', this); 176 sp<AMessage> reply = new AMessage('conn', this); 184 sp<AMessage> notify = new AMessage('biny', this); 187 sp<AMessage> reply = new AMessage('sdpl', this) [all...] |
ARTPSource.h | 30 struct AMessage; 38 const sp<AMessage> ¬ify); 64 sp<AMessage> mNotify;
|
ARTPWriter.h | 46 virtual void onMessageReceived(const sp<AMessage> &msg); 107 void onRead(const sp<AMessage> &msg); 108 void onSendSR(const sp<AMessage> &msg);
|
ARawAudioAssembler.cpp | 28 #include <media/stagefright/foundation/AMessage.h> 37 const sp<AMessage> ¬ify, 98 sp<AMessage> msg = mNotifyMsg->dup(); 114 sp<AMessage> msg = mNotifyMsg->dup();
|
/frameworks/av/media/libstagefright/wifi-display/rtp/ |
RTPSender.h | 44 const sp<AMessage> ¬ify); 61 virtual void onMessageReceived(const sp<AMessage> &msg); 76 sp<AMessage> mNotify; 105 void onNetNotify(bool isRTP, const sp<AMessage> &msg);
|
/frameworks/av/media/libstagefright/foundation/ |
ABuffer.cpp | 21 #include "AMessage.h" 85 void ABuffer::setFarewellMessage(const sp<AMessage> msg) { 89 sp<AMessage> ABuffer::meta() { 91 mMeta = new AMessage;
|
/frameworks/av/media/libstagefright/wifi-display/source/ |
Converter.cpp | 31 #include <media/stagefright/foundation/AMessage.h> 44 const sp<AMessage> ¬ify, 46 const sp<AMessage> &outputFormat, 96 (new AMessage(kWhatShutdown, this))->post(); 118 sp<AMessage> Converter::getOutputFormat() const { 201 sp<AMessage> tmp = mOutputFormat->dup(); 272 sp<AMessage> notify = mNotify->dup(); 292 void Converter::onMessageReceived(const sp<AMessage> &msg) { 428 sp<AMessage> notify = mNotify->dup(); 459 sp<AMessage> params = new AMessage [all...] |
PlaybackSession.cpp | 36 #include <media/stagefright/foundation/AMessage.h> 57 Track(const sp<AMessage> ¬ify, 63 Track(const sp<AMessage> ¬ify, const sp<AMessage> &format); 67 sp<AMessage> getFormat(); 100 virtual void onMessageReceived(const sp<AMessage> &msg); 108 sp<AMessage> mNotify; 113 sp<AMessage> mFormat; 122 static bool IsAudioFormat(const sp<AMessage> &format); 128 const sp<AMessage> ¬ify [all...] |
PlaybackSession.h | 43 const sp<AMessage> ¬ify, 85 virtual void onMessageReceived(const sp<AMessage> &msg); 105 sp<AMessage> mNotify; 168 void onSinkFeedback(const sp<AMessage> &msg);
|
/frameworks/av/include/media/ |
MediaCodecInfo.h | 34 struct AMessage; 50 const sp<AMessage> getDetails() const; 56 sp<AMessage> mDetails;
|
/frameworks/av/include/media/stagefright/ |
DataSource.h | 33 struct AMessage; 87 bool sniff(String8 *mimeType, float *confidence, sp<AMessage> *meta); 89 // The sniffer can optionally fill in "meta" with an AMessage containing 94 float *confidence, sp<AMessage> *meta);
|
/frameworks/av/media/libstagefright/include/ |
NuCachedSource2.h | 106 sp<AMessage> mAsyncResult; 121 void onMessageReceived(const sp<AMessage> &msg); 123 void onRead(const sp<AMessage> &msg);
|