summaryrefslogtreecommitdiff
path: root/src/ipa/rkisp1/algorithms/dpcc.cpp
diff options
context:
space:
mode:
authorNaushir Patuck <naush@raspberrypi.com>2023-07-25 09:55:38 +0100
committerNaushir Patuck <naush@raspberrypi.com>2023-09-04 10:45:22 +0100
commite8582ee42eff1ec8dc75aa4e233ebb3dcda292ee (patch)
tree12b1c49d1a7b966c3d56079335e9394e84fccc15 /src/ipa/rkisp1/algorithms/dpcc.cpp
parent1107999f7143dbbf6f0122778ee9b49b4bb13432 (diff)
pipeline: rpi: Remove additional external dma buf handling logic
There is no need to distinguish between dma bufs allocated outside of libcamera and internally allocated buffers. As such, remove all the special case handling of such buffers. Signed-off-by: Naushir Patuck <naush@raspberrypi.com> Reviewed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'src/ipa/rkisp1/algorithms/dpcc.cpp')
0 files changed, 0 insertions, 0 deletions
span> * \brief std::condition_variable wrapper integrating with MutexLocker * * The ConditionVariable class wraps a std::condition_variable instance to * integrate with the MutexLocker class. The class exposes the same interface as * std::condition_variable and can be used as a transparent replacement. * * See https://en.cppreference.com/w/cpp/thread/condition_variable for the * complete API documentation. */ } /* namespace libcamera */