Home
last modified time | relevance | path

Searched refs:captureOrientation (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/camera/test/ut/v4l2/
H A Dhdfcamera_facedetect.cpp62 int32_t captureOrientation = OHOS_CAMERA_JPEG_ROTATION_270; variable
70 captureSetting->addEntry(OHOS_JPEG_ORIENTATION, static_cast<void*>(&captureOrientation),
71 sizeof(captureOrientation));
/ohos5.0/drivers/peripheral/camera/vdi_base/usb_camera/pipeline_core/src/node/
H A Dexif_node.cpp100 int32_t captureOrientation = 0; in SendMetadata() local
125 captureOrientation = *(entry.data.i32); in SendMetadata()
133 __FUNCTION__, captureQuality, captureOrientation, mirrorSwitch); in SendMetadata()