Searched defs:dataPtr (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/ |
D | sobeloperator.cpp | 42 void computeGradient(unsigned char* dataPtr, int width, int height, short* gxPtr, short* gyPtr) { in computeGradient()
|
/frameworks/av/camera/ |
D | Camera.cpp | 357 void Camera::dataCallback(int32_t msgType, const sp<IMemory>& dataPtr, in dataCallback() 371 void Camera::dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr) in dataCallbackTimestamp()
|
/frameworks/av/services/camera/libcameraservice/device1/ |
D | CameraHardwareInterface.h | 52 const sp<IMemory> dataPtr; member
|
/frameworks/av/media/libstagefright/ |
D | CameraSource.cpp | 89 void CameraSourceListener::postData(int32_t msgType, const sp<IMemory> &dataPtr, in postData() 101 nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr) { in postDataTimestamp() 1425 nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr) { in dataCallbackTimestamp()
|
/frameworks/base/core/jni/ |
D | android_hardware_Camera.cpp | 250 void JNICameraContext::copyAndPost(JNIEnv* env, const sp<IMemory>& dataPtr, int msgType) in copyAndPost() 307 void JNICameraContext::postData(int32_t msgType, const sp<IMemory>& dataPtr, in postData() 354 …JNICameraContext::postDataTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr) in postDataTimestamp()
|