Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/platform/mtk-vcodec/
Dvenc_vpu_if.h45 int vpu_enc_encode(struct venc_vpu_inst *vpu, unsigned int bs_mode,
Dvenc_vpu_if.c225 int vpu_enc_encode(struct venc_vpu_inst *vpu, unsigned int bs_mode, in vpu_enc_encode() function
/Linux-v5.10/drivers/media/platform/mtk-vcodec/venc/
Dvenc_h264_if.c366 ret = vpu_enc_encode(&inst->vpu_inst, H264_BS_MODE_SPS, NULL, in h264_encode_sps()
393 ret = vpu_enc_encode(&inst->vpu_inst, H264_BS_MODE_PPS, NULL, in h264_encode_pps()
450 ret = vpu_enc_encode(&inst->vpu_inst, H264_BS_MODE_FRAME, frm_buf, in h264_encode_frame()
Dvenc_vp8_if.c305 ret = vpu_enc_encode(&inst->vpu_inst, 0, frm_buf, bs_buf, bs_size, in vp8_enc_encode_frame()