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

  /frameworks/av/camera/include/camera/
ICameraRecordingProxyListener.h 37 virtual void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType,
Camera.h 174 virtual void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr);
  /frameworks/av/camera/include/camera/android/hardware/
ICameraClient.h 38 virtual void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& data) = 0;
  /frameworks/av/camera/
ICameraRecordingProxyListener.cpp 42 void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& imageData)
112 dataCallbackTimestamp(timestamp, msgType, imageData);
ICameraClient.cpp 75 void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& imageData)
159 dataCallbackTimestamp(timestamp, msgType, imageData);
Camera.cpp 371 void Camera::dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr)
382 proxylistener->dataCallbackTimestamp(timestamp, msgType, dataPtr);
  /frameworks/av/media/libstagefright/include/media/stagefright/
CameraSourceTimeLapse.h 74 // Variable set in dataCallbackTimestamp() to help skipCurrentFrame()
91 // takePicture() to complete. This is needed so that dataCallbackTimestamp()
103 // Forces the next frame passed to dataCallbackTimestamp() to be read
136 // mSkipCurrentFrame is set to true in dataCallbackTimestamp() if the current
142 // Then it calls the base CameraSource::dataCallbackTimestamp()
145 virtual void dataCallbackTimestamp(int64_t timestampUs, int32_t msgType,
CameraSource.h 137 * mode. When a frame is available, CameraSource::dataCallbackTimestamp() will be called.
142 virtual void dataCallbackTimestamp(int64_t timestampUs, int32_t msgType,
226 // Called from dataCallbackTimestamp.
232 virtual void dataCallbackTimestamp(int64_t timestampUs, int32_t msgType,
  /frameworks/av/services/camera/libcameraservice/api1/
CameraClient.h 109 static void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr, void* user);
CameraClient.cpp 88 dataCallbackTimestamp,
824 // dataCallbackTimestamp
825 // (others) c->dataCallbackTimestamp
880 void CameraClient::dataCallbackTimestamp(nsecs_t timestamp,
882 LOG2("dataCallbackTimestamp(%d)", msgType);
    [all...]
  /frameworks/av/media/libstagefright/
CameraSourceTimeLapse.cpp 119 // Force dataCallbackTimestamp() coming from the video camera to
271 ALOGV("dataCallbackTimestamp timelapse: initial frame");
283 ALOGV("dataCallbackTimestamp timelapse: forced read");
305 ALOGV("dataCallbackTimestamp timelapse: skipping intermediate frame");
312 ALOGV("dataCallbackTimestamp timelapse: got timelapse frame");
321 void CameraSourceTimeLapse::dataCallbackTimestamp(int64_t timestampUs, int32_t msgType,
323 ALOGV("dataCallbackTimestamp");
325 CameraSource::dataCallbackTimestamp(timestampUs, msgType, data);
CameraSource.cpp 105 source->dataCallbackTimestamp(timestamp/1000, msgType, dataPtr);
    [all...]
  /device/google/marlin/camera/QCamera2/HAL/test/
qcamera_test.h 131 virtual void dataCallbackTimestamp(nsecs_t timestamp,
qcamera_test.cpp 1028 * FUNCTION : dataCallbackTimestamp
1039 void CameraContext::dataCallbackTimestamp(nsecs_t timestamp,
    [all...]
  /frameworks/av/camera/tests/
CameraZSLTests.cpp 50 void dataCallbackTimestamp(nsecs_t, int32_t,
  /frameworks/av/services/camera/libcameraservice/device1/
CameraHardwareInterface.h 387 hardware::Return<void> dataCallbackTimestamp(
CameraHardwareInterface.cpp 139 hardware::Return<void> CameraHardwareInterface::dataCallbackTimestamp(

Completed in 880 milliseconds