Searched refs:mpeg2 (Results 1 – 12 of 12) sorted by relevance
/linux/drivers/staging/media/sunxi/cedrus/ |
H A D | cedrus_dec.c | 44 run.mpeg2.sequence = cedrus_find_control_data(ctx, in cedrus_device_run() 46 run.mpeg2.picture = cedrus_find_control_data(ctx, in cedrus_device_run() 48 run.mpeg2.quantisation = cedrus_find_control_data(ctx, in cedrus_device_run()
|
H A D | cedrus_mpeg2.c | 63 seq = run->mpeg2.sequence; in cedrus_mpeg2_setup() 64 pic = run->mpeg2.picture; in cedrus_mpeg2_setup() 66 quantisation = run->mpeg2.quantisation; in cedrus_mpeg2_setup()
|
H A D | cedrus.h | 90 struct cedrus_mpeg2_run mpeg2; member
|
/linux/drivers/media/test-drivers/visl/ |
H A D | visl-dec.c | 92 b_ref = vb2_find_buffer(cap_q, run->mpeg2.pic->backward_ref_ts); in visl_get_ref_frames() 93 f_ref = vb2_find_buffer(cap_q, run->mpeg2.pic->forward_ref_ts); in visl_get_ref_frames() 96 run->mpeg2.pic->backward_ref_ts, b_ref); in visl_get_ref_frames() 98 run->mpeg2.pic->forward_ref_ts, f_ref); in visl_get_ref_frames() 507 trace_v4l2_ctrl_mpeg2_sequence(run->mpeg2.seq); in visl_trace_ctrls() 508 trace_v4l2_ctrl_mpeg2_picture(run->mpeg2.pic); in visl_trace_ctrls() 509 trace_v4l2_ctrl_mpeg2_quantisation(run->mpeg2.quant); in visl_trace_ctrls() 588 run.mpeg2.seq = visl_find_control_data(ctx, V4L2_CID_STATELESS_MPEG2_SEQUENCE); in visl_device_run() 589 run.mpeg2.pic = visl_find_control_data(ctx, V4L2_CID_STATELESS_MPEG2_PICTURE); in visl_device_run() 590 run.mpeg2.quant = visl_find_control_data(ctx, in visl_device_run()
|
H A D | visl-dec.h | 61 struct visl_mpeg2_run mpeg2; member
|
H A D | visl-trace-mpeg2.h | 98 #define TRACE_INCLUDE_FILE visl-trace-mpeg2
|
/linux/Documentation/admin-guide/media/ |
H A D | ivtv.rst | 31 * Hardware mpeg2 capture of broadcast video (and sound) via the tuner or 33 * Hardware mpeg2 capture of FM radio where hardware support exists 44 * Provides hardware mpeg2 playback 131 An mpeg2 stream sent to this device will appear on the selected video 186 or /dev/video0 to get an mpeg2 stream with black video.
|
/linux/drivers/media/platform/chips-media/coda/ |
H A D | Makefile | 3 coda-vpu-objs := coda-common.o coda-bit.o coda-gdi.o coda-h264.o coda-mpeg2.o coda-mpeg4.o coda-jpe…
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | pixfmt-compressed.rst | 126 See the :ref:`associated Codec Control IDs <v4l2-codec-stateless-mpeg2>`.
|
H A D | ext-ctrls-codec.rst | 860 .. _v4l2-mpeg-video-mpeg2-level: 980 .. _v4l2-mpeg-video-mpeg2-profile:
|
H A D | ext-ctrls-codec-stateless.rst | 1260 .. _v4l2-codec-stateless-mpeg2:
|
/linux/Documentation/driver-api/media/drivers/ |
H A D | pvrusb2.rst | 106 interact with the Conexant mpeg2 encoder chip within the pvrusb2
|