Searched refs:vpu_enc_encode (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/media/platform/mediatek/vcodec/ |
D | venc_vpu_if.h | 45 int vpu_enc_encode(struct venc_vpu_inst *vpu, unsigned int bs_mode,
|
D | venc_vpu_if.c | 321 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/ |
D | venc_h264_if.c | 457 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()
|
D | venc_vp8_if.c | 305 ret = vpu_enc_encode(&inst->vpu_inst, 0, frm_buf, bs_buf, NULL); in vp8_enc_encode_frame()
|