Searched refs:slice_type (Results 1 - 13 of 13) sorted by relevance

/linux-master/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_h264_req_common.h95 unsigned int slice_type; member in struct:mtk_h264_slice_hd_param
H A Dvdec_h264_req_common.c156 GET_MTK_VDEC_PARAM(slice_type);
H A Dvdec_hevc_req_multi_if.c141 unsigned int slice_type; member in struct:mtk_hevc_slice_header_param
/linux-master/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_h264.c394 if ((slice->slice_type == V4L2_H264_SLICE_TYPE_P) ||
395 (slice->slice_type == V4L2_H264_SLICE_TYPE_SP) ||
396 (slice->slice_type == V4L2_H264_SLICE_TYPE_B))
399 if (slice->slice_type == V4L2_H264_SLICE_TYPE_B)
444 reg |= (slice->slice_type & 0xf) << 8;
H A Dcedrus_h265.c348 if (slice_params->slice_type != V4L2_HEVC_SLICE_TYPE_B)
676 VE_DEC_H265_DEC_SLICE_HDR_INFO0_SLICE_TYPE(slice_params->slice_type);
725 if (slice_params->slice_type != V4L2_HEVC_SLICE_TYPE_I && !cedrus_h265_is_low_delay(run))
780 if (slice_params->slice_type != V4L2_HEVC_SLICE_TYPE_I) {
799 if (slice_params->slice_type == V4L2_HEVC_SLICE_TYPE_B) {
/linux-master/drivers/media/platform/allegro-dvt/
H A Dallegro-mail.h262 u32 slice_type; member in struct:mcu_msg_encode_frame_response
H A Dallegro-mail.c442 msg->slice_type = src[i++];
H A Dallegro-core.c2075 if (msg->slice_type == AL_ENC_SLICE_TYPE_I) {
2093 if (msg->slice_type != AL_ENC_SLICE_TYPE_I && !msg->is_idr) {
2133 msg->slice_type == AL_ENC_SLICE_TYPE_I ? "I slice" :
2134 msg->slice_type == AL_ENC_SLICE_TYPE_P ? "P slice" : "unknown",
/linux-master/drivers/media/test-drivers/visl/
H A Dvisl-trace-h264.h180 "slice_type %s\n"
194 __print_symbolic(__entry->s.slice_type,
H A Dvisl-trace-hevc.h157 "slice_type %u\n"
184 __entry->s.slice_type,
/linux-master/include/uapi/linux/
H A Dv4l2-controls.h1503 ((slice)->slice_type == V4L2_H264_SLICE_TYPE_P || \
1504 (slice)->slice_type == V4L2_H264_SLICE_TYPE_SP)) || \
1506 (slice)->slice_type == V4L2_H264_SLICE_TYPE_B))
1576 * @slice_type: see H264 specification.
1595 __u8 slice_type; member in struct:v4l2_ctrl_h264_slice_params
2376 * @slice_type: see V4L2_HEVC_SLICE_TYPE_{}
2425 __u8 slice_type; member in struct:v4l2_ctrl_hevc_slice_params
/linux-master/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_enc.c1236 int slice_type; local
1240 slice_type = s5p_mfc_hw_call(dev->mfc_ops, get_enc_slice_type, dev);
1242 mfc_debug(2, "Encoded slice type: %d\n", slice_type);
1246 if (slice_type >= 0) {
1311 switch (slice_type) {
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-ctrls-core.c985 if (p_h264_slice_params->slice_type != V4L2_H264_SLICE_TYPE_B)
1002 if (p_h264_slice_params->slice_type == V4L2_H264_SLICE_TYPE_I ||
1003 p_h264_slice_params->slice_type == V4L2_H264_SLICE_TYPE_SI)
1005 if (p_h264_slice_params->slice_type != V4L2_H264_SLICE_TYPE_B)

Completed in 345 milliseconds