Home
last modified time | relevance | path

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

/Linux-v5.15/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.c461 VE_DEC_H265_DEC_SLICE_HDR_INFO0_SLICE_TYPE(slice_params->slice_type); in cedrus_h265_setup()
555 if (slice_params->slice_type != V4L2_HEVC_SLICE_TYPE_I) { in cedrus_h265_setup()
574 if (slice_params->slice_type == V4L2_HEVC_SLICE_TYPE_B) { in cedrus_h265_setup()
/Linux-v5.15/include/media/
Dhevc-ctrls.h179 __u8 slice_type; member
/Linux-v5.15/include/uapi/linux/
Dv4l2-controls.h1410 ((slice)->slice_type == V4L2_H264_SLICE_TYPE_P || \
1411 (slice)->slice_type == V4L2_H264_SLICE_TYPE_SP)) || \
1413 (slice)->slice_type == V4L2_H264_SLICE_TYPE_B))
1502 __u8 slice_type; member
/Linux-v5.15/drivers/media/platform/allegro-dvt/
Dallegro-mail.h260 u32 slice_type; member
Dallegro-mail.c445 msg->slice_type = src[i++]; in allegro_dec_encode_frame()
Dallegro-core.c1945 if (msg->slice_type == AL_ENC_SLICE_TYPE_I) { in allegro_channel_finish_frame()
1963 if (msg->slice_type != AL_ENC_SLICE_TYPE_I && !msg->is_idr) { in allegro_channel_finish_frame()
2003 msg->slice_type == AL_ENC_SLICE_TYPE_I ? "I slice" : in allegro_channel_finish_frame()
2004 msg->slice_type == AL_ENC_SLICE_TYPE_P ? "P slice" : "unknown", in allegro_channel_finish_frame()
/Linux-v5.15/drivers/media/v4l2-core/
Dv4l2-ctrls-core.c512 if (p_h264_slice_params->slice_type != V4L2_H264_SLICE_TYPE_B) in std_validate_compound()
529 if (p_h264_slice_params->slice_type == V4L2_H264_SLICE_TYPE_I || in std_validate_compound()
530 p_h264_slice_params->slice_type == V4L2_H264_SLICE_TYPE_SI) in std_validate_compound()
532 if (p_h264_slice_params->slice_type != V4L2_H264_SLICE_TYPE_B) in std_validate_compound()
/Linux-v5.15/drivers/media/platform/s5p-mfc/
Ds5p_mfc_enc.c1219 int slice_type; in enc_post_frame_start() local
1222 slice_type = s5p_mfc_hw_call(dev->mfc_ops, get_enc_slice_type, dev); in enc_post_frame_start()
1224 mfc_debug(2, "Encoded slice type: %d\n", slice_type); in enc_post_frame_start()
1228 if (slice_type >= 0) { in enc_post_frame_start()
1277 switch (slice_type) { in enc_post_frame_start()
/Linux-v5.15/Documentation/userspace-api/media/v4l/
Dext-ctrls-codec-stateless.rst339 - ``slice_type``
Dext-ctrls-codec.rst2971 - ``slice_type``