/frameworks/av/media/libstagefright/wifi-display/source/ |
Converter.h | 47 Converter(const sp<AMessage> ¬ify, 49 const sp<AMessage> &outputFormat, 58 sp<AMessage> getOutputFormat() const; 83 virtual void onMessageReceived(const sp<AMessage> &msg); 96 sp<AMessage> mNotify; 98 sp<AMessage> mOutputFormat; 106 sp<AMessage> mEncoderActivityNotify;
|
/frameworks/av/media/libstagefright/ |
BufferImpl.cpp | 23 #include <media/stagefright/foundation/AMessage.h> 32 SharedMemoryBuffer::SharedMemoryBuffer(const sp<AMessage> &format, const sp<IMemory> &mem) 37 SharedMemoryBuffer::SharedMemoryBuffer(const sp<AMessage> &format, const sp<TMemory> &mem) 42 SecureBuffer::SecureBuffer(const sp<AMessage> &format, const void *ptr, size_t size) 48 const sp<AMessage> &format, const sp<NativeHandle> &handle, size_t size)
|
MediaCodec.cpp | 40 #include <media/stagefright/foundation/AMessage.h> 223 explicit BufferCallback(const sp<AMessage> ¬ify); 231 const sp<AMessage> mNotify; 234 BufferCallback::BufferCallback(const sp<AMessage> ¬ify) 239 sp<AMessage> notify(mNotify->dup()); 248 sp<AMessage> notify(mNotify->dup()); 257 explicit CodecCallback(const sp<AMessage> ¬ify); 268 const sp<AMessage> &inputFormat, const sp<AMessage> &outputFormat) override; 270 const sp<AMessage> &inputFormat [all...] |
/frameworks/av/media/libstagefright/rtsp/ |
ARTPConnection.h | 40 const sp<AMessage> ¬ify, 55 virtual void onMessageReceived(const sp<AMessage> &msg); 75 void onAddStream(const sp<AMessage> &msg); 76 void onRemoveStream(const sp<AMessage> &msg); 78 void onInjectPacket(const sp<AMessage> &msg);
|
/frameworks/av/media/libstagefright/include/ |
MediaCodec.h | 36 struct AMessage; 93 const sp<AMessage> &format, 99 const sp<AMessage> &format, 107 status_t setCallback(const sp<AMessage> &callback); 109 status_t setOnFrameRenderedNotification(const sp<AMessage> ¬ify); 168 status_t getOutputFormat(sp<AMessage> *format) const; 169 status_t getInputFormat(sp<AMessage> *format) const; 175 status_t getOutputFormat(size_t index, sp<AMessage> *format); 185 void requestActivityNotification(const sp<AMessage> ¬ify); 191 status_t setParameters(const sp<AMessage> ¶ms) [all...] |
AACExtractor.h | 27 struct AMessage; 32 AACExtractor(const sp<DataSource> &source, const sp<AMessage> &meta); 58 sp<AMessage> *);
|
MP3Extractor.h | 26 struct AMessage; 34 MP3Extractor(const sp<DataSource> &source, const sp<AMessage> &meta); 58 sp<AMessage> *meta);
|
SharedMemoryBuffer.h | 26 struct AMessage; 35 SharedMemoryBuffer(const sp<AMessage> &format, const sp<IMemory> &mem); 36 SharedMemoryBuffer(const sp<AMessage> &format, const sp<TMemory> &mem);
|
SoftwareRenderer.h | 30 struct AMessage; 41 void *platformPrivate, const sp<AMessage> &format); 63 void resetFormatIfChanged(const sp<AMessage> &format);
|
/frameworks/av/cmds/stagefright/ |
SimplePlayer.cpp | 31 #include <media/stagefright/foundation/AMessage.h> 49 const sp<AMessage> &msg, sp<AMessage> *response) { 63 sp<AMessage> msg = new AMessage(kWhatSetDataSource, this); 65 sp<AMessage> response; 70 sp<AMessage> msg = new AMessage(kWhatSetSurface, this); 79 sp<AMessage> response; 84 sp<AMessage> msg = new AMessage(kWhatPrepare, this) [all...] |
/frameworks/av/media/ndk/ |
NdkMediaFormat.cpp | 27 #include <media/stagefright/foundation/AMessage.h> 37 sp<AMessage> mFormat; 44 // private functions for conversion to/from AMessage 48 mData->mFormat = *((sp<AMessage>*)data); 51 mData->mFormat = new AMessage; 57 *((sp<AMessage>*)dest) = mData->mFormat; 67 sp<AMessage> msg = new AMessage(); 81 sp<AMessage> f = mData->mFormat; 88 AMessage::Type t [all...] |
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
NuPlayerSource.h | 25 #include <media/stagefright/foundation/AMessage.h> 65 explicit Source(const sp<AMessage> ¬ify) 90 virtual sp<AMessage> getFormat(bool audio); 106 virtual sp<AMessage> getTrackInfo(size_t /* trackIndex */) const { 152 virtual void onMessageReceived(const sp<AMessage> &msg); 154 sp<AMessage> dupNotify() const { return mNotify->dup(); } 157 void notifyVideoSizeChanged(const sp<AMessage> &format = NULL); 158 void notifyInstantiateSecureDecoders(const sp<AMessage> &reply); 164 sp<AMessage> mNotify;
|
NuPlayer.cpp | 50 #include <media/stagefright/foundation/AMessage.h> 140 explicit PostMessageAction(const sp<AMessage> &msg) 149 sp<AMessage> mMessage; 223 sp<AMessage> msg = new AMessage(kWhatSetDataSource, this); 225 sp<AMessage> notify = new AMessage(kWhatSourceNotify, this); 254 sp<AMessage> msg = new AMessage(kWhatSetDataSource, this); 257 sp<AMessage> notify = new AMessage(kWhatSourceNotify, this) [all...] |
NuPlayer.h | 29 struct AMessage; 87 void getStats(Vector<sp<AMessage> > *mTrackStats); 101 virtual void onMessageReceived(const sp<AMessage> &msg); 265 const sp<AMessage> &format, const sp<MetaData> &audioMeta, bool hasVideo); 269 void determineAudioModeChange(const sp<AMessage> &audioFormat); 277 const sp<AMessage> &inputFormat, 278 const sp<AMessage> &outputFormat = NULL); 312 void onSourceNotify(const sp<AMessage> &msg); 313 void onClosedCaptionNotify(const sp<AMessage> &msg); 316 bool audio, bool video, const sp<AMessage> &reply) [all...] |
NuPlayerStreamListener.h | 37 Command cmd, bool synchronous, const sp<AMessage> &extra); 40 ssize_t read(void *data, size_t size, sp<AMessage> *extra); 56 sp<AMessage> mExtra;
|
StreamingSource.h | 32 const sp<AMessage> ¬ify, 51 virtual void onMessageReceived(const sp<AMessage> &msg); 53 virtual sp<AMessage> getFormat(bool audio);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/ |
Mailer.java | 67 public void sendMessage(String aSubject, String aMessage) { 68 if (aSubject == null || aMessage == null || sendMail == false){ 69 printEmailFailureNotice(aSubject,aMessage); 108 + aMessage); 120 public void sendTextMessage(String aSubject, String aMessage) { 121 if (aSubject == null || aMessage == null || sendMail == false){ 122 printEmailFailureNotice(aSubject,aMessage); 153 message.setText(aMessage); 167 String aSubject, String aMessage, String[] attachments) { 168 if (aSubject == null || aMessage == null || sendMail == false) [all...] |
/frameworks/av/media/libstagefright/httplive/ |
LiveSession.h | 72 const sp<AMessage> ¬ify, 96 sp<AMessage> getTrackInfo(size_t trackIndex) const; 121 virtual void onMessageReceived(const sp<AMessage> &msg); 188 sp<AMessage> mNotify; 233 sp<AMessage> mContinuation; 234 sp<AMessage> mSeekReply; 258 void onConnect(const sp<AMessage> &msg); 259 void onMasterPlaylistFetched(const sp<AMessage> &msg); 260 void onSeek(const sp<AMessage> &msg); 285 void onChangeConfiguration(const sp<AMessage> &msg) [all...] |
PlaylistFetcher.h | 58 const sp<AMessage> ¬ify, 81 void resumeUntilAsync(const sp<AMessage> ¶ms); 91 virtual void onMessageReceived(const sp<AMessage> &msg); 117 sp<AMessage> mNotify; 118 sp<AMessage> mStartTimeUsNotify; 136 sp<AMessage> mStopParams; // message containing the latest timestamps we should fetch. 182 sp<AMessage> mSampleAesKeyItem; 220 status_t onStart(const sp<AMessage> &msg); 222 void onStop(const sp<AMessage> &msg); 230 sp<AMessage> &itemMeta [all...] |
/frameworks/base/media/jni/ |
android_media_MediaCodec.h | 32 struct AMessage; 59 const sp<AMessage> &format, 122 status_t setParameters(const sp<AMessage> ¶ms); 129 virtual void onMessageReceived(const sp<AMessage> &msg); 152 sp<AMessage> mCallbackNotification; 153 sp<AMessage> mOnFrameRenderedNotification; 164 void handleCallback(const sp<AMessage> &msg); 165 void handleFrameRenderedNotification(const sp<AMessage> &msg);
|
/frameworks/av/media/libstagefright/filters/ |
GraphicBufferListener.h | 24 struct AMessage; 31 const sp<AMessage> ¬ify, 53 sp<AMessage> mNotify;
|
SimpleFilter.h | 26 struct AMessage; 34 virtual status_t configure(const sp<AMessage> &msg); 38 virtual status_t setParameters(const sp<AMessage> &msg) = 0;
|
ZeroFilter.cpp | 22 #include <media/stagefright/foundation/AMessage.h> 28 status_t ZeroFilter::setParameters(const sp<AMessage> &msg) { 29 sp<AMessage> params;
|
/frameworks/av/media/libstagefright/include/foundation/ |
ABuffer.h | 29 struct AMessage; 50 sp<AMessage> meta(); 59 sp<AMessage> mMeta;
|
/frameworks/av/media/libstagefright/mpeg2ts/ |
HlsSampleDecryptor.h | 21 #include <media/stagefright/foundation/AMessage.h> 36 explicit HlsSampleDecryptor(const sp<AMessage> &sampleAesKeyItem); 38 void signalNewSampleAesKey(const sp<AMessage> &sampleAesKeyItem);
|