Home
last modified time | relevance | path

Searched defs:vbuf (Results 51 - 75 of 362) sorted by relevance

12345678910>>...15

/kernel/linux/linux-6.6/drivers/media/test-drivers/visl/
H A Dvisl-dec.c26 void *vbuf; in plane_vaddr() local
232 void *vbuf = plane_vaddr(&ctx->tpg, in visl_tpg_fill() local
/kernel/linux/linux-6.6/drivers/media/test-drivers/vivid/
H A Dvivid-vbi-cap.c85 u8 *vbuf = vb2_plane_vaddr(&buf->vb.vb2_buf, 0); in vivid_raw_vbi_cap_process() local
104 struct v4l2_sliced_vbi_data *vbuf = in vivid_sliced_vbi_cap_process() local
174 struct vb2_v4l2_buffer *vbuf = to_vb2_v4l2_buffer(vb); in vbi_cap_buf_queue() local
H A Dvivid-touch-cap.c59 struct vb2_v4l2_buffer *vbuf = to_vb2_v4l2_buffer(vb); in touch_cap_buf_queue() local
/kernel/linux/linux-6.6/drivers/net/ethernet/8390/
H A Dmcf8390.c77 void ei_insb(u32 addr, void *vbuf, int len) in ei_insb() argument
90 void ei_insw(u32 addr, void *vbuf, int len) in ei_insw() argument
103 void ei_outsb(u32 addr, const void *vbuf, int len) in ei_outsb() argument
116 void ei_outsw(u32 addr, const void *vbuf, int len) in ei_outsw() argument
/kernel/linux/linux-6.6/include/media/
H A Dv4l2-mem2mem.h292 v4l2_m2m_is_last_draining_src_buf(struct v4l2_m2m_ctx *m2m_ctx, struct vb2_v4l2_buffer *vbuf) v4l2_m2m_is_last_draining_src_buf() argument
799 v4l2_m2m_src_buf_remove_by_buf(struct v4l2_m2m_ctx *m2m_ctx, struct vb2_v4l2_buffer *vbuf) v4l2_m2m_src_buf_remove_by_buf() argument
812 v4l2_m2m_dst_buf_remove_by_buf(struct v4l2_m2m_ctx *m2m_ctx, struct vb2_v4l2_buffer *vbuf) v4l2_m2m_dst_buf_remove_by_buf() argument
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Duvc_queue.c74 struct vb2_v4l2_buffer *vbuf = to_vb2_v4l2_buffer(vb); in uvc_buffer_prepare() local
105 struct vb2_v4l2_buffer *vbuf = to_vb2_v4l2_buffer(vb); in uvc_buffer_queue() local
/kernel/linux/linux-6.6/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-stats.c109 struct vb2_v4l2_buffer *vbuf = to_vb2_v4l2_buffer(vb); in rkisp1_stats_vb2_buf_queue() local
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/
H A Dbttv-vbi.c77 struct vb2_v4l2_buffer *vbuf = to_vb2_v4l2_buffer(vb); in buf_queue_vbi() local
100 struct vb2_v4l2_buffer *vbuf = to_vb2_v4l2_buffer(vb); in buf_prepare_vbi() local
115 struct vb2_v4l2_buffer *vbuf = to_vb2_v4l2_buffer(vb); in buf_cleanup_vbi() local
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/amphion/
H A Dvpu_dbg.c144 struct vb2_v4l2_buffer *vbuf = to_vb2_v4l2_buffer(vb); in vpu_dbg_instance() local
159 struct vb2_v4l2_buffer *vbuf = to_vb2_v4l2_buffer(vb); in vpu_dbg_instance() local
/kernel/linux/linux-6.6/drivers/media/pci/dt3155/
H A Ddt3155.c213 struct vb2_v4l2_buffer *vbuf = to_vb2_v4l2_buffer(vb); in dt3155_buf_queue() local
/kernel/linux/linux-6.6/drivers/media/dvb-core/
H A Ddvb_vb2.c258 void *vbuf = NULL; in dvb_vb2_fill_buffer() local
/kernel/linux/linux-6.6/drivers/media/common/saa7146/
H A Dsaa7146_vbi.c236 struct vb2_v4l2_buffer *vbuf = to_vb2_v4l2_buffer(vb); in buf_queue() local
250 struct vb2_v4l2_buffer *vbuf = to_vb2_v4l2_buffer(vb); in buf_init() local
282 struct vb2_v4l2_buffer *vbuf = to_vb2_v4l2_buffer(vb); in buf_cleanup() local
/third_party/ffmpeg/libavcodec/
H A Dvc1_mc.c296 uint8_t *vbuf = ubuf + 9 * s->uvlinesize; in ff_vc1_mc_1mv() local
1081 uint8_t *vbuf = ubuf + 9 * s->uvlinesize; in ff_vc1_interp_mc() local
[all...]
/third_party/libwebsockets/lib/core/
H A Dlogs.c608 lwsl_hexdump_level(int hexdump_level, const void *vbuf, size_t len) in lwsl_hexdump_level() argument
614 lwsl_hexdump(const void *vbuf, size_t len) in lwsl_hexdump() argument
553 lwsl_hexdump_level_cx(lws_log_cx_t *cx, lws_log_prepend_cx_t prep, void *obj, int hexdump_level, const void *vbuf, size_t len) lwsl_hexdump_level_cx() argument
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
H A Dvid_enc.c769 static void enc_ScaleInput(omx_base_PortType *port, struct pipe_video_buffer **vbuf, unsigned *size) in enc_ScaleInput() argument
790 struct pipe_video_buffer *vbuf = task->buf; in enc_HandleTask() local
872 struct pipe_video_buffer *vbuf in vid_enc_EncodeFrame() local
760 enc_LoadImage(omx_base_PortType *port, OMX_BUFFERHEADERTYPE *buf, struct pipe_video_buffer *vbuf) enc_LoadImage() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/omx/tizonia/
H A Dh264eprc.c234 static void enc_ScaleInput(vid_enc_PrivateType * priv, struct pipe_video_buffer **vbuf, unsigned *size) in enc_ScaleInput() argument
244 struct pipe_video_buffer *vbuf = task->buf; in enc_HandleTask() local
328 struct pipe_video_buffer *vbuf in encode_frame() local
296 enc_LoadImage(vid_enc_PrivateType * priv, OMX_BUFFERHEADERTYPE *buf, struct pipe_video_buffer *vbuf) enc_LoadImage() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/omx/
H A Dvid_enc_common.c210 enc_ScaleInput_common(vid_enc_PrivateType * priv, OMX_VIDEO_PORTDEFINITIONTYPE *def, struct pipe_video_buffer **vbuf, unsigned *size) enc_ScaleInput_common() argument
397 enc_LoadImage_common(vid_enc_PrivateType * priv, OMX_VIDEO_PORTDEFINITIONTYPE *def, OMX_BUFFERHEADERTYPE *buf, struct pipe_video_buffer *vbuf) enc_LoadImage_common() argument
/third_party/mesa3d/src/gallium/tests/graw/
H A Dfs-test.c162 struct pipe_vertex_buffer vbuf; in set_vertices() local
H A Dquad-sample.c90 struct pipe_vertex_buffer vbuf; in set_vertices() local
H A Dtri-instanced.c111 struct pipe_vertex_buffer vbuf[2]; in set_vertices() local
[all...]
H A Dshader-leak.c80 struct pipe_vertex_buffer vbuf; in set_vertices() local
/third_party/mesa3d/src/gallium/tests/trivial/
H A Dquad-tex.c84 struct pipe_resource *vbuf; member
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_drawtex.c212 GLfloat *vbuf = NULL; in st_DrawTex() local
/third_party/libdrm/tests/amdgpu/
H A Duvd_enc_tests.c52 struct amdgpu_uvd_enc_bo vbuf; member
[all...]
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_vbuf.c101 check_space(struct vbuf_stage *vbuf, unsigned nr) in check_space() argument
119 emit_vertex(struct vbuf_stage *vbuf, struc argument
144 struct vbuf_stage *vbuf = vbuf_stage(stage); vbuf_tri() local
158 struct vbuf_stage *vbuf = vbuf_stage(stage); vbuf_line() local
172 struct vbuf_stage *vbuf = vbuf_stage(stage); vbuf_point() local
186 vbuf_start_prim(struct vbuf_stage *vbuf, uint prim) vbuf_start_prim() argument
270 struct vbuf_stage *vbuf = vbuf_stage(stage); vbuf_first_tri() local
282 struct vbuf_stage *vbuf = vbuf_stage(stage); vbuf_first_line() local
294 struct vbuf_stage *vbuf = vbuf_stage(stage); vbuf_first_point() local
308 vbuf_flush_vertices(struct vbuf_stage *vbuf) vbuf_flush_vertices() argument
345 vbuf_alloc_vertices(struct vbuf_stage *vbuf) vbuf_alloc_vertices() argument
377 struct vbuf_stage *vbuf = vbuf_stage(stage); vbuf_flush() local
395 struct vbuf_stage *vbuf = vbuf_stage(stage); vbuf_destroy() local
416 struct vbuf_stage *vbuf = CALLOC_STRUCT(vbuf_stage); draw_vbuf_stage() local
[all...]

Completed in 18 milliseconds

12345678910>>...15