HomeSort by relevance Sort by last modified time
    Searched refs:IMemory (Results 76 - 100 of 184) sorted by null

1 2 34 5 6 7 8

  /frameworks/av/media/libstagefright/include/
MediaBuffer.h 65 MediaBuffer(const sp<IMemory> &mem) :
132 static bool isDeadObject(const sp<IMemory> &memory) {
153 sp<IMemory> mMemory;
184 // SharedControl block at the start of IMemory.
  /frameworks/av/services/radio/
RadioService.h 123 sp<IMemory> prepareEvent(radio_hal_event_t *halEvent);
129 Vector< sp<IMemory> > mEventQueue; // pending callback events
178 void onCallbackEvent(const sp<IMemory>& event);
  /frameworks/av/media/libmedia/
IMediaMetadataRetriever.cpp 139 sp<IMemory> getFrameAtTime(int64_t timeUs, int option)
154 return interface_cast<IMemory>(reply.readStrongBinder());
157 sp<IMemory> extractAlbumArt()
169 return interface_cast<IMemory>(reply.readStrongBinder());
273 sp<IMemory> bitmap = getFrameAtTime(timeUs, option);
290 sp<IMemory> albumArt = extractAlbumArt();
IMediaSource.cpp 54 RemoteMediaBufferWrapper(const sp<IMemory> &mem)
155 sp<IMemory> mem;
158 mem = interface_cast<IMemory>(binder);
160 "Received NULL IMemory for shared buffer");
165 "Received invalid IMemory index for shared buffer: %llu",
226 // Cache all IMemory objects received from MediaExtractor.
227 // We gc IMemory objects that are no longer active (referenced by a MediaBuffer).
230 sp<IMemory> lookup(uint64_t index) {
239 void insert(uint64_t index, const sp<IMemory> &mem) {
262 std::map<uint64_t, sp<IMemory>> mIndexToMemory
    [all...]
mediametadataretriever.cpp 144 sp<IMemory> MediaMetadataRetriever::getFrameAtTime(int64_t timeUs, int option)
166 sp<IMemory> MediaMetadataRetriever::extractAlbumArt()
IDataSource.cpp 24 #include <binder/IMemory.h>
45 virtual sp<IMemory> getIMemory() {
50 return interface_cast<IMemory>(binder);
  /frameworks/av/services/medialog/
MediaLogService.cpp 48 void MediaLogService::registerWriter(const sp<IMemory>& shared, size_t size, const char *name)
62 void MediaLogService::unregisterWriter(const sp<IMemory>& shared)
  /frameworks/av/include/radio/
Radio.h 70 virtual void onEvent(const sp<IMemory>& eventMemory);
  /frameworks/av/media/libmedia/include/media/
Crypto.h 54 const sp<IMemory> &source, size_t offset,
CryptoHal.h 93 status_t toSharedBuffer(const sp<IMemory>& memory, int32_t seqNum, ::SharedBuffer* buffer);
  /frameworks/av/services/camera/libcameraservice/api1/client2/
StreamingProcessor.h 30 class IMemory;
  /frameworks/native/libs/binder/include/binder/
MemoryHeapBase.h 23 #include <binder/IMemory.h>
  /frameworks/av/services/camera/libcameraservice/device1/
CameraHardwareInterface.h 21 #include <binder/IMemory.h>
41 const sp<IMemory> &dataPtr,
47 const sp<IMemory> &dataPtr,
52 const sp<IMemory> dataPtr;
235 void releaseRecordingFrame(const sp<IMemory>& mem);
249 void releaseRecordingFrameBatch(const std::vector<sp<IMemory>>& frames);
  /frameworks/av/drm/libmediadrm/
MediaCasDefs.cpp 21 #include <binder/IMemory.h>
100 srcMem = interface_cast<IMemory>(parcel->readStrongBinder());
DescramblerImpl.cpp 24 #include <binder/IMemory.h>
IMediaDrmService.cpp 22 #include <binder/IMemory.h>
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerStreamListener.cpp 41 sp<IMemory> mem = mMemoryDealer->allocate(kBufferSize);
151 sp<IMemory> mem = mBuffers.editItemAt(entry->mIndex);
  /frameworks/av/services/camera/libcameraservice/common/
Camera2ClientBase.h 25 class IMemory;
  /frameworks/av/media/libaudioclient/
IEffect.cpp 117 virtual sp<IMemory> getCblk() const
120 sp<IMemory> cblk;
124 cblk = interface_cast<IMemory>(reply.readStrongBinder());
  /frameworks/av/media/libaudioclient/include/media/
IAudioFlinger.h 60 const sp<IMemory>& sharedBuffer,
88 sp<IMemory>& cblk,
89 sp<IMemory>& buffers, // return value 0 means it follows cblk
AudioTrack.h 258 const sp<IMemory>& sharedBuffer,
307 const sp<IMemory>& sharedBuffer = 0,
382 sp<IMemory> sharedBuffer() const { return mSharedBuffer; }
    [all...]
  /frameworks/av/media/libstagefright/
CameraSourceTimeLapse.cpp 226 sp<IMemory> CameraSourceTimeLapse::createIMemoryCopy(
227 const sp<IMemory> &source_data) {
305 const sp<IMemory> &data) {
  /frameworks/av/services/audioflinger/
PlaybackTracks.h 33 const sp<IMemory>& sharedBuffer,
122 sp<IMemory> sharedBuffer() const { return mSharedBuffer; }
145 sp<IMemory> mSharedBuffer;
  /frameworks/av/services/camera/libcameraservice/api1/
CameraClient.cpp 492 void CameraClient::releaseRecordingFrame(const sp<IMemory>& mem) {
507 sp<IMemory> dataPtr;
539 std::vector<sp<IMemory>> frames;
543 sp<IMemory> dataPtr;
853 const sp<IMemory>& dataPtr, camera_frame_metadata_t *metadata, void* user) {
886 int32_t msgType, const sp<IMemory>& dataPtr, void* user) {
971 const sp<IMemory>& mem,
    [all...]
  /frameworks/av/camera/
Camera.cpp 25 #include <binder/IMemory.h>
227 void Camera::releaseRecordingFrame(const sp<IMemory>& mem)
357 void Camera::dataCallback(int32_t msgType, const sp<IMemory>& dataPtr,
371 void Camera::dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr)
479 void Camera::RecordingProxy::releaseRecordingFrame(const sp<IMemory>& mem)

Completed in 389 milliseconds

1 2 34 5 6 7 8