Home
last modified time | relevance | path

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

/external/v4l-utils/utils/v4l2-tracer/
Dtrace-gen.cpp576 json_object *v4l2_hevc_pred_weight_table_obj = json_object_new_object(); in trace_v4l2_hevc_pred_weight_table_gen() local
583 …json_object_object_add(v4l2_hevc_pred_weight_table_obj, "delta_luma_weight_l0", delta_luma_weight_… in trace_v4l2_hevc_pred_weight_table_gen()
590 json_object_object_add(v4l2_hevc_pred_weight_table_obj, "luma_offset_l0", luma_offset_l0_obj); in trace_v4l2_hevc_pred_weight_table_gen()
599 …json_object_object_add(v4l2_hevc_pred_weight_table_obj, "delta_chroma_weight_l0", delta_chroma_wei… in trace_v4l2_hevc_pred_weight_table_gen()
608 json_object_object_add(v4l2_hevc_pred_weight_table_obj, "chroma_offset_l0", chroma_offset_l0_obj); in trace_v4l2_hevc_pred_weight_table_gen()
615 …json_object_object_add(v4l2_hevc_pred_weight_table_obj, "delta_luma_weight_l1", delta_luma_weight_… in trace_v4l2_hevc_pred_weight_table_gen()
622 json_object_object_add(v4l2_hevc_pred_weight_table_obj, "luma_offset_l1", luma_offset_l1_obj); in trace_v4l2_hevc_pred_weight_table_gen()
631 …json_object_object_add(v4l2_hevc_pred_weight_table_obj, "delta_chroma_weight_l1", delta_chroma_wei… in trace_v4l2_hevc_pred_weight_table_gen()
640 json_object_object_add(v4l2_hevc_pred_weight_table_obj, "chroma_offset_l1", chroma_offset_l1_obj); in trace_v4l2_hevc_pred_weight_table_gen()
642 …json_object_object_add(v4l2_hevc_pred_weight_table_obj, "luma_log2_weight_denom", json_object_new_… in trace_v4l2_hevc_pred_weight_table_gen()
[all …]
Dretrace-gen.cpp1215 json_object *v4l2_hevc_pred_weight_table_obj; in retrace_v4l2_hevc_pred_weight_table_gen() local
1216 …on_object_object_get_ex(ctrl_obj, "v4l2_hevc_pred_weight_table", &v4l2_hevc_pred_weight_table_obj)) in retrace_v4l2_hevc_pred_weight_table_gen()
1217 v4l2_hevc_pred_weight_table_obj = ctrl_obj; in retrace_v4l2_hevc_pred_weight_table_gen()
1221 …if (json_object_object_get_ex(v4l2_hevc_pred_weight_table_obj, "delta_luma_weight_l0", &delta_luma… in retrace_v4l2_hevc_pred_weight_table_gen()
1230 …if (json_object_object_get_ex(v4l2_hevc_pred_weight_table_obj, "luma_offset_l0", &luma_offset_l0_o… in retrace_v4l2_hevc_pred_weight_table_gen()
1240 …if (json_object_object_get_ex(v4l2_hevc_pred_weight_table_obj, "delta_chroma_weight_l0", &delta_ch… in retrace_v4l2_hevc_pred_weight_table_gen()
1252 …if (json_object_object_get_ex(v4l2_hevc_pred_weight_table_obj, "chroma_offset_l0", &chroma_offset_… in retrace_v4l2_hevc_pred_weight_table_gen()
1263 …if (json_object_object_get_ex(v4l2_hevc_pred_weight_table_obj, "delta_luma_weight_l1", &delta_luma… in retrace_v4l2_hevc_pred_weight_table_gen()
1272 …if (json_object_object_get_ex(v4l2_hevc_pred_weight_table_obj, "luma_offset_l1", &luma_offset_l1_o… in retrace_v4l2_hevc_pred_weight_table_gen()
1282 …if (json_object_object_get_ex(v4l2_hevc_pred_weight_table_obj, "delta_chroma_weight_l1", &delta_ch… in retrace_v4l2_hevc_pred_weight_table_gen()
[all …]