Home
last modified time | relevance | path

Searched refs:AMediaFormatWrapper (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/libmedia/
DNdkWrapper.cpp212 sp<AMediaFormatWrapper> AMediaFormatWrapper::Create(const sp<AMessage> &message) { in Create()
213 sp<AMediaFormatWrapper> aMediaFormat = new AMediaFormatWrapper(); in Create()
309 AMediaFormatWrapper::AMediaFormatWrapper() { in AMediaFormatWrapper() function in android::AMediaFormatWrapper
313 AMediaFormatWrapper::AMediaFormatWrapper(AMediaFormat *aMediaFormat) in AMediaFormatWrapper() function in android::AMediaFormatWrapper
317 AMediaFormatWrapper::~AMediaFormatWrapper() { in ~AMediaFormatWrapper()
321 status_t AMediaFormatWrapper::release() { in release()
330 AMediaFormat *AMediaFormatWrapper::getAMediaFormat() const { in getAMediaFormat()
334 sp<AMessage> AMediaFormatWrapper::toAMessage() const { in toAMessage()
340 void AMediaFormatWrapper::writeToAMessage(sp<AMessage> &msg) const { in writeToAMessage()
403 const char* AMediaFormatWrapper::toString() const { in toString()
[all …]
/frameworks/av/media/libmedia/include/media/
DNdkWrapper.h47 struct AMediaFormatWrapper : public RefBase { struct
49 static sp<AMediaFormatWrapper> Create(const sp<AMessage> &message);
51 AMediaFormatWrapper();
52 AMediaFormatWrapper(AMediaFormat *aMediaFormat);
84 virtual ~AMediaFormatWrapper();
89 DISALLOW_EVIL_CONSTRUCTORS(AMediaFormatWrapper);
229 const sp<AMediaFormatWrapper> &format,
259 sp<AMediaFormatWrapper> getOutputFormat();
260 sp<AMediaFormatWrapper> getInputFormat();
268 status_t setParameters(const sp<AMediaFormatWrapper> &params);
[all …]
/frameworks/av/media/libstagefright/include/media/stagefright/
DNdkUtils.h27 const sp<AMediaFormatWrapper> &fmt);
/frameworks/av/media/libstagefright/
DNdkUtils.cpp25 sp<MetaData> convertMediaFormatWrapperToMetaData(const sp<AMediaFormatWrapper> &fmt) { in convertMediaFormatWrapperToMetaData()
/frameworks/av/media/libmediaplayer2/nuplayer2/
DNuPlayer2Decoder.h29 struct AMediaFormatWrapper;
79 sp<AMediaFormatWrapper> mInputFormat;
DNuPlayer2Decoder.cpp353 AMediaFormatWrapper::Create(format), in onConfigure()
368 sp<AMediaFormatWrapper> outputFormat = mCodec->getOutputFormat(); in onConfigure()
468 sp<AMediaFormatWrapper> codecParams = new AMediaFormatWrapper(); in onSetParameters()
DGenericSource2.cpp211 sp<AMediaFormatWrapper> trackFormat = mExtractor->getTrackFormat(i); in initFromDataSource()
593 sp<AMediaFormatWrapper> format = extractor->getTrackFormat(trackIndex); in onMessageReceived()
1315 sp<AMediaFormatWrapper> format; in readBuffer()