Home
last modified time | relevance | path

Searched refs:ctxs (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/rk3588/hardware/mpp/src/
H A Dmpi_enc_utils.c402 int hal_mpp_get_sps(void *ctxs, unsigned char *buf, size_t *buf_size) in hal_mpp_get_sps() argument
404 MpiEncTestData *p = &((MpiEncMultiCtxInfo *)ctxs)->ctx; in hal_mpp_get_sps()
458 int hal_mpp_encode(void *ctxs, int dma_fd, unsigned char *buf, size_t *buf_size) in hal_mpp_encode() argument
460 MpiEncMultiCtxInfo *info = (MpiEncMultiCtxInfo *)ctxs; in hal_mpp_encode()
791 MpiEncMultiCtxInfo *ctxs = mpp_calloc(MpiEncMultiCtxInfo, args->nthreads); in hal_mpp_ctx_create() local
792 if (NULL == ctxs) { in hal_mpp_ctx_create()
796 ctxs[0].cmd = args; in hal_mpp_ctx_create()
797 ctxs[0].chn = 0; in hal_mpp_ctx_create()
798 ctxs[0].name = "rk_camera"; in hal_mpp_ctx_create()
800 MpiEncMultiCtxInfo *info = ctxs; in hal_mpp_ctx_create()
[all...]
/device/soc/rockchip/rk3588/hardware/mpp/include/
H A Dmpi_enc_utils.h112 int hal_mpp_encode(void *ctxs, int dma_fd, unsigned char *buf, size_t *buf_size);

Completed in 2 milliseconds