Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/platform/mediatek/vcodec/
Dvenc_vpu_if.h45 int vpu_enc_encode(struct venc_vpu_inst *vpu, unsigned int bs_mode,
Dvenc_vpu_if.c321 int vpu_enc_encode(struct venc_vpu_inst *vpu, unsigned int bs_mode, in vpu_enc_encode() function
/linux-6.1.9/drivers/media/platform/mediatek/vcodec/venc/
Dvenc_h264_if.c457 ret = vpu_enc_encode(&inst->vpu_inst, H264_BS_MODE_SPS, NULL, bs_buf, NULL); in h264_encode_sps()
483 ret = vpu_enc_encode(&inst->vpu_inst, H264_BS_MODE_PPS, NULL, bs_buf, NULL); in h264_encode_pps()
552 ret = vpu_enc_encode(&inst->vpu_inst, H264_BS_MODE_FRAME, in h264_encode_frame()
Dvenc_vp8_if.c305 ret = vpu_enc_encode(&inst->vpu_inst, 0, frm_buf, bs_buf, NULL); in vp8_enc_encode_frame()