Searched refs:vpu_enc_encode (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/media/platform/mediatek/vcodec/encoder/ |
D | venc_vpu_if.h | 44 int vpu_enc_encode(struct venc_vpu_inst *vpu, unsigned int bs_mode,
|
D | venc_vpu_if.c | 345 int vpu_enc_encode(struct venc_vpu_inst *vpu, unsigned int bs_mode, in vpu_enc_encode() function
|
/linux-6.12.1/drivers/media/platform/mediatek/vcodec/encoder/venc/ |
D | venc_h264_if.c | 445 ret = vpu_enc_encode(&inst->vpu_inst, H264_BS_MODE_SPS, NULL, bs_buf, NULL); in h264_encode_sps() 468 ret = vpu_enc_encode(&inst->vpu_inst, H264_BS_MODE_PPS, NULL, bs_buf, NULL); in h264_encode_pps() 535 ret = vpu_enc_encode(&inst->vpu_inst, H264_BS_MODE_FRAME, in h264_encode_frame()
|
D | venc_vp8_if.c | 293 ret = vpu_enc_encode(&inst->vpu_inst, 0, frm_buf, bs_buf, NULL); in vp8_enc_encode_frame()
|