Home
last modified time | relevance | path

Searched refs:slice_type (Results 1 – 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/include/media/
Dh264-ctrls.h132 ((slice)->slice_type == V4L2_H264_SLICE_TYPE_P || \
133 (slice)->slice_type == V4L2_H264_SLICE_TYPE_SP)) || \
135 (slice)->slice_type == V4L2_H264_SLICE_TYPE_B))
169 __u8 slice_type; member
Dhevc-ctrls.h174 __u8 slice_type; member
/kernel/linux/linux-5.10/drivers/staging/media/sunxi/cedrus/
Dcedrus_h264.c374 if ((slice->slice_type == V4L2_H264_SLICE_TYPE_P) || in cedrus_set_params()
375 (slice->slice_type == V4L2_H264_SLICE_TYPE_SP) || in cedrus_set_params()
376 (slice->slice_type == V4L2_H264_SLICE_TYPE_B)) in cedrus_set_params()
379 if (slice->slice_type == V4L2_H264_SLICE_TYPE_B) in cedrus_set_params()
424 reg |= (slice->slice_type & 0xf) << 8; in cedrus_set_params()
Dcedrus_h265.c456 VE_DEC_H265_DEC_SLICE_HDR_INFO0_SLICE_TYPE(slice_params->slice_type); in cedrus_h265_setup()
550 if (slice_params->slice_type != V4L2_HEVC_SLICE_TYPE_I) { in cedrus_h265_setup()
569 if (slice_params->slice_type == V4L2_HEVC_SLICE_TYPE_B) { in cedrus_h265_setup()
/kernel/linux/linux-5.10/drivers/staging/media/allegro-dvt/
Dallegro-mail.h259 u32 slice_type; member
Dallegro-core.c1568 if (msg->slice_type == AL_ENC_SLICE_TYPE_I) { in allegro_channel_finish_frame()
1583 if (msg->slice_type != AL_ENC_SLICE_TYPE_I && !msg->is_idr) { in allegro_channel_finish_frame()
1620 msg->slice_type == AL_ENC_SLICE_TYPE_I ? "I slice" : in allegro_channel_finish_frame()
1621 msg->slice_type == AL_ENC_SLICE_TYPE_P ? "P slice" : "unknown", in allegro_channel_finish_frame()
Dallegro-mail.c436 msg->slice_type = src[i++]; in allegro_dec_encode_frame()
/kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/
Ds5p_mfc_enc.c1219 int slice_type; in enc_post_frame_start() local
1223 slice_type = s5p_mfc_hw_call(dev->mfc_ops, get_enc_slice_type, dev); in enc_post_frame_start()
1225 mfc_debug(2, "Encoded slice type: %d\n", slice_type); in enc_post_frame_start()
1229 if (slice_type >= 0) { in enc_post_frame_start()
1279 switch (slice_type) { in enc_post_frame_start()
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dext-ctrls-codec.rst1809 - ``slice_type``
4121 - ``slice_type``
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/
Dlinux-5.10.patch11542 + u16 slice_type;
11604 +enum slice_type {
11754 + if (params->p.slice_type != B_SLICE)
11783 + "Frame %u; slice %u; slice_type %u; num_l0 %u; num_l1 %u\n",
11784 + frame->poc, frame->cur_slice_idx, params->p.slice_type,
11791 + u32 slice_type = frame->cur_slice_type;
11797 + if (slice_type == I_SLICE)
11808 + if (slice_type == P_SLICE)
12115 + new_frame->cur_slice_type = params->p.slice_type;
12323 + u32 slice_type = param->p.slice_type;
[all …]