Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/camera/test/ut/v4l2/
H A Dhdfcamera_facedetect.cpp63 uint8_t mirrorSwitch = OHOS_CAMERA_MIRROR_ON; variable
72 captureSetting->addEntry(OHOS_CONTROL_CAPTURE_MIRROR, static_cast<void*>(&mirrorSwitch),
73 sizeof(mirrorSwitch));
/ohos5.0/drivers/peripheral/camera/vdi_base/usb_camera/pipeline_core/src/node/
H A Dexif_node.cpp101 uint8_t mirrorSwitch = 0; in SendMetadata() local
131 mirrorSwitch = *(entry.data.u8); in SendMetadata()
133 __FUNCTION__, captureQuality, captureOrientation, mirrorSwitch); in SendMetadata()