/frameworks/av/media/libstagefright/include/ |
SimpleSoftOMXComponent.h | 41 void onMessageReceived(const sp<AMessage> &msg);
|
/frameworks/av/media/libstagefright/mpeg2ts/ |
MPEG2TSExtractor.cpp | 355 sp<AMessage> meta = impl->getMetaAfterLastDequeued(0); 377 sp<AMessage> extra(new AMessage); 467 sp<AMessage> *) {
|
/frameworks/av/media/libstagefright/rtsp/ |
AMPEG4AudioAssembler.cpp | 28 #include <media/stagefright/foundation/AMessage.h> 434 const sp<AMessage> ¬ify, const AString ¶ms) 561 sp<AMessage> msg = mNotifyMsg->dup(); 574 sp<AMessage> msg = mNotifyMsg->dup();
|
ARTPWriter.cpp | 27 #include <media/stagefright/foundation/AMessage.h> 149 (new AMessage(kWhatStart, mReflector))->post(); 164 (new AMessage(kWhatStop, mReflector))->post(); 190 void ARTPWriter::onMessageReceived(const sp<AMessage> &msg) { 216 (new AMessage(kWhatRead, mReflector))->post(); 217 (new AMessage(kWhatSendSR, mReflector))->post(); 267 void ARTPWriter::onRead(const sp<AMessage> &msg) { 298 void ARTPWriter::onSendSR(const sp<AMessage> &msg) {
|
ARTPAssembler.cpp | 22 #include <media/stagefright/foundation/AMessage.h>
|
/frameworks/av/cmds/stagefright/ |
muxer.cpp | 30 #include <media/stagefright/foundation/AMessage.h> 101 sp<AMessage> format;
|
codec.cpp | 32 #include <media/stagefright/foundation/AMessage.h> 93 sp<AMessage> format; 298 sp<AMessage> format;
|
/frameworks/av/media/libstagefright/omx/ |
GraphicBufferSource.cpp | 28 #include <media/stagefright/foundation/AMessage.h> 252 sp<AMessage> msg = 253 new AMessage(kWhatRepeatLastFrame, mReflector); 624 sp<AMessage> msg = new AMessage(kWhatRepeatLastFrame, mReflector); 655 sp<AMessage> msg = new AMessage(kWhatRepeatLastFrame, mReflector); [all...] |
GraphicBufferSource.h | 325 void onMessageReceived(const sp<AMessage> &msg);
|
/frameworks/av/media/libstagefright/wifi-display/source/ |
WifiDisplaySource.h | 56 virtual void onMessageReceived(const sp<AMessage> &msg); 212 status_t onReceiveClientData(const sp<AMessage> &msg);
|
TSPacketizer.cpp | 26 #include <media/stagefright/foundation/AMessage.h> 36 Track(const sp<AMessage> &format, 67 sp<AMessage> mFormat; 87 const sp<AMessage> &format, 382 ssize_t TSPacketizer::addTrack(const sp<AMessage> &format) {
|
/frameworks/base/media/jni/ |
android_media_MediaMuxer.cpp | 28 #include <media/stagefright/foundation/AMessage.h> 53 sp<AMessage> trackformat;
|
android_media_MediaCodec.cpp | 39 #include <media/stagefright/foundation/AMessage.h> 234 mOnFrameRenderedNotification = new AMessage(kWhatFrameRendered, this); 246 mCallbackNotification = new AMessage(kWhatCallbackNotify, this); 256 const sp<AMessage> &format, 376 sp<AMessage> msg; 387 sp<AMessage> msg; 601 status_t JMediaCodec::setParameters(const sp<AMessage> &msg) { 651 void JMediaCodec::handleCallback(const sp<AMessage> &msg) { 719 sp<AMessage> format; 745 void JMediaCodec::handleFrameRenderedNotification(const sp<AMessage> &msg) [all...] |
/frameworks/av/media/libstagefright/ |
NuMediaExtractor.cpp | 29 #include <media/stagefright/foundation/AMessage.h> 81 sp<AMessage> dummy; 216 size_t index, sp<AMessage> *format) const { 233 status_t NuMediaExtractor::getFileFormat(sp<AMessage> *format) const { 246 *format = new AMessage();
|
MP3Extractor.cpp | 29 #include <media/stagefright/foundation/AMessage.h> 250 const sp<DataSource> &source, const sp<AMessage> &meta) 664 float *confidence, sp<AMessage> *meta) { 672 *meta = new AMessage;
|
MediaSync.cpp | 31 #include <media/stagefright/foundation/AMessage.h> 593 sp<AMessage> msg = new AMessage(kWhatDrainVideo, this); 796 void MediaSync::onMessageReceived(const sp<AMessage> &msg) {
|
WVMExtractor.cpp | 170 sp<AMessage> *) {
|
MediaCodecList.cpp | 32 #include <media/stagefright/foundation/AMessage.h> 176 mGlobalSettings(new AMessage()) { 866 const sp<AMessage> &details = capabilities->getDetails(); 904 sp<AMessage> msg = new AMessage(); [all...] |
StagefrightMetadataRetriever.cpp | 32 #include <media/stagefright/foundation/AMessage.h> 148 sp<AMessage> videoFormat; 226 sp<AMessage> outputFormat = NULL;
|
AMRExtractor.cpp | 331 sp<AMessage> *) {
|
MidiExtractor.cpp | 311 sp<AMessage> *)
|
/frameworks/av/media/libstagefright/colorconversion/ |
SoftwareRenderer.cpp | 24 #include <media/stagefright/foundation/AMessage.h> 63 void SoftwareRenderer::resetFormatIfChanged(const sp<AMessage> &format) { 207 void* /*platformPrivate*/, const sp<AMessage>& format) {
|
/frameworks/av/cmds/screenrecord/ |
screenrecord.cpp | 49 #include <media/stagefright/foundation/AMessage.h> 157 sp<AMessage> format = new AMessage; 445 sp<AMessage> newFormat; [all...] |
/frameworks/av/include/media/stagefright/ |
MediaSync.h | 134 virtual void onMessageReceived(const sp<AMessage> &msg);
|
/frameworks/av/media/libstagefright/tests/ |
MediaCodecListOverrides_test.cpp | 26 #include <media/stagefright/foundation/AMessage.h>
|