Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-imx/imx8m/
H A Dclock_slice.c493 static void __iomem *get_clk_root_target(enum clk_slice_type slice_type, in get_clk_root_target() argument
498 switch (slice_type) { in get_clk_root_target()
546 clk_root_target = get_clk_root_target(p->slice_type, p->slice_index); in clock_get_target_val()
569 clk_root_target = get_clk_root_target(p->slice_type, p->slice_index); in clock_set_target_val()
581 u32 slice_index, slice_type; in clock_root_enabled() local
592 slice_type = root_array[root_entry].slice_type; in clock_root_enabled()
595 if ((slice_type == IPG_CLOCK_SLICE) || in clock_root_enabled()
596 (slice_type == DRAM_SEL_CLOCK_SLICE) || in clock_root_enabled()
597 (slice_type == CORE_SEL_CLOCK_SLICE)) { in clock_root_enabled()
605 clk_root_target = get_clk_root_target(slice_type, slice_index); in clock_root_enabled()
[all …]
/openbmc/linux/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_h264.c394 if ((slice->slice_type == V4L2_H264_SLICE_TYPE_P) || in cedrus_set_params()
395 (slice->slice_type == V4L2_H264_SLICE_TYPE_SP) || in cedrus_set_params()
396 (slice->slice_type == V4L2_H264_SLICE_TYPE_B)) in cedrus_set_params()
399 if (slice->slice_type == V4L2_H264_SLICE_TYPE_B) in cedrus_set_params()
444 reg |= (slice->slice_type & 0xf) << 8; in cedrus_set_params()
H A Dcedrus_h265.c348 if (slice_params->slice_type != V4L2_HEVC_SLICE_TYPE_B) in cedrus_h265_is_low_delay()
676 VE_DEC_H265_DEC_SLICE_HDR_INFO0_SLICE_TYPE(slice_params->slice_type); in cedrus_h265_setup()
725 if (slice_params->slice_type != V4L2_HEVC_SLICE_TYPE_I && !cedrus_h265_is_low_delay(run)) in cedrus_h265_setup()
780 if (slice_params->slice_type != V4L2_HEVC_SLICE_TYPE_I) { in cedrus_h265_setup()
799 if (slice_params->slice_type == V4L2_HEVC_SLICE_TYPE_B) { in cedrus_h265_setup()
/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_h264_req_common.h95 unsigned int slice_type; member
H A Dvdec_h264_req_common.c156 GET_MTK_VDEC_PARAM(slice_type); in mtk_vdec_h264_copy_slice_hd_params()
H A Dvdec_hevc_req_multi_if.c141 unsigned int slice_type; member
/openbmc/linux/include/uapi/linux/
H A Dv4l2-controls.h1497 ((slice)->slice_type == V4L2_H264_SLICE_TYPE_P || \
1498 (slice)->slice_type == V4L2_H264_SLICE_TYPE_SP)) || \
1500 (slice)->slice_type == V4L2_H264_SLICE_TYPE_B))
1589 __u8 slice_type; member
2419 __u8 slice_type; member
/openbmc/linux/drivers/media/platform/allegro-dvt/
H A Dallegro-mail.h262 u32 slice_type; member
H A Dallegro-mail.c442 msg->slice_type = src[i++]; in allegro_dec_encode_frame()
H A Dallegro-core.c2077 if (msg->slice_type == AL_ENC_SLICE_TYPE_I) { in allegro_channel_finish_frame()
2095 if (msg->slice_type != AL_ENC_SLICE_TYPE_I && !msg->is_idr) { in allegro_channel_finish_frame()
2135 msg->slice_type == AL_ENC_SLICE_TYPE_I ? "I slice" : in allegro_channel_finish_frame()
2136 msg->slice_type == AL_ENC_SLICE_TYPE_P ? "P slice" : "unknown", in allegro_channel_finish_frame()
/openbmc/linux/drivers/media/test-drivers/visl/
H A Dvisl-trace-h264.h194 __print_symbolic(__entry->s.slice_type,
H A Dvisl-trace-hevc.h184 __entry->s.slice_type,
/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/
H A 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()
/openbmc/u-boot/arch/arm/include/asm/arch-imx8m/
H A Dclock.h409 enum clk_slice_type slice_type; member
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-ctrls-core.c985 if (p_h264_slice_params->slice_type != V4L2_H264_SLICE_TYPE_B) in std_validate_compound()
1002 if (p_h264_slice_params->slice_type == V4L2_H264_SLICE_TYPE_I || in std_validate_compound()
1003 p_h264_slice_params->slice_type == V4L2_H264_SLICE_TYPE_SI) in std_validate_compound()
1005 if (p_h264_slice_params->slice_type != V4L2_H264_SLICE_TYPE_B) in std_validate_compound()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch513 + __u8 slice_type;
751 + __u8 slice_type;
1009 + __u8 slice_type;
1451 + * @slice_type: see V4L2_HEVC_SLICE_TYPE_{}
1500 + __u8 slice_type;
8432 + if (sh->slice_type == HEVC_SLICE_I ||
8433 + (sh->slice_type == HEVC_SLICE_P && !h->ps.pps->weighted_pred_flag) ||
8434 + (sh->slice_type == HEVC_SLICE_B && !h->ps.pps->weighted_bipred_flag))
8454 + if (sh->slice_type != HEVC_SLICE_B)
8639 + .slice_type = sh->slice_type,
[all …]
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-codec-stateless.rst339 - ``slice_type``
2417 - ``slice_type``