Home
last modified time | relevance | path

Searched refs:dpb (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/media/platform/sti/delta/
Ddelta-debug.c21 s->profile, s->level, s->dpb, in delta_streaminfo_str()
Ddelta.h71 u32 dpb; member
Ddelta-mjpeg-dec.c364 streaminfo->dpb = 1; in delta_mjpeg_get_streaminfo()
Ddelta-v4l2.c1439 *num_buffers += streaminfo->dpb + DELTA_PEAK_FRAME_SMOOTHING; in delta_vb2_frame_queue_setup()
/Linux-v4.19/drivers/media/platform/s5p-mfc/
Ds5p_mfc_opr_v5.c384 unsigned int dpb; in s5p_mfc_set_dec_frame_buffer_v5() local
392 dpb = mfc_read(dev, S5P_FIMV_SI_CH0_DPB_CONF_CTRL) & in s5p_mfc_set_dec_frame_buffer_v5()
394 mfc_write(dev, ctx->total_dpb_count | dpb, in s5p_mfc_set_dec_frame_buffer_v5()
1070 unsigned int dpb; in s5p_mfc_set_flush() local
1073 dpb = mfc_read(dev, S5P_FIMV_SI_CH0_DPB_CONF_CTRL) | ( in s5p_mfc_set_flush()
1076 dpb = mfc_read(dev, S5P_FIMV_SI_CH0_DPB_CONF_CTRL) & in s5p_mfc_set_flush()
1078 mfc_write(dev, dpb, S5P_FIMV_SI_CH0_DPB_CONF_CTRL); in s5p_mfc_set_flush()