OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UInt4
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/rsobjdetect/src/
innerloop.cpp
50
sc->set_nrect(
UInt4
(hf.nrect.x, hf.nrect.y, hf.nrect.width, hf.nrect.height));
/frameworks/rs/cpp/
rsCppStructs.h
232
class
UInt4
{
236
UInt4
(uint32_t initX, uint32_t initY, uint32_t initZ, uint32_t initW)
238
UInt4
() : x(0), y(0), z(0), w(0) {}
[
all
...]
Completed in 110 milliseconds