Home
last modified time | relevance | path

Searched refs:CAMERA_MSG_COMPRESSED_IMAGE (Results 1 – 9 of 9) sorted by relevance

/aosp12/system/core/libsystem/include/system/
H A Dcamera.h81 CAMERA_MSG_COMPRESSED_IMAGE = 0x0100, // dataCallback enumerator
/aosp12/frameworks/av/camera/tests/
H A DCameraZSLTests.cpp119 case CAMERA_MSG_COMPRESSED_IMAGE: { in dataCallback()
288 cameraDevice->takePicture(CAMERA_MSG_COMPRESSED_IMAGE)); in TEST_F()
/aosp12/hardware/qcom/camera/msm8998/usbcamcore/src/
H A DQualcommUsbCamera.cpp1587 if ((camHal->msgEnabledFlag & CAMERA_MSG_COMPRESSED_IMAGE) && in prvwThreadTakePictureInternal()
1590 camHal->data_cb(CAMERA_MSG_COMPRESSED_IMAGE, in prvwThreadTakePictureInternal()
2591 if ((camHal->msgEnabledFlag & CAMERA_MSG_COMPRESSED_IMAGE) && in takePictureThread()
2596 camHal->data_cb(CAMERA_MSG_COMPRESSED_IMAGE, in takePictureThread()
/aosp12/frameworks/base/core/java/android/hardware/
H A DCamera.java170 private static final int CAMERA_MSG_COMPRESSED_IMAGE = 0x100; field in Camera
1145 case CAMERA_MSG_COMPRESSED_IMAGE: in handleMessage()
1505 msgType |= CAMERA_MSG_COMPRESSED_IMAGE; in takePicture()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraPostProc.cpp1288 m_parent->msgTypeEnabledWithLock(CAMERA_MSG_COMPRESSED_IMAGE) == 0 )) { in processJpegEvt()
1340 rc = sendDataNotify(CAMERA_MSG_COMPRESSED_IMAGE, in processJpegEvt()
1372 rc = sendDataNotify(CAMERA_MSG_COMPRESSED_IMAGE, in processJpegEvt()
2983 m_parent->msgTypeEnabledWithLock(CAMERA_MSG_COMPRESSED_IMAGE) > 0) { in processRawImageImpl()
2991 rc = sendDataNotify(CAMERA_MSG_COMPRESSED_IMAGE, in processRawImageImpl()
3120 ret = pme->sendDataNotify(CAMERA_MSG_COMPRESSED_IMAGE, in dataSaveRoutine()
/aosp12/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCaptureSequencer.cpp338 l.mRemoteCallback->dataCallback(CAMERA_MSG_COMPRESSED_IMAGE, in manageDone()
/aosp12/frameworks/av/services/camera/libcameraservice/libcameraservice_fuzzer/
H A Dcamera_service_fuzzer.cpp157 case CAMERA_MSG_COMPRESSED_IMAGE: { in dataCallback()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/test/
H A Dqcamera_test.cpp896 if (msgType & CAMERA_MSG_COMPRESSED_IMAGE ) { in postData()
2090 CAMERA_MSG_COMPRESSED_IMAGE| in takePicture()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt22480 Landroid/hardware/Camera;->CAMERA_MSG_COMPRESSED_IMAGE:I