Home
last modified time | relevance | path

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

/external/v4l-utils/utils/v4l2-tracer/
Dtrace-gen.cpp242 json_object *v4l2_ctrl_fwht_params_obj = json_object_new_object(); in trace_v4l2_ctrl_fwht_params_gen() local
244 …json_object_object_add(v4l2_ctrl_fwht_params_obj, "backward_ref_ts", json_object_new_uint64(p->bac… in trace_v4l2_ctrl_fwht_params_gen()
245 json_object_object_add(v4l2_ctrl_fwht_params_obj, "version", json_object_new_int64(p->version)); in trace_v4l2_ctrl_fwht_params_gen()
246 json_object_object_add(v4l2_ctrl_fwht_params_obj, "width", json_object_new_int64(p->width)); in trace_v4l2_ctrl_fwht_params_gen()
247 json_object_object_add(v4l2_ctrl_fwht_params_obj, "height", json_object_new_int64(p->height)); in trace_v4l2_ctrl_fwht_params_gen()
248 …json_object_object_add(v4l2_ctrl_fwht_params_obj, "flags", json_object_new_string(fl2s_fwht(p->fla… in trace_v4l2_ctrl_fwht_params_gen()
249 …json_object_object_add(v4l2_ctrl_fwht_params_obj, "colorspace", json_object_new_string(val2s(p->co… in trace_v4l2_ctrl_fwht_params_gen()
250 …json_object_object_add(v4l2_ctrl_fwht_params_obj, "xfer_func", json_object_new_string(val2s(p->xfe… in trace_v4l2_ctrl_fwht_params_gen()
251 …json_object_object_add(v4l2_ctrl_fwht_params_obj, "ycbcr_enc", json_object_new_string(val2s(p->ycb… in trace_v4l2_ctrl_fwht_params_gen()
252 …json_object_object_add(v4l2_ctrl_fwht_params_obj, "quantization", json_object_new_string(val2s(p->… in trace_v4l2_ctrl_fwht_params_gen()
[all …]
Dretrace-gen.cpp482 json_object *v4l2_ctrl_fwht_params_obj; in retrace_v4l2_ctrl_fwht_params_gen() local
483 if (!json_object_object_get_ex(ctrl_obj, "v4l2_ctrl_fwht_params", &v4l2_ctrl_fwht_params_obj)) in retrace_v4l2_ctrl_fwht_params_gen()
484 v4l2_ctrl_fwht_params_obj = ctrl_obj; in retrace_v4l2_ctrl_fwht_params_gen()
487 if (json_object_object_get_ex(v4l2_ctrl_fwht_params_obj, "backward_ref_ts", &backward_ref_ts_obj)) in retrace_v4l2_ctrl_fwht_params_gen()
491 if (json_object_object_get_ex(v4l2_ctrl_fwht_params_obj, "version", &version_obj)) in retrace_v4l2_ctrl_fwht_params_gen()
495 if (json_object_object_get_ex(v4l2_ctrl_fwht_params_obj, "width", &width_obj)) in retrace_v4l2_ctrl_fwht_params_gen()
499 if (json_object_object_get_ex(v4l2_ctrl_fwht_params_obj, "height", &height_obj)) in retrace_v4l2_ctrl_fwht_params_gen()
503 if (json_object_object_get_ex(v4l2_ctrl_fwht_params_obj, "flags", &flags_obj)) in retrace_v4l2_ctrl_fwht_params_gen()
507 if (json_object_object_get_ex(v4l2_ctrl_fwht_params_obj, "colorspace", &colorspace_obj)) in retrace_v4l2_ctrl_fwht_params_gen()
511 if (json_object_object_get_ex(v4l2_ctrl_fwht_params_obj, "xfer_func", &xfer_func_obj)) in retrace_v4l2_ctrl_fwht_params_gen()
[all …]