Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/HAL/test/
Dqcamera_test.cpp1196 status_t Interpreter::ViVEncoderThread() in ViVEncoderThread()
1217 void *Interpreter::ThreadWrapper(void *context) { in ThreadWrapper()
1218 Interpreter *writer = static_cast<Interpreter *>(context); in ThreadWrapper()
1233 void Interpreter::ViVEncode() in ViVEncode()
1671 void Interpreter::setTestCtxInst(TestContext *instance) in setTestCtxInst()
2793 Interpreter::SWITCH_CAMERA_CMD, in printMenu()
2796 Interpreter::RESUME_PREVIEW_CMD); in printMenu()
2798 Interpreter::EXIT_CMD); in printMenu()
2800 Interpreter::DUMP_CAPS_CMD); in printMenu()
2805 Interpreter::START_PREVIEW_CMD); in printMenu()
[all …]
Dqcamera_test.h228 class Interpreter
266 Interpreter() in Interpreter() function
270 Interpreter(const char *file);
271 ~Interpreter();
297 friend class Interpreter; variable
318 Interpreter *mInterpreter;