Searched refs:v4l2_ctrl_h264_sps_obj (Results 1 – 2 of 2) sorted by relevance
/external/v4l-utils/utils/v4l2-tracer/ |
D | trace-gen.cpp | 12 json_object *v4l2_ctrl_h264_sps_obj = json_object_new_object(); in trace_v4l2_ctrl_h264_sps_gen() local 14 json_object_object_add(v4l2_ctrl_h264_sps_obj, "profile_idc", json_object_new_int(p->profile_idc)); in trace_v4l2_ctrl_h264_sps_gen() 15 …json_object_object_add(v4l2_ctrl_h264_sps_obj, "constraint_set_flags", json_object_new_string(fl2s… in trace_v4l2_ctrl_h264_sps_gen() 16 json_object_object_add(v4l2_ctrl_h264_sps_obj, "level_idc", json_object_new_int(p->level_idc)); in trace_v4l2_ctrl_h264_sps_gen() 17 …json_object_object_add(v4l2_ctrl_h264_sps_obj, "seq_parameter_set_id", json_object_new_int(p->seq_… in trace_v4l2_ctrl_h264_sps_gen() 18 …json_object_object_add(v4l2_ctrl_h264_sps_obj, "chroma_format_idc", json_object_new_int(p->chroma_… in trace_v4l2_ctrl_h264_sps_gen() 19 …json_object_object_add(v4l2_ctrl_h264_sps_obj, "bit_depth_luma_minus8", json_object_new_int(p->bit… in trace_v4l2_ctrl_h264_sps_gen() 20 …json_object_object_add(v4l2_ctrl_h264_sps_obj, "bit_depth_chroma_minus8", json_object_new_int(p->b… in trace_v4l2_ctrl_h264_sps_gen() 21 …json_object_object_add(v4l2_ctrl_h264_sps_obj, "log2_max_frame_num_minus4", json_object_new_int(p-… in trace_v4l2_ctrl_h264_sps_gen() 22 …json_object_object_add(v4l2_ctrl_h264_sps_obj, "pic_order_cnt_type", json_object_new_int(p->pic_or… in trace_v4l2_ctrl_h264_sps_gen() [all …]
|
D | retrace-gen.cpp | 13 json_object *v4l2_ctrl_h264_sps_obj; in retrace_v4l2_ctrl_h264_sps_gen() local 14 if (!json_object_object_get_ex(ctrl_obj, "v4l2_ctrl_h264_sps", &v4l2_ctrl_h264_sps_obj)) in retrace_v4l2_ctrl_h264_sps_gen() 15 v4l2_ctrl_h264_sps_obj = ctrl_obj; in retrace_v4l2_ctrl_h264_sps_gen() 18 if (json_object_object_get_ex(v4l2_ctrl_h264_sps_obj, "profile_idc", &profile_idc_obj)) in retrace_v4l2_ctrl_h264_sps_gen() 22 …if (json_object_object_get_ex(v4l2_ctrl_h264_sps_obj, "constraint_set_flags", &constraint_set_flag… in retrace_v4l2_ctrl_h264_sps_gen() 26 if (json_object_object_get_ex(v4l2_ctrl_h264_sps_obj, "level_idc", &level_idc_obj)) in retrace_v4l2_ctrl_h264_sps_gen() 30 …if (json_object_object_get_ex(v4l2_ctrl_h264_sps_obj, "seq_parameter_set_id", &seq_parameter_set_i… in retrace_v4l2_ctrl_h264_sps_gen() 34 if (json_object_object_get_ex(v4l2_ctrl_h264_sps_obj, "chroma_format_idc", &chroma_format_idc_obj)) in retrace_v4l2_ctrl_h264_sps_gen() 38 …if (json_object_object_get_ex(v4l2_ctrl_h264_sps_obj, "bit_depth_luma_minus8", &bit_depth_luma_min… in retrace_v4l2_ctrl_h264_sps_gen() 42 …if (json_object_object_get_ex(v4l2_ctrl_h264_sps_obj, "bit_depth_chroma_minus8", &bit_depth_chroma… in retrace_v4l2_ctrl_h264_sps_gen() [all …]
|