Lines Matching defs:param

640  *  param - Client parameters. Must be formatted as described in comments to
649 _camera_client_create(CameraServiceDesc* csd, const char* param)
661 if (get_token_value_alloc(param, "name", &cc->device_name)) {
663 __FUNCTION__, param);
668 res = get_token_value_int(param, "inp_channel", &cc->inp_channel);
676 __FUNCTION__, param);
723 * param - Query parameters. There are no parameters expected for this query.
726 _camera_client_query_connect(CameraClient* cc, QemudClient* qc, const char* param)
752 * param - Query parameters. There are no parameters expected for this query.
757 const char* param)
788 * param - Query parameters. Parameters for this query must contain a 'dim', and
796 _camera_client_query_start(CameraClient* cc, QemudClient* qc, const char* param)
814 if (param == NULL) {
821 if (get_token_value(param, "dim", dim, sizeof(dim))) {
822 E("%s: Invalid or missing 'dim' parameter in '%s'", __FUNCTION__, param);
828 if (get_token_value_int(param, "pix", &pix_format)) {
829 E("%s: Invalid or missing 'pix' parameter in '%s'", __FUNCTION__, param);
837 E("%s: Invalid 'dim' parameter in '%s'", __FUNCTION__, param);
846 E("%s: Invalid 'dim' parameter in '%s'", __FUNCTION__, param);
954 * param - Query parameters. There are no parameters expected for this query.
957 _camera_client_query_stop(CameraClient* cc, QemudClient* qc, const char* param)
985 * param - Query parameters. Parameters for this query are formatted as such:
996 _camera_client_query_frame(CameraClient* cc, QemudClient* qc, const char* param)
1017 if (get_token_value_int(param, "video", &video_size) ||
1018 get_token_value_int(param, "preview", &preview_size)) {
1020 __FUNCTION__, param);
1027 if (!get_token_value(param, "whiteb", tmp, sizeof(tmp))) {
1035 if (!get_token_value(param, "expcomp", tmp, sizeof(tmp))) {