OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ISVWorker
(Results
1 - 5
of
5
) sorted by null
/hardware/intel/common/utils/ISV/include/
isv_worker.h
87
class
ISVWorker
: public RefBase
129
ISVWorker
();
130
~
ISVWorker
() {}
153
ISVWorker
(const
ISVWorker
&);
154
ISVWorker
&operator=(const
ISVWorker
&);
isv_bufmanager.h
34
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;
isv_processor.h
98
sp<
ISVWorker
> mISVWorker;
/hardware/intel/common/utils/ISV/base/
isv_worker.cpp
55
ISVWorker
::
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,
321
status_t
ISVWorker
::freeSurface(int32_t* surfaceId
[
all
...]
isv_processor.cpp
102
mISVWorker = new
ISVWorker
();
Completed in 2708 milliseconds