Searched refs:h264e_add_syntax (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/ |
| H A D | h264e_api_v2.c | 185 static void h264e_add_syntax(H264eCtx *ctx, H264eSyntaxType type, void *p) in h264e_add_syntax() function 773 h264e_add_syntax(p, H264E_SYN_CFG, p->cfg); in h264e_proc_hal() 774 h264e_add_syntax(p, H264E_SYN_SPS, &p->sps); in h264e_proc_hal() 775 h264e_add_syntax(p, H264E_SYN_PPS, &p->pps); in h264e_proc_hal() 776 h264e_add_syntax(p, H264E_SYN_DPB, &p->dpb); in h264e_proc_hal() 777 h264e_add_syntax(p, H264E_SYN_SLICE, &p->slice); in h264e_proc_hal() 778 h264e_add_syntax(p, H264E_SYN_FRAME, &p->frms); in h264e_proc_hal() 812 h264e_add_syntax(p, H264E_SYN_PREFIX, &p->prefix); in h264e_proc_hal() 817 h264e_add_syntax(p, H264E_SYN_PREFIX, NULL); in h264e_proc_hal()
|