HomeSort by relevance Sort by last modified time
    Searched refs:IMemory (Results 51 - 75 of 96) sorted by null

1 23 4

  /frameworks/av/media/libstagefright/
CameraSourceTimeLapse.cpp 211 sp<IMemory> CameraSourceTimeLapse::createIMemoryCopy(
212 const sp<IMemory> &source_data) {
290 const sp<IMemory> &data) {
OMXClient.cpp 79 node_id node, OMX_U32 port_index, const sp<IMemory> &params,
91 node_id node, OMX_U32 port_index, const sp<IMemory> &params,
265 node_id node, OMX_U32 port_index, const sp<IMemory> &params,
285 node_id node, OMX_U32 port_index, const sp<IMemory> &params,
StagefrightMediaScanner.cpp 216 sp<IMemory> mem = mRetriever->extractAlbumArt();
  /frameworks/av/services/audioflinger/
AudioFlinger.h 97 const sp<IMemory>& sharedBuffer,
385 const sp<IMemory>& sharedBuffer,
392 sp<IMemory> getCblk() const { return mCblkMemory; }
445 sp<IMemory> mCblkMemory;
696 const sp<IMemory>& sharedBuffer,
    [all...]
  /frameworks/wilhelm/src/android/
android_StreamPlayer.cpp 68 void StreamSourceAppProxy::setBuffers(const Vector<sp<IMemory> > &buffers) {
84 sp<IMemory> mem = mBuffers.itemAt(index);
199 sp<IMemory> mem = mBuffers.itemAt(bufferId);
  /frameworks/av/services/camera/libcameraservice/
CameraService.cpp 732 void CameraService::Client::releaseRecordingFrame(const sp<IMemory>& mem) {
    [all...]
CameraHardwareInterface.h 20 #include <binder/IMemory.h>
38 const sp<IMemory> &dataPtr,
44 const sp<IMemory> &dataPtr,
315 void releaseRecordingFrame(const sp<IMemory>& mem)
  /frameworks/av/media/libmediaplayerservice/
MetadataRetrieverClient.cpp 166 sp<IMemory> MetadataRetrieverClient::getFrameAtTime(int64_t timeUs, int option)
207 sp<IMemory> MetadataRetrieverClient::extractAlbumArt()
  /frameworks/av/media/libstagefright/omx/
OMXNodeInstance.cpp 26 #include <binder/IMemory.h>
34 BufferMeta(const sp<IMemory> &mem, bool is_backup = false)
71 sp<IMemory> mMem;
385 OMX_U32 portIndex, const sp<IMemory> &params,
567 OMX_U32 portIndex, const sp<IMemory> &params,
OMX.cpp 27 #include <binder/IMemory.h>
332 node_id node, OMX_U32 port_index, const sp<IMemory> &params,
353 node_id node, OMX_U32 port_index, const sp<IMemory> &params,
  /frameworks/av/media/libmedia/
AudioTrack.cpp 144 const sp<IMemory>& sharedBuffer,
190 const sp<IMemory>& sharedBuffer,
360 sp<IMemory>& AudioTrack::sharedBuffer()
375 // acquire a strong reference on the IMemory and IAudioTrack so that they cannot be destroyed
378 sp<IMemory> iMem = mCblkMemory;
750 const sp<IMemory>& sharedBuffer,
890 sp<IMemory> cblk = track->getCblk();
    [all...]
IOMX.cpp 21 #include <binder/IMemory.h>
239 node_id node, OMX_U32 port_index, const sp<IMemory> &params,
320 node_id node, OMX_U32 port_index, const sp<IMemory> &params,
589 sp<IMemory> params =
590 interface_cast<IMemory>(data.readStrongBinder());
666 sp<IMemory> params =
667 interface_cast<IMemory>(data.readStrongBinder());
AudioRecord.cpp 299 // acquire a strong reference on the IAudioRecord and IMemory so that they cannot be destroyed
302 sp<IMemory> iMem = mCblkMemory;
482 sp<IMemory> cblk = record->getCblk();
642 // acquire a strong reference on the IAudioRecord and IMemory so that they cannot be destroyed
645 sp<IMemory> iMem = mCblkMemory;
688 // acquire a strong reference on the IAudioRecord and IMemory so that they cannot be destroyed
691 sp<IMemory> iMem = mCblkMemory;
767 // the IAudioRecord and IMemory in case they are recreated here.
782 // It will also delete the strong references on previous IAudioRecord and IMemory
mediaplayer.cpp 757 /*static*/ sp<IMemory> MediaPlayer::decode(const char* url, uint32_t *pSampleRate, int* pNumChannels, audio_format_t* pFormat)
760 sp<IMemory> p;
777 /*static*/ sp<IMemory> MediaPlayer::decode(int fd, int64_t offset, int64_t length, uint32_t *pSampleRate, int* pNumChannels, audio_format_t* pFormat)
780 sp<IMemory> p;
  /frameworks/base/core/jni/
android_hardware_Camera.cpp 31 #include <binder/IMemory.h>
62 virtual void postData(int32_t msgType, const sp<IMemory>& dataPtr,
64 virtual void postDataTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr);
73 void copyAndPost(JNIEnv* env, const sp<IMemory>& dataPtr, int msgType);
222 void JNICameraContext::copyAndPost(JNIEnv* env, const sp<IMemory>& dataPtr, int msgType)
275 void JNICameraContext::postData(int32_t msgType, const sp<IMemory>& dataPtr,
322 void JNICameraContext::postDataTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr)
    [all...]
  /frameworks/av/camera/
ICamera.cpp 143 void releaseRecordingFrame(const sp<IMemory>& mem)
204 // take a picture - returns an IMemory (ref-counted mmap)
333 sp<IMemory> mem = interface_cast<IMemory>(data.readStrongBinder());
  /frameworks/av/drm/libdrmframework/include/
DrmManagerClientImpl.h 20 #include <binder/IMemory.h>
  /frameworks/av/include/media/
AudioEffect.h 449 sp<IMemory> mCblkMemory; // shared memory for deferred parameter setting
IAudioFlinger.h 66 const sp<IMemory>& sharedBuffer,
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerStreamListener.cpp 41 sp<IMemory> mem = mMemoryDealer->allocate(kBufferSize);
  /frameworks/base/cmds/screencap/
screencap.cpp 26 #include <binder/IMemory.h>
  /frameworks/native/libs/gui/
ISurfaceComposerClient.cpp 25 #include <binder/IMemory.h>
  /frameworks/native/libs/gui/tests/
Surface_test.cpp 19 #include <binder/IMemory.h>
  /hardware/msm7k/libcamera/
QualcommCameraHardware.h 43 virtual void releaseRecordingFrame(const sp<IMemory>& mem);
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_menu.cpp 448 void my_raw_callback(const sp<IMemory>& mem) {
496 void saveFile(const sp<IMemory>& mem) {
518 ALOGE("IMemory object is of zero size");
562 void my_preview_callback(const sp<IMemory>& mem) {
582 void my_jpeg_callback(const sp<IMemory>& mem) {
608 ALOGE("IMemory object is of zero size");
686 const sp<IMemory>& dataPtr,
714 void CameraHandler::postDataTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr)
    [all...]

Completed in 667 milliseconds

1 23 4