OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ISVWorker
(Results
1 - 2
of
2
) 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
&);
/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,
308
status_t
ISVWorker
::freeSurface(int32_t* surfaceId
[
all
...]
Completed in 2603 milliseconds