Searched refs:slice_mode (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_common.h498 enum v4l2_mpeg_video_multi_slice_mode slice_mode; member in struct:s5p_mfc_enc_params
619 * @slice_mode: mode of dividing frames into slices
718 enum v4l2_mpeg_video_multi_slice_mode slice_mode; member in struct:s5p_mfc_ctx
H A Ds5p_mfc_opr_v6.c848 writel(ctx->slice_mode, mfc_regs->e_mslice_mode);
849 if (ctx->slice_mode == V4L2_MPEG_VIDEO_MULTI_SLICE_MODE_MAX_MB) {
851 } else if (ctx->slice_mode ==
890 ctx->slice_mode = p->slice_mode;
892 if (p->slice_mode == V4L2_MPEG_VIDEO_MULTI_SLICE_MODE_MAX_MB) {
896 } else if (p->slice_mode == V4L2_MPEG_VIDEO_MULTI_SLICE_MODE_MAX_BYTES) {
H A Ds5p_mfc_opr_v5.c696 mfc_write(dev, p->slice_mode, S5P_FIMV_ENC_MSLICE_CTRL);
697 if (p->slice_mode == V4L2_MPEG_VIDEO_MULTI_SLICE_MODE_MAX_MB) {
699 } else if (p->slice_mode == V4L2_MPEG_VIDEO_MULTI_SLICE_MODE_MAX_BYTES) {
H A Ds5p_mfc_enc.c1850 p->slice_mode = ctrl->val;
/linux-master/drivers/media/platform/chips-media/coda/
H A Dcoda.h146 enum v4l2_mpeg_video_multi_slice_mode slice_mode; member in struct:coda_params
H A Dcoda-bit.c684 switch (ctx->params.slice_mode) {
H A Dcoda-common.c2266 ctx->params.slice_mode = ctrl->val;

Completed in 194 milliseconds