Searched refs:slice_type (Results 1 – 10 of 10) sorted by relevance
132 ((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
174 __u8 slice_type; member
374 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()
456 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()
259 u32 slice_type; member
1568 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()
436 msg->slice_type = src[i++]; in allegro_dec_encode_frame()
1219 int slice_type; in enc_post_frame_start() local1223 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()
1809 - ``slice_type``4121 - ``slice_type``
11542 + 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 …]