HomeSort by relevance Sort by last modified time
    Searched refs:dataCallbackTimestamp (Results 1 - 15 of 15) sorted by null

  /frameworks/av/include/camera/
ICameraRecordingProxyListener.h 35 virtual void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType,
ICameraClient.h 40 virtual void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& data) = 0;
Camera.h 150 virtual void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr);
  /frameworks/av/camera/
ICameraRecordingProxyListener.cpp 38 void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& imageData)
64 dataCallbackTimestamp(timestamp, msgType, imageData);
ICameraClient.cpp 70 void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& imageData)
121 dataCallbackTimestamp(timestamp, msgType, imageData);
Camera.cpp 316 void Camera::dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr)
327 proxylistener->dataCallbackTimestamp(timestamp, msgType, dataPtr);
  /frameworks/av/include/media/stagefright/
CameraSource.h 128 virtual void dataCallbackTimestamp(int64_t timestampUs, int32_t msgType,
179 // Called from dataCallbackTimestamp.
185 virtual void dataCallbackTimestamp(int64_t timestampUs, int32_t msgType,
CameraSourceTimeLapse.h 70 // Variable set in dataCallbackTimestamp() to help skipCurrentFrame()
87 // takePicture() to complete. This is needed so that dataCallbackTimestamp()
99 // Forces the next frame passed to dataCallbackTimestamp() to be read
131 // mSkipCurrentFrame is set to true in dataCallbackTimestamp() if the current
137 // Then it calls the base CameraSource::dataCallbackTimestamp()
138 virtual void dataCallbackTimestamp(int64_t timestampUs, int32_t msgType,
  /frameworks/av/media/libstagefright/
CameraSourceTimeLapse.cpp 116 // Force dataCallbackTimestamp() coming from the video camera to
252 ALOGV("dataCallbackTimestamp timelapse: initial frame");
264 ALOGV("dataCallbackTimestamp timelapse: forced read");
286 ALOGV("dataCallbackTimestamp timelapse: skipping intermediate frame");
293 ALOGV("dataCallbackTimestamp timelapse: got timelapse frame");
302 void CameraSourceTimeLapse::dataCallbackTimestamp(int64_t timestampUs, int32_t msgType,
304 ALOGV("dataCallbackTimestamp");
306 CameraSource::dataCallbackTimestamp(timestampUs, msgType, data);
CameraSource.cpp 96 source->dataCallbackTimestamp(timestamp/1000, msgType, dataPtr);
853 void CameraSource::dataCallbackTimestamp(int64_t timestampUs,
855 ALOGV("dataCallbackTimestamp: timestamp %" PRId64 " us", timestampUs);
911 void CameraSource::ProxyListener::dataCallbackTimestamp(
913 mSource->dataCallbackTimestamp(timestamp / 1000, msgType, dataPtr);
  /frameworks/av/services/camera/libcameraservice/api1/
CameraClient.h 101 static void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr, void* user);
CameraClient.cpp 88 dataCallbackTimestamp,
702 // dataCallbackTimestamp
703 // (others) c->dataCallbackTimestamp
776 void CameraClient::dataCallbackTimestamp(nsecs_t timestamp,
778 LOG2("dataCallbackTimestamp(%d)", msgType);
923 c->dataCallbackTimestamp(timestamp, msgType, dataPtr);
  /device/moto/shamu/camera/QCamera2/HAL/test/
qcamera_test.h 126 virtual void dataCallbackTimestamp(nsecs_t timestamp,
qcamera_test.cpp 959 * FUNCTION : dataCallbackTimestamp
970 void CameraContext::dataCallbackTimestamp(nsecs_t timestamp,
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/client2/
StreamingProcessor.cpp 782 l.mRemoteCallback->dataCallbackTimestamp(timestamp,

Completed in 471 milliseconds