Searched refs:ABuffer (Results 76 - 100 of 182) sorted by relevance

12345678

/frameworks/av/media/libstagefright/foundation/include/
H A DNuMediaExtractor.h36 struct ABuffer;
83 status_t readSampleData(const sp<ABuffer> &buffer);
133 status_t appendVorbisNumPageSamples(TrackInfo *info, const sp<ABuffer> &buffer);
H A DHevcUtils.h24 #include <media/stagefright/foundation/ABuffer.h>
102 Vector<sp<ABuffer>> mNalUnits;
H A DMPEG2TSWriter.h28 struct ABuffer;
80 void writeAccessUnit(int32_t sourceIndex, const sp<ABuffer> &buffer);
H A DMediaBuffer.h33 struct ABuffer;
63 explicit MediaBuffer(const sp<ABuffer> &buffer);
171 sp<ABuffer> mBuffer;
/frameworks/av/media/libstagefright/include/
H A DNuMediaExtractor.h36 struct ABuffer;
83 status_t readSampleData(const sp<ABuffer> &buffer);
133 status_t appendVorbisNumPageSamples(TrackInfo *info, const sp<ABuffer> &buffer);
H A DHevcUtils.h24 #include <media/stagefright/foundation/ABuffer.h>
102 Vector<sp<ABuffer>> mNalUnits;
H A DMPEG2TSWriter.h28 struct ABuffer;
80 void writeAccessUnit(int32_t sourceIndex, const sp<ABuffer> &buffer);
/frameworks/av/media/libstagefright/rtsp/
H A DARTSPConnection.h26 struct ABuffer;
32 sp<ABuffer> mContent;
109 sp<ABuffer> receiveBinaryData();
H A DSDPLoader.cpp28 #include <media/stagefright/foundation/ABuffer.h>
119 sp<ABuffer> buffer = new ABuffer(sdpSize);
H A DAAMRAssembler.cpp25 #include <media/stagefright/foundation/ABuffer.h>
103 List<sp<ABuffer> > *queue = source->queue();
110 List<sp<ABuffer> >::iterator it = queue->begin();
124 sp<ABuffer> buffer = *queue->begin();
186 sp<ABuffer> accessUnit = new ABuffer(totalSize);
H A DARTPSource.cpp32 #include <media/stagefright/foundation/ABuffer.h>
88 void ARTPSource::processRTPPacket(const sp<ABuffer> &buffer) {
105 bool ARTPSource::queuePacket(const sp<ABuffer> &buffer) {
154 List<sp<ABuffer> >::iterator it = mQueue.begin();
173 void ARTPSource::addFIR(const sp<ABuffer> &buffer) {
223 void ARTPSource::addReceiverReport(const sp<ABuffer> &buffer) {
H A DAMPEG4ElementaryAssembler.cpp27 #include <media/stagefright/foundation/ABuffer.h>
208 List<sp<ABuffer> > *queue = source->queue();
215 List<sp<ABuffer> >::iterator it = queue->begin();
229 sp<ABuffer> buffer = *queue->begin();
353 sp<ABuffer> accessUnit = new ABuffer(header.mSize);
379 sp<ABuffer> accessUnit;
/frameworks/av/media/ndk/
H A DNdkMediaMuxer.cpp28 #include <media/stagefright/foundation/ABuffer.h>
101 sp<ABuffer> buf = new ABuffer((void*)(data + info->offset), info->size);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerCCDecoder.cpp26 #include <media/stagefright/foundation/ABuffer.h>
57 static void dumpBytePair(const sp<ABuffer> &ccBuf) __attribute__ ((unused));
58 static void dumpBytePair(const sp<ABuffer> &ccBuf) {
123 mDTVCCPacket(new ABuffer(kMaxBandwithSizeBytes)) {
210 bool NuPlayer::CCDecoder::extractFromSEI(const sp<ABuffer> &accessUnit) {
211 sp<ABuffer> sei;
302 bool NuPlayer::CCDecoder::extractFromMPEGUserData(const sp<ABuffer> &accessUnit) {
303 sp<ABuffer> mpegUserData;
360 sp<ABuffer> line21CCBuf = NULL;
402 line21CCBuf = new ABuffer((cc_coun
[all...]
H A DNuPlayerDecoderPassThrough.cpp29 #include <media/stagefright/foundation/ABuffer.h>
129 status_t NuPlayer::DecoderPassThrough::dequeueAccessUnit(sp<ABuffer> *accessUnit) {
156 sp<ABuffer> NuPlayer::DecoderPassThrough::aggregateBuffer(
157 const sp<ABuffer> &accessUnit) {
158 sp<ABuffer> aggregate;
173 mAggregateBuffer = new ABuffer(kAggregateBufferSizeBytes);
216 sp<ABuffer> accessUnit;
288 sp<ABuffer> buffer;
/frameworks/av/cmds/stagefright/
H A DSimplePlayer.h23 struct ABuffer;
76 Vector<sp<ABuffer> > mCSD;
/frameworks/av/drm/mediacas/plugins/clearkey/
H A DClearKeySessionLibrary.h28 struct ABuffer;
54 sp<ABuffer> mEcmBuffer;
/frameworks/av/include/media/stagefright/
H A DHevcUtils.h24 #include <media/stagefright/foundation/ABuffer.h>
102 Vector<sp<ABuffer>> mNalUnits;
H A DMPEG2TSWriter.h28 struct ABuffer;
80 void writeAccessUnit(int32_t sourceIndex, const sp<ABuffer> &buffer);
H A DMediaBuffer.h33 struct ABuffer;
63 explicit MediaBuffer(const sp<ABuffer> &buffer);
171 sp<ABuffer> mBuffer;
/frameworks/av/media/libstagefright/wifi-display/source/
H A DConverter.cpp30 #include <media/stagefright/foundation/ABuffer.h>
280 bool Converter::IsSilence(const sp<ABuffer> &accessUnit) {
305 sp<ABuffer> accessUnit;
322 sp<ABuffer> accessUnit;
501 sp<ABuffer> buffer = *mInputBufferQueue.begin();
551 sp<ABuffer> partialAudioAU =
552 new ABuffer(
612 sp<ABuffer> buffer = *mInputBufferQueue.begin();
652 sp<ABuffer> Converter::prependCSD(const sp<ABuffer>
[all...]
/frameworks/av/media/libstagefright/
H A DMPEG2TSWriter.cpp22 #include <media/stagefright/foundation/ABuffer.h>
54 sp<ABuffer> lastAccessUnit();
56 void setLastAccessUnit(const sp<ABuffer> &accessUnit);
76 sp<ABuffer> mAACCodecSpecificData;
78 sp<ABuffer> mBuffer;
80 sp<ABuffer> mLastAccessUnit;
172 mAACCodecSpecificData = new ABuffer(codec_specific_data_size);
192 sp<ABuffer> out = new ABuffer(1024);
257 mBuffer = new ABuffer(buffe
[all...]
H A Davc_utils.cpp92 const sp<ABuffer> &seqParamSet,
329 static sp<ABuffer> FindNAL(const uint8_t *data, size_t size, unsigned nalType) {
334 sp<ABuffer> buffer = new ABuffer(nalSize);
365 sp<MetaData> MakeAVCCodecSpecificData(const sp<ABuffer> &accessUnit) {
369 sp<ABuffer> seqParamSet = FindNAL(data, size, 7);
379 sp<ABuffer> picParamSet = FindNAL(data, size, 8);
387 sp<ABuffer> csd = new ABuffer(csdSize);
476 bool IsIDR(const sp<ABuffer>
[all...]
H A DAVIExtractor.cpp26 #include <media/stagefright/foundation/ABuffer.h>
80 sp<ABuffer> mBuffer;
255 sp<ABuffer> newBuffer = new ABuffer(newCapacity);
598 sp<ABuffer> buffer = new ABuffer(size);
688 sp<ABuffer> buffer = new ABuffer(size);
772 sp<ABuffer> buffer = new ABuffer(siz
[all...]
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp32 #include <media/stagefright/foundation/ABuffer.h>
60 sp<ABuffer> &buffer,
61 sp<ABuffer> &tsBuffer,
67 sp<ABuffer> &buffer,
68 sp<ABuffer> &tsBuffer,
76 sp<ABuffer> mBuffer;
77 sp<ABuffer> mTsBuffer;
104 sp<ABuffer> &buffer,
105 sp<ABuffer> &tsBuffer,
125 sp<ABuffer>
[all...]

Completed in 1135 milliseconds

12345678