Home
last modified time | relevance | path

Searched refs:jpegOrientationVector (Results 1 - 4 of 4) sorted by relevance

/drivers/peripheral/camera/vdi_base/usb_camera/adapter/platform/v4l2/src/device_manager/
H A Dv4l2_device_manager.cpp746 std::vector<int32_t> jpegOrientationVector; in AddDefaultJpegOrientation() local
747 jpegOrientationVector.push_back(OHOS_CAMERA_JPEG_ROTATION_0); in AddDefaultJpegOrientation()
748 AddOrUpdateOhosTag(metadata, OHOS_JPEG_ORIENTATION, jpegOrientationVector); in AddDefaultJpegOrientation()
/drivers/peripheral/camera/test/ut/v4l2/
H A Dusb_camera_test.cpp732 std::vector<int32_t> jpegOrientationVector; in TEST_F() local
733 jpegOrientationVector.push_back(OHOS_CAMERA_JPEG_ROTATION_270); in TEST_F()
734 cameraBase_->ability->updateEntry(OHOS_JPEG_ORIENTATION, jpegOrientationVector.data(), in TEST_F()
735 jpegOrientationVector.size()); in TEST_F()
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/device_manager/
H A Dv4l2_device_manager.cpp829 std::vector<int32_t> jpegOrientationVector; in AddDefaultJpegOrientation() local
830 jpegOrientationVector.push_back(OHOS_CAMERA_JPEG_ROTATION_0); in AddDefaultJpegOrientation()
831 AddOrUpdateOhosTag(metadata, OHOS_JPEG_ORIENTATION, jpegOrientationVector); in AddDefaultJpegOrientation()
/drivers/peripheral/camera/test/ut/usb_camera/
H A Dusb_camera_test.cpp733 std::vector<int32_t> jpegOrientationVector; in TEST_F() local
734 jpegOrientationVector.push_back(OHOS_CAMERA_JPEG_ROTATION_270); in TEST_F()
735 cameraBase_->ability->updateEntry(OHOS_JPEG_ORIENTATION, jpegOrientationVector.data(), in TEST_F()
736 jpegOrientationVector.size()); in TEST_F()

Completed in 9 milliseconds