Home
last modified time | relevance | path

Searched refs:MPP_DEC_SET_INFO_CHANGE_READY (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/external/mpp/inc/
H A Drk_mpi_cmd.h94 MPP_DEC_SET_INFO_CHANGE_READY, enumerator
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Drk_mpi_cmd.h94 MPP_DEC_SET_INFO_CHANGE_READY, enumerator
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/utils/
H A Dmpp_decoder.cpp232 ret = mpi->control(ctx, MPP_DEC_SET_INFO_CHANGE_READY, NULL); in Decode()
/OK3568_Linux_fs/external/mpp/test/
H A Dmpi_dec_mt_test.c185 ret = mpi->control(ctx, MPP_DEC_SET_INFO_CHANGE_READY, NULL); in thread_output()
H A Dmpi_dec_nt_test.c218 ret = mpi->control(ctx, MPP_DEC_SET_INFO_CHANGE_READY, NULL); in dec_loop()
H A Dmpi_rc2_test.c682 MPP_DEC_SET_INFO_CHANGE_READY, in mpi_rc_dec_post_decode()
823 mpi->control(dec_ctx, MPP_DEC_SET_INFO_CHANGE_READY, NULL); in mpi_rc_enc()
H A Dmpi_dec_multi_test.c193 ret = mpi->control(ctx, MPP_DEC_SET_INFO_CHANGE_READY, NULL); in multi_dec_simple()
H A Dmpi_dec_test.c241 ret = mpi->control(ctx, MPP_DEC_SET_INFO_CHANGE_READY, NULL); in dec_simple()
/OK3568_Linux_fs/external/mpp/
H A Dreadme.txt343 Only call MPP_DEC_SET_INFO_CHANGE_READY to let decoder go on. Then decoder will
/OK3568_Linux_fs/external/mpp/mpp/
H A Dmpp.cpp1176 case MPP_DEC_SET_INFO_CHANGE_READY: { in control_dec()
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rockchipmpp/
H A Dgstmppdec.c858 self->mpi->control (self->mpp_ctx, MPP_DEC_SET_INFO_CHANGE_READY, NULL); in gst_mpp_dec_loop()
/OK3568_Linux_fs/external/mpp/mpp/codec/
H A Dmpp_dec.cpp125 case MPP_DEC_SET_INFO_CHANGE_READY: { in mpp_dec_proc_cfg()
/OK3568_Linux_fs/external/mpp/mpp/legacy/
H A Dvpu_api_legacy.cpp1573 mpicmd = MPP_DEC_SET_INFO_CHANGE_READY; in control()