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

12345678

/frameworks/av/media/libstagefright/wifi-display/source/
H A DWifiDisplaySource.cpp31 #include <media/stagefright/foundation/ABuffer.h>
454 sp<ABuffer> data;
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp30 #include <media/stagefright/foundation/ABuffer.h>
335 StreamType stream, sp<ABuffer> *accessUnit) {
1977 sp<ABuffer> accessUnit;
/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.cpp41 #include <media/stagefright/foundation/ABuffer.h>
460 // if this is an ABuffer that doesn't actually hold any accessible memory,
531 // if this is an ABuffer that doesn't actually hold any accessible memory,
539 sp<ABuffer> imageData;
/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp38 #include <media/stagefright/foundation/ABuffer.h>
/frameworks/av/media/libstagefright/
H A DMediaCodecSource.cpp27 #include <media/stagefright/foundation/ABuffer.h>
H A DACodec.cpp34 #include <media/stagefright/foundation/ABuffer.h>
1257 // access info.mData. Create an ABuffer as a placeholder.
1258 info.mData = new MediaCodecBuffer(mOutputFormat, new ABuffer(bufferSize));
1331 info.mData = new MediaCodecBuffer(mOutputFormat, new ABuffer(bufferSize));
3640 "android._color-aspects", ABuffer::CreateAsCopy(&aspects, sizeof(aspects)));
4804 ABuffer::CreateAsCopy(
6675 sp<ABuffer> colorAspectsBuffer;
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp34 #include <media/stagefright/foundation/ABuffer.h>

Completed in 121 milliseconds

12345678