Home
last modified time | relevance | path

Searched refs:pps_buf (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/drivers/media/platform/mediatek/vcodec/encoder/venc/
Dvenc_h264_if.c215 struct mtk_vcodec_mem pps_buf; member
308 mtk_vcodec_mem_free(inst->ctx, &inst->pps_buf); in h264_enc_free_work_buf()
393 inst->pps_buf.size = 128; in h264_enc_alloc_work_buf()
394 ret = mtk_vcodec_mem_alloc(inst->ctx, &inst->pps_buf); in h264_enc_alloc_work_buf()
495 ret = h264_encode_pps(inst, &inst->pps_buf, &bs_size_pps); in h264_encode_header()
499 memcpy(bs_buf->va + bs_size_sps, inst->pps_buf.va, bs_size_pps); in h264_encode_header()
/Linux-v6.6/include/drm/display/
Ddrm_dp_helper.h772 int drm_dp_pcon_pps_override_buf(struct drm_dp_aux *aux, u8 pps_buf[128]);
/Linux-v6.6/drivers/gpu/drm/display/
Ddrm_dp_helper.c3349 int drm_dp_pcon_pps_override_buf(struct drm_dp_aux *aux, u8 pps_buf[128]) in drm_dp_pcon_pps_override_buf()
3353 ret = drm_dp_dpcd_write(aux, DP_PCON_HDMI_PPS_OVERRIDE_BASE, &pps_buf, 128); in drm_dp_pcon_pps_override_buf()