index
:
libcamera/libcamera.git
master
libcamera official repository
git repository hosting on libcamera.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ipa
/
ipu3
/
algorithms
/
af.cpp
Age
Commit message (
Expand
)
Author
2024-05-08
libcamera: Drop file name from header comment blocks
Laurent Pinchart
2022-11-09
ipa: Sort algorithm operations based on calling order
Laurent Pinchart
2022-10-24
ipa: Pass metadata to Algorithm::process() function
Laurent Pinchart
2022-10-19
ipa: Drop period at end of \brief or \param
Laurent Pinchart
2022-09-28
ipa: libipa: algorithm: process(): Pass frame number
Kieran Bingham
2022-09-28
ipa: libipa: algorithm: prepare(): Pass frame and frame Context
Kieran Bingham
2022-09-27
ipa: libipa: Pass a reference instead of pointer to Algorithm::process()
Laurent Pinchart
2022-09-27
ipa: ipu3: af: Pass context reference to afIsOutOfFocus()
Laurent Pinchart
2022-09-27
ipa: ipu3: Fix style of Doxygen comment blocks
Laurent Pinchart
2022-08-09
ipa: ipu3: Register algorithms
Laurent Pinchart
2022-05-18
ipa: libipa: Add frame context pointer in process()
Umang Jain
2022-05-18
ipa: ipu3: Rework IPAFrameContext
Umang Jain
2022-04-14
ipa: ipu3: af: A not initialized frame ignore counter fixing
Kate Hsuan
2022-04-09
ipa: ipu3: af: Simplify accumulations of y_items
Kieran Bingham
2022-04-09
ipa: ipu3: af: Use Span for y_table_item_t
Kieran Bingham
2022-04-09
ipa: ipu3: af: Remove redundant memcpy
Kieran Bingham
2022-04-09
ipa: ipu3: af: Use geometry classes to perform grid centering
Kieran Bingham
2022-04-09
ipa: ipu3: af: Move constants to implementation
Kieran Bingham
2022-04-09
ipa: ipu3: af: enforce grid size restrictions
Kieran Bingham
2022-03-15
ipa: ipu3: af: Auto focus for dw9719 Surface Go2 VCM
Kate Hsuan