Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/platform/mediatek/vcodec/venc/
Dvenc_h264_if.c316 static int h264_enc_alloc_work_buf(struct venc_h264_inst *inst, bool is_34bit) in h264_enc_alloc_work_buf() argument
326 if (is_34bit) in h264_enc_alloc_work_buf()
348 if (is_34bit) { in h264_enc_alloc_work_buf()
389 if (is_34bit) in h264_enc_alloc_work_buf()
776 const bool is_34bit = MTK_ENC_IOVA_IS_34BIT(ctx); in h264_enc_set_param() local
782 if (is_34bit) in h264_enc_set_param()
793 ret = h264_enc_alloc_work_buf(inst, is_34bit); in h264_enc_set_param()