Home
last modified time | relevance | path

Searched refs:hgo (Results 1 – 25 of 137) sorted by relevance

123456

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/platform/vsp1/
H A Dvsp1_hgo.c159 hgo->max_rgb = hgo->ctrls.max_rgb->cur.val; in hgo_configure_stream()
161 hgo->num_bins = hgo_num_bins[hgo->ctrls.num_bins->cur.val]; in hgo_configure_stream()
190 struct vsp1_hgo *hgo; in vsp1_hgo_create() local
193 hgo = devm_kzalloc(vsp1->dev, sizeof(*hgo), GFP_KERNEL); in vsp1_hgo_create()
194 if (hgo == NULL) in vsp1_hgo_create()
200 hgo->ctrls.max_rgb = v4l2_ctrl_new_custom(&hgo->ctrls.handler, in vsp1_hgo_create()
203 hgo->ctrls.num_bins = in vsp1_hgo_create()
207 hgo->max_rgb = false; in vsp1_hgo_create()
208 hgo->num_bins = 64; in vsp1_hgo_create()
210 hgo->histo.entity.subdev.ctrl_handler = &hgo->ctrls.handler; in vsp1_hgo_create()
[all …]
H A Dvsp1_pipe.c269 pipe->hgo = NULL; in vsp1_pipeline_reset()
348 if (pipe->hgo) in vsp1_pipeline_stop()
388 if (pipe->hgo) in vsp1_pipeline_frame_end()
389 vsp1_hgo_frame_end(pipe->hgo); in vsp1_pipeline_frame_end()
H A Dvsp1_drv.c148 if (vsp1->hgo) { in vsp1_uapi_create_links()
149 ret = media_create_pad_link(&vsp1->hgo->histo.entity.subdev.entity, in vsp1_uapi_create_links()
151 &vsp1->hgo->histo.video.entity, 0, in vsp1_uapi_create_links()
315 vsp1->hgo = vsp1_hgo_create(vsp1); in vsp1_create_entities()
316 if (IS_ERR(vsp1->hgo)) { in vsp1_create_entities()
317 ret = PTR_ERR(vsp1->hgo); in vsp1_create_entities()
321 list_add_tail(&vsp1->hgo->histo.entity.list_dev, in vsp1_create_entities()
H A Dvsp1_hgo.h39 void vsp1_hgo_frame_end(struct vsp1_entity *hgo);
H A Dvsp1_pipe.h131 struct vsp1_entity *hgo; member
H A Dvsp1.h86 struct vsp1_hgo *hgo; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/platform/vsp1/
H A Dvsp1_hgo.c159 hgo->max_rgb = hgo->ctrls.max_rgb->cur.val; in hgo_configure_stream()
161 hgo->num_bins = hgo_num_bins[hgo->ctrls.num_bins->cur.val]; in hgo_configure_stream()
190 struct vsp1_hgo *hgo; in vsp1_hgo_create() local
193 hgo = devm_kzalloc(vsp1->dev, sizeof(*hgo), GFP_KERNEL); in vsp1_hgo_create()
194 if (hgo == NULL) in vsp1_hgo_create()
200 hgo->ctrls.max_rgb = v4l2_ctrl_new_custom(&hgo->ctrls.handler, in vsp1_hgo_create()
203 hgo->ctrls.num_bins = in vsp1_hgo_create()
207 hgo->max_rgb = false; in vsp1_hgo_create()
208 hgo->num_bins = 64; in vsp1_hgo_create()
210 hgo->histo.entity.subdev.ctrl_handler = &hgo->ctrls.handler; in vsp1_hgo_create()
[all …]
H A Dvsp1_pipe.c269 pipe->hgo = NULL; in vsp1_pipeline_reset()
348 if (pipe->hgo) in vsp1_pipeline_stop()
388 if (pipe->hgo) in vsp1_pipeline_frame_end()
389 vsp1_hgo_frame_end(pipe->hgo); in vsp1_pipeline_frame_end()
H A Dvsp1_drv.c148 if (vsp1->hgo) { in vsp1_uapi_create_links()
149 ret = media_create_pad_link(&vsp1->hgo->histo.entity.subdev.entity, in vsp1_uapi_create_links()
151 &vsp1->hgo->histo.video.entity, 0, in vsp1_uapi_create_links()
315 vsp1->hgo = vsp1_hgo_create(vsp1); in vsp1_create_entities()
316 if (IS_ERR(vsp1->hgo)) { in vsp1_create_entities()
317 ret = PTR_ERR(vsp1->hgo); in vsp1_create_entities()
321 list_add_tail(&vsp1->hgo->histo.entity.list_dev, in vsp1_create_entities()
H A Dvsp1_hgo.h39 void vsp1_hgo_frame_end(struct vsp1_entity *hgo);
H A Dvsp1_pipe.h131 struct vsp1_entity *hgo; member
H A Dvsp1.h86 struct vsp1_hgo *hgo; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/platform/vsp1/
H A Dvsp1_hgo.c159 hgo->max_rgb = hgo->ctrls.max_rgb->cur.val; in hgo_configure_stream()
161 hgo->num_bins = hgo_num_bins[hgo->ctrls.num_bins->cur.val]; in hgo_configure_stream()
190 struct vsp1_hgo *hgo; in vsp1_hgo_create() local
193 hgo = devm_kzalloc(vsp1->dev, sizeof(*hgo), GFP_KERNEL); in vsp1_hgo_create()
194 if (hgo == NULL) in vsp1_hgo_create()
200 hgo->ctrls.max_rgb = v4l2_ctrl_new_custom(&hgo->ctrls.handler, in vsp1_hgo_create()
203 hgo->ctrls.num_bins = in vsp1_hgo_create()
207 hgo->max_rgb = false; in vsp1_hgo_create()
208 hgo->num_bins = 64; in vsp1_hgo_create()
210 hgo->histo.entity.subdev.ctrl_handler = &hgo->ctrls.handler; in vsp1_hgo_create()
[all …]
H A Dvsp1_pipe.c269 pipe->hgo = NULL; in vsp1_pipeline_reset()
348 if (pipe->hgo) in vsp1_pipeline_stop()
388 if (pipe->hgo) in vsp1_pipeline_frame_end()
389 vsp1_hgo_frame_end(pipe->hgo); in vsp1_pipeline_frame_end()
H A Dvsp1_drv.c148 if (vsp1->hgo) { in vsp1_uapi_create_links()
149 ret = media_create_pad_link(&vsp1->hgo->histo.entity.subdev.entity, in vsp1_uapi_create_links()
151 &vsp1->hgo->histo.video.entity, 0, in vsp1_uapi_create_links()
315 vsp1->hgo = vsp1_hgo_create(vsp1); in vsp1_create_entities()
316 if (IS_ERR(vsp1->hgo)) { in vsp1_create_entities()
317 ret = PTR_ERR(vsp1->hgo); in vsp1_create_entities()
321 list_add_tail(&vsp1->hgo->histo.entity.list_dev, in vsp1_create_entities()
H A Dvsp1_hgo.h39 void vsp1_hgo_frame_end(struct vsp1_entity *hgo);
H A Dvsp1_pipe.h131 struct vsp1_entity *hgo; member
H A Dvsp1.h86 struct vsp1_hgo *hgo; member
/dports/devel/re2c/re2c-2.2/src/codegen/
H A Dgen_goto.cc131 if (go->hgo != NULL) { in gen_gobm()
133 CodeList *if_then = gen_goswif(output, dfa, go->hgo, from); in gen_gobm()
211 if (go->hgo != NULL) { in gen_gocp()
213 CodeList *if_then = gen_goswif(output, dfa, go->hgo, from); in gen_gocp()
H A Dcode_goto.cc248 x->hgo = NULL; in code_gobm()
257 x->hgo = hSpans == 0 ? NULL in code_gobm()
288 x->hgo = hSpans == 0 ? NULL in code_gocp()
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/userspace-api/media/v4l/
H A Dmeta-formats.rst19 pixfmt-meta-vsp1-hgo
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/userspace-api/media/v4l/
H A Dmeta-formats.rst19 pixfmt-meta-vsp1-hgo
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/userspace-api/media/v4l/
H A Dmeta-formats.rst19 pixfmt-meta-vsp1-hgo
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/trace_processor/importers/proto/
H A Dheap_graph_tracker.cc324 auto* hgo = context_->storage->mutable_heap_graph_object_table(); in AddObject() local
325 uint32_t row = *hgo->id().IndexOf(owner_id); in AddObject()
327 hgo->mutable_self_size()->Set(row, static_cast<int64_t>(obj.self_size)); in AddObject()
328 hgo->mutable_type_id()->Set(row, type_id); in AddObject()
514 auto* hgo = context_->storage->mutable_heap_graph_object_table(); in FinalizeProfile() local
515 uint32_t row = *hgo->id().IndexOf(obj_id); in FinalizeProfile()
516 hgo->mutable_self_size()->Set( in FinalizeProfile()
/dports/shells/ohmyzsh/ohmyzsh-6babcbd8841335a3c25ec960ff57ab9a139c9073/plugins/mercurial/
H A Dmercurial.plugin.zsh20 alias hgo='hg outgoing' alias

123456