Searched refs:ISVWorker (Results 1 - 5 of 5) sorted by relevance

/hardware/intel/common/utils/ISV/include/
H A Disv_worker.h87 class ISVWorker : public RefBase class in inherits:RefBase
129 ISVWorker();
130 ~ISVWorker() {}
153 ISVWorker(const ISVWorker &);
154 ISVWorker &operator=(const ISVWorker &);
H A Disv_bufmanager.h34 class ISVWorker;
73 ISVBuffer(sp<ISVWorker> worker,
91 ISVBuffer(sp<ISVWorker> worker,
126 sp<ISVWorker> mWorker;
160 void setWorker(sp<ISVWorker> worker) { mWorker = worker; }
170 sp<ISVWorker> mWorker;
H A Disv_processor.h98 sp<ISVWorker> mISVWorker;
/hardware/intel/common/utils/ISV/base/
H A Disv_worker.cpp55 ISVWorker::ISVWorker() function in class:ISVWorker
71 bool ISVWorker::isSupport() const {
96 uint32_t ISVWorker::getProcBufCount() {
100 uint32_t ISVWorker::getFillBufCount() {
104 uint32_t ISVWorker::getOutputBufCount(uint32_t index) {
113 status_t ISVWorker::init(uint32_t width, uint32_t height) {
167 status_t ISVWorker::deinit() {
217 status_t ISVWorker::allocSurface(uint32_t* width, uint32_t* height,
308 status_t ISVWorker
[all...]
H A Disv_processor.cpp101 mISVWorker = new ISVWorker();

Completed in 3810 milliseconds