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

1 2 3 4 5 67 8 91011>>

  /frameworks/av/media/extractors/amr/
AMRExtractor.h 27 struct AMessage;
  /frameworks/av/media/extractors/mp3/
MP3Extractor.h 27 struct AMessage;
  /frameworks/av/media/extractors/mpeg2/
MPEG2PSExtractor.h 30 struct AMessage;
  /frameworks/av/media/extractors/ogg/
OggExtractor.h 26 struct AMessage;
  /frameworks/av/media/extractors/wav/
WAVExtractor.h 27 struct AMessage;
  /frameworks/av/media/libmedia/
IStreamSource.cpp 22 #include <media/stagefright/foundation/AMessage.h>
151 Command cmd, bool synchronous, const sp<AMessage> &msg) {
190 sp<AMessage> msg;
193 msg = AMessage::FromParcel(data);
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);
  /frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
AHandlerReflector.h 32 virtual void onMessageReceived(const sp<AMessage> &msg) {
  /frameworks/av/media/libstagefright/include/media/stagefright/
BufferProducerWrapper.h 28 // wraps IGBP while we pass it through AMessage.
RenderScriptWrapper.h 33 virtual status_t handleSetParameters(const sp<AMessage> &msg) = 0;
  /frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.h 25 #include <media/stagefright/foundation/AMessage.h>
125 DiscontinuityType type, const sp<AMessage> &extra);
136 void signalNewSampleAesKey(const sp<AMessage> &keyItem);
193 sp<AMessage> mSampleAesKeyItem;
AnotherPacketSource.cpp 24 #include <media/stagefright/foundation/AMessage.h>
346 const sp<AMessage> &extra,
515 sp<AMessage> AnotherPacketSource::getLatestEnqueuedMeta() {
520 sp<AMessage> AnotherPacketSource::getLatestDequeuedMeta() {
534 sp<AMessage> AnotherPacketSource::getMetaAfterLastDequeued(int64_t delayUs) {
570 const sp<AMessage> &meta) {
587 sp<AMessage> newLatestEnqueuedMeta = NULL;
628 sp<AMessage> AnotherPacketSource::trimBuffersBeforeMeta(
629 const sp<AMessage> &meta) {
634 sp<AMessage> firstMeta
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
AAMRAssembler.cpp 27 #include <media/stagefright/foundation/AMessage.h>
62 const sp<AMessage> &notify, bool isWide, const AString &params)
212 sp<AMessage> msg = mNotifyMsg->dup();
228 sp<AMessage> msg = mNotifyMsg->dup();
AH263Assembler.cpp 26 #include <media/stagefright/foundation/AMessage.h>
32 AH263Assembler::AH263Assembler(const sp<AMessage> &notify)
196 sp<AMessage> msg = mNotifyMsg->dup();
209 sp<AMessage> msg = mNotifyMsg->dup();
ARTPSession.cpp 25 #include <media/stagefright/foundation/AMessage.h>
85 sp<AMessage> notify = new AMessage(kWhatAccessUnitComplete, this);
126 void ARTPSession::onMessageReceived(const sp<AMessage> &msg) {
ARTPSession.h 39 virtual void onMessageReceived(const sp<AMessage> &msg);
UDPPusher.h 35 virtual void onMessageReceived(const sp<AMessage> &msg);
  /hardware/google/av/media/sfplugin/
CCodecBufferChannel.h 101 status_t start(const sp<AMessage> &inputFormat, const sp<AMessage> &outputFormat);
119 std::unique_ptr<C2Work> work, const sp<AMessage> &outputFormat,
189 std::unique_ptr<C2Work> work, const sp<AMessage> &outputFormat,
CCodecConfig.cpp 76 /// Maps from SDK values in an AMessage to a suitable C2Value.
77 C2Value mapFromMessage(const AMessage::ItemData &item) const {
98 /// Maps from a C2Value to an SDK value in an AMessage.
99 AMessage::ItemData mapToMessage(C2Value value) const {
100 AMessage::ItemData item;
230 : mInputFormat(new AMessage),
231 mOutputFormat(new AMessage) { }
681 sp<AMessage> oldFormat = mInputFormat;
689 sp<AMessage> oldFormat = mOutputFormat;
701 sp<AMessage> CCodecConfig::getSdkFormatForDomain
    [all...]
CCodecConfig.h 35 struct AMessage;
113 sp<AMessage> mInputFormat;
114 sp<AMessage> mOutputFormat;
229 const sp<AMessage> &sdkParams, Domain domain,
321 sp<AMessage> getSdkFormatForDomain(
325 * Converts a set of configuration parameters in an AMessage to a list of path-based Codec
331 const sp<AMessage> &config, Domain domain) const;
  /frameworks/wilhelm/src/android/
android_StreamPlayer.cpp 99 void StreamSourceAppProxy::receivedCmd_l(IStreamListener::Command cmd, const sp<AMessage> &msg) {
162 sp<AMessage> msg = new AMessage();
168 sp<AMessage> msg = new AMessage();
175 sp<AMessage> msg = new AMessage();
314 void StreamPlayer::onMessageReceived(const sp<AMessage> &msg) {
333 (new AMessage(kWhatStopForDestroy, this))->post();
373 (new AMessage(kWhatPullFromAbq, this))->post()
    [all...]
  /frameworks/av/cmds/stagefright/
record.cpp 23 #include <media/stagefright/foundation/AMessage.h>
210 sp<AMessage> enc_meta = new AMessage;
312 sp<AMessage> encMeta = new AMessage;
  /frameworks/av/media/libmedia/include/media/
MediaCodecInfo.h 35 struct AMessage;
69 const sp<AMessage> getDetails() const;
77 sp<AMessage> mDetails;
105 * `Capabilities::getDetails()`. Call `AMessage::getString()` with the
117 * `Capabilities::getDetails()`. Call `AMessage::getInt32()` with the
  /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();
  /frameworks/av/media/libstagefright/
ACodec.cpp 35 #include <media/stagefright/foundation/AMessage.h>
128 static OMX_VIDEO_CONTROLRATETYPE getVideoBitrateMode(const sp<AMessage> &msg) {
146 static bool findVideoBitrateControlInfo(const sp<AMessage> &msg,
159 std::list<sp<AMessage> > &getList() { return mList; }
161 std::list<sp<AMessage> > mList;
176 void setNotificationMessage(const sp<AMessage> &msg) {
186 sp<AMessage> notify = mNotify->dup();
192 sp<AMessage> msg = new AMessage;
254 sp<AMessage> mNotify
    [all...]

Completed in 638 milliseconds

1 2 3 4 5 67 8 91011>>