Home
last modified time | relevance | path

Searched refs:arg_ (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dargs.h46 int arg_match(struct arg *arg_, const struct arg_def *def, char **argv);
Dargs.c39 int arg_match(struct arg *arg_, const struct arg_def *def, char **argv) { in arg_match() argument
78 *arg_ = arg; in arg_match()
/hardware/qcom/camera/QCamera2/HAL/test/
Dqcamera_test.h255 Command( Commands_e cmd_, char *arg_ = NULL)
257 , arg(arg_) {} in cmd()