Home
last modified time | relevance | path

Searched refs:Interpreter (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL/test/
Dqcamera_test.cpp1185 status_t Interpreter::ViVEncoderThread() in ViVEncoderThread()
1206 void *Interpreter::ThreadWrapper(void *context) { in ThreadWrapper()
1207 Interpreter *writer = static_cast<Interpreter *>(context); in ThreadWrapper()
1222 void Interpreter::ViVEncode() in ViVEncode()
1659 void Interpreter::setTestCtxInst(TestContext *instance) in setTestCtxInst()
2781 Interpreter::SWITCH_CAMERA_CMD, in printMenu()
2784 Interpreter::RESUME_PREVIEW_CMD); in printMenu()
2786 Interpreter::EXIT_CMD); in printMenu()
2788 Interpreter::DUMP_CAPS_CMD); in printMenu()
2793 Interpreter::START_PREVIEW_CMD); in printMenu()
[all …]
Dqcamera_test.h227 class Interpreter
265 Interpreter() in Interpreter() function
269 Interpreter(const char *file);
270 ~Interpreter();
296 friend class Interpreter; variable
317 Interpreter *mInterpreter;