Home
last modified time | relevance | path

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

/linux/drivers/staging/media/sunxi/cedrus/
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()
/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
/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.c2127 if (msg->slice_type == AL_ENC_SLICE_TYPE_I) { in allegro_channel_finish_frame()
2145 if (msg->slice_type != AL_ENC_SLICE_TYPE_I && !msg->is_idr) { in allegro_channel_finish_frame()
2185 msg->slice_type == AL_ENC_SLICE_TYPE_I ? "I slice" : in allegro_channel_finish_frame()
2186 msg->slice_type == AL_ENC_SLICE_TYPE_P ? "P slice" : "unknown", in allegro_channel_finish_frame()
/linux/drivers/media/test-drivers/visl/
H A Dvisl-trace-h264.h194 __print_symbolic(__entry->s.slice_type,