Searched refs:h264e_add_syntax (Results 1 – 1 of 1) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/enc/h264/ |
| H A D | h264e_api_v2.c | 220 static void h264e_add_syntax(H264eCtx *ctx, H264eSyntaxType type, void *p) in h264e_add_syntax() function 503 h264e_add_syntax(p, H264E_SYN_CFG, p->cfg); in h264e_proc_hal() 504 h264e_add_syntax(p, H264E_SYN_SPS, &p->sps); in h264e_proc_hal() 505 h264e_add_syntax(p, H264E_SYN_PPS, &p->pps); in h264e_proc_hal() 506 h264e_add_syntax(p, H264E_SYN_DPB, &p->dpb); in h264e_proc_hal() 507 h264e_add_syntax(p, H264E_SYN_SLICE, &p->slice); in h264e_proc_hal() 508 h264e_add_syntax(p, H264E_SYN_FRAME, &p->frms); in h264e_proc_hal() 542 h264e_add_syntax(p, H264E_SYN_PREFIX, &p->prefix); in h264e_proc_hal() 547 h264e_add_syntax(p, H264E_SYN_PREFIX, NULL); in h264e_proc_hal()
|