Home
last modified time | relevance | path

Searched refs:burstId (Results 1 – 13 of 13) sorted by relevance

/frameworks/av/camera/include/camera/
DCaptureResult.h44 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/
DCaptureResultExtras.aidl38 int burstId;
/frameworks/hardware/interfaces/cameraservice/device/aidl/aidl_api/android.frameworks.cameraservice.device/current/android/frameworks/cameraservice/device/
DCaptureResultExtras.aidl38 int burstId;
/frameworks/hardware/interfaces/cameraservice/device/aidl/aidl_api/android.frameworks.cameraservice.device/1/android/frameworks/cameraservice/device/
DCaptureResultExtras.aidl38 int burstId;
/frameworks/hardware/interfaces/cameraservice/device/aidl/android/frameworks/cameraservice/device/
DCaptureResultExtras.aidl32 int burstId;
/frameworks/av/camera/ndk/ndk_vendor/impl/
DACameraDevice.cpp840 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/
DACameraDevice.cpp853 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/
DCaptureResult.cpp37 parcel->readInt32(&burstId); in readFromParcel()
70 parcel->writeInt32(burstId); in writeToParcel()
/frameworks/av/services/camera/libcameraservice/hidl/
DUtils.cpp163 hCaptureResultExtras.burstId = captureResultExtras.burstId; in convertToHidl()
/frameworks/av/services/camera/libcameraservice/aidl/
DAidlUtils.cpp208 dst.burstId = src.burstId; in convertToAidl()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3OutputUtils.cpp248 queuedResult->mResultExtras.burstId); in insertResultLocked()
659 request.resultExtras.frameNumber, request.resultExtras.burstId, in processCaptureResult()
DCamera3Device.cpp731 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/
Dtypes.hal245 int32_t burstId;