Searched refs:burstId (Results 1 – 13 of 13) sorted by relevance
/frameworks/av/camera/include/camera/ |
D | CaptureResult.h | 44 int32_t burstId; member 123 burstId(0), in CaptureResultExtras()
|
/frameworks/hardware/interfaces/cameraservice/device/aidl/aidl_api/android.frameworks.cameraservice.device/2/android/frameworks/cameraservice/device/ |
D | CaptureResultExtras.aidl | 38 int burstId;
|
/frameworks/hardware/interfaces/cameraservice/device/aidl/aidl_api/android.frameworks.cameraservice.device/current/android/frameworks/cameraservice/device/ |
D | CaptureResultExtras.aidl | 38 int burstId;
|
/frameworks/hardware/interfaces/cameraservice/device/aidl/aidl_api/android.frameworks.cameraservice.device/1/android/frameworks/cameraservice/device/ |
D | CaptureResultExtras.aidl | 38 int burstId;
|
/frameworks/hardware/interfaces/cameraservice/device/aidl/android/frameworks/cameraservice/device/ |
D | CaptureResultExtras.aidl | 32 int burstId;
|
/frameworks/av/camera/ndk/ndk_vendor/impl/ |
D | ACameraDevice.cpp | 840 int32_t burstId = resultExtras.burstId; in onCaptureErrorLocked() local 851 if ((size_t) burstId >= cbh.mRequests.size()) { in onCaptureErrorLocked() 853 __FUNCTION__, burstId, cbh.mRequests.size()); in onCaptureErrorLocked() 857 sp<CaptureRequest> request = cbh.mRequests[burstId]; in onCaptureErrorLocked() 1551 resultExtras.burstId, resultExtras.errorPhysicalCameraId.c_str()); in onDeviceError() 1672 int32_t burstId = resultExtras.burstId; in onCaptureStarted() local 1682 if ((size_t) burstId >= cbh.mRequests.size()) { in onCaptureStarted() 1684 __FUNCTION__, burstId, cbh.mRequests.size()); in onCaptureStarted() 1687 sp<CaptureRequest> request = cbh.mRequests[burstId]; in onCaptureStarted() 1718 int32_t burstId = resultExtras.burstId; in onResultReceived() local [all …]
|
/frameworks/av/camera/ndk/impl/ |
D | ACameraDevice.cpp | 853 int32_t burstId = resultExtras.burstId; in onCaptureErrorLocked() local 864 if ((size_t) burstId >= cbh.mRequests.size()) { in onCaptureErrorLocked() 866 __FUNCTION__, burstId, cbh.mRequests.size()); in onCaptureErrorLocked() 870 sp<CaptureRequest> request = cbh.mRequests[burstId]; in onCaptureErrorLocked() 1560 errorCode, resultExtras.frameNumber, resultExtras.requestId, resultExtras.burstId); in onDeviceError() 1688 int32_t burstId = resultExtras.burstId; in onCaptureStarted() local 1698 if ((size_t) burstId >= cbh.mRequests.size()) { in onCaptureStarted() 1700 __FUNCTION__, burstId, cbh.mRequests.size()); in onCaptureStarted() 1703 sp<CaptureRequest> request = cbh.mRequests[burstId]; in onCaptureStarted() 1735 int32_t burstId = resultExtras.burstId; in onResultReceived() local [all …]
|
/frameworks/av/camera/ |
D | CaptureResult.cpp | 37 parcel->readInt32(&burstId); in readFromParcel() 70 parcel->writeInt32(burstId); in writeToParcel()
|
/frameworks/av/services/camera/libcameraservice/hidl/ |
D | Utils.cpp | 163 hCaptureResultExtras.burstId = captureResultExtras.burstId; in convertToHidl()
|
/frameworks/av/services/camera/libcameraservice/aidl/ |
D | AidlUtils.cpp | 208 dst.burstId = src.burstId; in convertToAidl()
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3OutputUtils.cpp | 248 queuedResult->mResultExtras.burstId); in insertResultLocked() 659 request.resultExtras.frameNumber, request.resultExtras.burstId, in processCaptureResult()
|
D | Camera3Device.cpp | 731 int32_t burstId = 0; in convertMetadataListToRequestListLocked() local 746 newRequest->mResultExtras.burstId = burstId++; in convertMetadataListToRequestListLocked() 4157 captureRequest->mResultExtras.burstId); in prepareHalRequests()
|
/frameworks/hardware/interfaces/cameraservice/device/2.0/ |
D | types.hal | 245 int32_t burstId;
|