Home
last modified time | relevance | path

Searched refs:proc_hal (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/codec/
H A Denc_impl.cpp192 if (p->api->proc_hal) in enc_impl_proc_hal()
193 ret = p->api->proc_hal(p->ctx, task); in enc_impl_proc_hal()
/OK3568_Linux_fs/external/mpp/mpp/codec/inc/
H A Denc_impl_api.h68 MPP_RET (*proc_hal)(void *ctx, HalEncTask *task); member
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/vp8/
H A Dvp8e_api_v2.c353 .proc_hal = vp8e_proc_hal,
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/jpeg/
H A Djpege_api_v2.c594 .proc_hal = jpege_proc_hal,