Home
last modified time | relevance | path

Searched refs:gl646 (Results 1 - 4 of 4) sorted by relevance

/third_party/backends/backend/genesys/
H A Dlow.cpp38 #include "gl646.h"
44 #include "gl646.h"
60 case AsicType::GL646: return std::unique_ptr<CommandSet>(new gl646::CommandSetGl646{}); in create_cmd_set()
1541 regs.set16(gl646::REG_EXPR, exposure.red); in regs_set_exposure()
1542 regs.set16(gl646::REG_EXPG, exposure.green); in regs_set_exposure()
1543 regs.set16(gl646::REG_EXPB, exposure.blue); in regs_set_exposure()
1587 regs.find_reg(gl646::REG_0x01).value &= ~gl646::REG_0x01_SCAN; in regs_set_optical_off()
1624 return static_cast<bool>(regs.get8(gl646::REG_0x06) & gl646 in get_registers_gain4_bit()
[all...]
H A Dgl646.h32 namespace gl646 { namespace
102 } // namespace gl646
H A Dgl646_registers.h27 namespace gl646 { namespace
151 } // namespace gl646
H A Dgl646.cpp30 #include "gl646.h"
37 namespace gl646 { namespace
1204 * this this the public interface, the gl646 as to use one more
2982 } // namespace gl646

Completed in 7 milliseconds