Searched refs:slice_type (Results 1 – 8 of 8) sorted by relevance
348 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()
95 unsigned int slice_type; member
156 GET_MTK_VDEC_PARAM(slice_type); in mtk_vdec_h264_copy_slice_hd_params()
141 unsigned int slice_type; member
262 u32 slice_type; member
442 msg->slice_type = src[i++]; in allegro_dec_encode_frame()
2127 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()
194 __print_symbolic(__entry->s.slice_type,