/hardware/msm7k/libcamera/ |
D | QualcommCameraHardware.h | 33 virtual sp<IMemoryHeap> getPreviewHeap() const; 34 virtual sp<IMemoryHeap> getRawHeap() const; 43 virtual void releaseRecordingFrame(const sp<IMemory>& mem); 56 static sp<CameraHardwareInterface> createInstance(); 57 static sp<QualcommCameraHardware> getInstance(); 125 sp<MemoryHeapBase> mHeap; 126 sp<MemoryBase> *mBuffers; 167 sp<PreviewPmemPool> mPreviewHeap; 168 sp<RawPmemPool> mRawHeap; 169 sp<AshmemPool> mJpegHeap;
|
D | QualcommCameraHardware.cpp | 674 sp<IMemoryHeap> QualcommCameraHardware::getPreviewHeap() const in getPreviewHeap() 680 sp<IMemoryHeap> QualcommCameraHardware::getRawHeap() const in getRawHeap() 859 const sp<IMemory>& mem __attribute__((unused))) in releaseRecordingFrame() 1098 extern "C" sp<CameraHardwareInterface> HAL_openCameraHardware(int cameraId) in HAL_openCameraHardware() 1109 sp<CameraHardwareInterface> QualcommCameraHardware::createInstance() in createInstance() 1115 sp<CameraHardwareInterface> hardware = singleton.promote(); in createInstance() 1136 sp<QualcommCameraHardware> hardware(cam); in createInstance() 1150 sp<QualcommCameraHardware> QualcommCameraHardware::getInstance() in getInstance() 1153 sp<CameraHardwareInterface> hardware = singleton.promote(); in getInstance() 1155 sp<QualcommCameraHardware>(static_cast<QualcommCameraHardware*> in getInstance() [all …]
|
/hardware/ti/omap4xxx/camera/inc/ |
D | SensorListener.h | 45 mLooper = sp<Looper>(looper); in SensorLooperThread() 61 sp<Looper> mLooper; 88 sp<SensorEventQueue> mSensorEventQueue; 94 sp<Looper> mLooper; 95 sp<SensorLooperThread> mSensorLooperThread;
|
D | CameraHal.h | 166 bool compare(const sp<CameraArea> &area); 170 Vector< sp<CameraArea> > &areas); 178 static bool areAreasDifferent(Vector< sp<CameraArea> > &, Vector< sp<CameraArea> > &); 369 typedef sp<CameraFDResult> FaceEventData; 394 sp<CameraHalEventData> mEventData; 649 sp< NotificationThread> mNotificationThread; 661 KeyedVector<unsigned int, sp<MemoryHeapBase> > mSharedPreviewHeaps; 662 KeyedVector<unsigned int, sp<MemoryBase> > mSharedPreviewBuffers; 700 sp<ErrorNotifier> mErrorNotifier; 1181 sp<AppCallbackNotifier> mAppCallbackNotifier; [all …]
|
D | ANativeWindowDisplayAdapter.h | 150 sp<DisplayThread> mDisplayThread; 163 sp<ErrorNotifier> mErrorNotifier;
|
D | Encoder_libjpeg.h | 148 sp<Encoder_libjpeg> tn = NULL; in threadLoop() 201 sp<Encoder_libjpeg> mThumb;
|
D | BaseCameraAdapter.h | 151 status_t notifyFaceSubscribers(sp<CameraFDResult> &faces);
|
/hardware/ti/omap4xxx/camera/ |
D | CameraHalUtilClasses.cpp | 202 Vector< sp<CameraArea> > &areas) in parseAreas() 214 sp<CameraArea> currentArea; in parseAreas() 337 bool CameraArea::areAreasDifferent(Vector< sp<CameraArea> > &area1, in areAreasDifferent() 338 Vector< sp<CameraArea> > &area2) { in areAreasDifferent() 353 bool CameraArea::compare(const sp<CameraArea> &area) { in compare()
|
D | AppCallbackNotifier.cpp | 34 KeyedVector<void*, sp<Encoder_libjpeg> > gEncoderQueue; 69 sp<Encoder_libjpeg> encoder = NULL; in EncoderDoneCb() 840 sp<MemoryBase> memBase; in notifyFrame() 983 sp<Encoder_libjpeg> encoder = new Encoder_libjpeg(main_jpeg, in notifyFrame() 1439 sp<MemoryHeapBase> heap; in startPreviewCallbacks() 1440 sp<MemoryBase> buffer; in startPreviewCallbacks() 1548 sp<MemoryHeapBase> heap; in stopPreviewCallbacks() 1549 sp<MemoryBase> buffer; in stopPreviewCallbacks() 1822 sp<Encoder_libjpeg> encoder = gEncoderQueue.valueAt(0); in stop()
|
D | SensorListener.cpp | 139 sp<Looper> mLooper; in initialize()
|
D | BaseCameraAdapter.cpp | 1105 status_t BaseCameraAdapter::notifyFaceSubscribers(sp<CameraFDResult> &faces) in notifyFaceSubscribers()
|
/hardware/ti/wlan/wl1271/platforms/os/linux/src/ |
D | stack_profile.c | 56 register unsigned long sp asm ("sp"); in check_stack() 57 unsigned long retval = sp; in check_stack() 59 *base = ((sp & ~STACK_MASK) + sizeof(struct task_struct) + 4); in check_stack()
|
D | WlanDrvIf.c | 338 register unsigned long sp asm ("sp"); 339 unsigned long local_sp = sp;
|
/hardware/ti/omap4xxx/test/CameraHal/ |
D | camera_test.h | 71 const sp<IMemory>& dataPtr, 74 … virtual void postDataTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr);
|
D | camera_test_menu.cpp | 36 sp<Camera> camera; 37 sp<MediaRecorder> recorder; 38 sp<SurfaceComposerClient> client; 39 sp<SurfaceControl> surfaceControl; 40 sp<Surface> previewSurface; 448 void my_raw_callback(const sp<IMemory>& mem) { in my_raw_callback() 496 void saveFile(const sp<IMemory>& mem) { in saveFile() 562 void my_preview_callback(const sp<IMemory>& mem) { in my_preview_callback() 582 void my_jpeg_callback(const sp<IMemory>& mem) { in my_jpeg_callback() 686 const sp<IMemory>& dataPtr, in postData() [all …]
|
D | camera_test_script.cpp | 28 extern sp<Camera> camera;
|
/hardware/msm7k/librpc/ |
D | xdr.c | 448 bool_t xdr_short (XDR *xdr, short *sp) in xdr_short() argument 453 l = *sp; in xdr_short() 458 *sp = (short)l; in xdr_short()
|
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/ |
D | OMXCameraAdapter.h | 556 sp<CameraFDResult> &result, 686 sp<CommandHandler> mCommandHandler; 725 sp<OMXCallbackHandler> mOMXCallbackHandler; 806 Vector< sp<CameraArea> > mFocusAreas; 810 Vector< sp<CameraArea> > mMeteringAreas;
|
/hardware/ti/omap4xxx/camera/inc/V4LCameraAdapter/ |
D | V4LCameraAdapter.h | 146 sp<PreviewThread> mPreviewThread;
|
/hardware/msm7k/librpc/rpc/ |
D | xdr.h | 96 extern bool_t xdr_short (XDR *xdr, short *sp);
|
/hardware/qcom/media/mm-video/vidc/venc/inc/ |
D | omx_video_base.h | 489 sp<MemoryHeapBase> m_heap_ptr;
|
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
D | OMXFD.cpp | 189 sp<CameraFDResult> &result, in detectFaces()
|
D | OMXFocus.cpp | 44 Vector< sp<CameraArea> > tempAreas; in setParametersFocus()
|
D | OMX3A.cpp | 345 Vector< sp<CameraArea> > tempAreas; in setParameters3A()
|
/hardware/qcom/media/mm-video/vidc/vdec/inc/ |
D | omx_vdec.h | 565 sp<MemoryHeapBase> m_heap_ptr;
|