Home
last modified time | relevance | path

Searched refs:errorStreamId (Results 1 – 23 of 23) sorted by relevance

/aosp12/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCaptureResultExtras.java31 private int errorStreamId; field in CaptureResultExtras
56 int partialResultCount, int errorStreamId, in CaptureResultExtras() argument
66 this.errorStreamId = errorStreamId; in CaptureResultExtras()
86 dest.writeInt(errorStreamId); in writeToParcel()
105 errorStreamId = in.readInt(); in readFromParcel()
144 return errorStreamId; in getErrorStreamId()
/aosp12/frameworks/av/camera/include/camera/
H A DCaptureResult.h70 int32_t errorStreamId; member
117 errorStreamId(-1), in CaptureResultExtras()
/aosp12/frameworks/av/camera/
H A DCaptureResult.cpp41 parcel->readInt32(&errorStreamId); in readFromParcel()
71 parcel->writeInt32(errorStreamId); in writeToParcel()
/aosp12/frameworks/av/services/camera/libcameraservice/hidl/
H A DConvert.cpp159 hCaptureResultExtras.errorStreamId = captureResultExtras.errorStreamId; in convertToHidl()
/aosp12/hardware/interfaces/camera/device/3.5/
H A Dtypes.hal26 * code and errorStreamId that contains the stream id associated with that physical device. Such
29 * camera device and the errorStreamId must be set to -1.
/aosp12/hardware/interfaces/camera/device/3.2/default/
H A Dconvert.cpp122 dst->msg.error.errorStreamId = (stream != nullptr) ? stream->mId : -1; in convertToHidl()
H A DCameraDeviceSession.cpp1592 hidlMsg.msg.error.errorStreamId != -1) { in sNotify()
1593 if (d->mStreamMap.count(hidlMsg.msg.error.errorStreamId) != 1) { in sNotify()
1595 __FUNCTION__, hidlMsg.msg.error.errorStreamId); in sNotify()
/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3OutputUtils.cpp889 extras.errorStreamId = streamId; in returnOutputBuffers()
960 extras.errorStreamId = streamId; in returnOutputBuffers()
1160 resultExtras.errorStreamId = streamId; in notifyError()
1206 if (msg.msg.error.errorStreamId >= 0) { in notify()
1208 states.outputStreams.get(msg.msg.error.errorStreamId); in notify()
1211 m.message.error.frame_number, msg.msg.error.errorStreamId); in notify()
/aosp12/hardware/interfaces/camera/device/3.4/default/
H A DCameraDeviceSession.cpp579 hidlMsg.msg.error.errorStreamId != -1) { in sNotify_3_4()
580 if (d->mStreamMap.count(hidlMsg.msg.error.errorStreamId) != 1) { in sNotify_3_4()
582 __FUNCTION__, hidlMsg.msg.error.errorStreamId); in sNotify_3_4()
H A DExternalCameraDeviceSession.cpp759 msg.msg.error.errorStreamId = streamId; in notifyError()
787 error.msg.error.errorStreamId = -1; in processCaptureRequestError()
/aosp12/frameworks/av/services/camera/libcameraservice/api2/
H A DCompositeStream.cpp203 extras.errorStreamId = getStreamId(); in notifyError()
H A DDepthCompositeStream.cpp801 if ((resultExtras.errorStreamId == mDepthStreamId) || in onStreamBufferError()
802 (resultExtras.errorStreamId == mBlobStreamId)) { in onStreamBufferError()
H A DHeicCompositeStream.cpp1729 if (resultExtras.errorStreamId == mAppSegmentStreamId) { in onStreamBufferError()
1733 } else if (resultExtras.errorStreamId == mMainImageStreamId) { in onStreamBufferError()
/aosp12/hardware/interfaces/camera/device/3.6/default/
H A DExternalCameraOfflineSession.cpp434 error.msg.error.errorStreamId = -1; in processCaptureRequestError()
479 msg.msg.error.errorStreamId = streamId; in notifyError()
H A DExternalCameraDeviceSession.cpp247 error.msg.error.errorStreamId = buffer.streamId; in switchToOffline()
/aosp12/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCaptureSequencer.cpp129 if (captureStreamId == resultExtras.errorStreamId) { in notifyError()
/aosp12/frameworks/hardware/interfaces/cameraservice/device/2.0/
H A Dtypes.hal261 int32_t errorStreamId;
/aosp12/hardware/google/camera/common/hal/hidl_service/
H A Dhidl_utils.cc469 hidl_error->errorStreamId = hal_error.error_stream_id; in ConvertToHidlErrorMessage()
/aosp12/hardware/interfaces/camera/device/3.2/
H A Dtypes.hal599 * buffer was dropped, and errorStreamId indicates the stream
621 int32_t errorStreamId;
/aosp12/hardware/interfaces/camera/provider/2.4/vts/functional/
H A DVtsHalCameraProviderV2_4TargetTest.cpp987 int32_t errorStreamId; member
1012 errorStreamId(-1), in InFlightRequest()
1029 errorStreamId(-1), in InFlightRequest()
1047 errorStreamId(-1), in InFlightRequest()
1487 messages[i].msg.error.errorStreamId != -1) { in notify()
1494 if (mStreams[j].v3_2.id == messages[i].msg.error.errorStreamId) { in notify()
1513 r->errorStreamId = messages[i].msg.error.errorStreamId; in notify()
/aosp12/frameworks/av/camera/ndk/impl/
H A DACameraDevice.cpp826 int32_t streamId = resultExtras.errorStreamId; in onCaptureErrorLocked()
/aosp12/frameworks/av/camera/ndk/ndk_vendor/impl/
H A DACameraDevice.cpp840 int32_t streamId = resultExtras.errorStreamId; in onCaptureErrorLocked()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt22113 Landroid/hardware/camera2/impl/CaptureResultExtras;->errorStreamId:I