Home
last modified time | relevance | path

Searched refs:H264E_SYN_CFG (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/common/
H A Dh264e_syntax.h24 H264E_SYN_CFG, enumerator
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/h264e/
H A Dhal_h264e_vepu1_v2.c155 case H264E_SYN_CFG : { in update_vepu1_syntax()
206 if (updated & SYN_TYPE_FLAG(H264E_SYN_CFG)) { in hal_h264e_vepu1_get_task_v2()
H A Dhal_h264e_vepu2_v2.c156 case H264E_SYN_CFG : { in update_vepu2_syntax()
207 if (updated & SYN_TYPE_FLAG(H264E_SYN_CFG)) { in hal_h264e_vepu2_get_task_v2()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu541.c299 case H264E_SYN_CFG : { in update_vepu541_syntax()
346 if (updated & SYN_TYPE_FLAG(H264E_SYN_CFG)) in hal_h264e_vepu541_get_task()
H A Dhal_h264e_vepu540c.c304 case H264E_SYN_CFG : { in update_vepu540c_syntax()
349 if (updated & SYN_TYPE_FLAG(H264E_SYN_CFG)) in hal_h264e_vepu540c_get_task()
H A Dhal_h264e_vepu580.c504 case H264E_SYN_CFG : { in update_vepu580_syntax()
555 if (updated & SYN_TYPE_FLAG(H264E_SYN_CFG)) in hal_h264e_vepu580_get_task()
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/
H A Dh264e_api_v2.c773 h264e_add_syntax(p, H264E_SYN_CFG, p->cfg); in h264e_proc_hal()