Home
last modified time | relevance | path

Searched refs:MPP_DEC_QUERY_STATUS (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/mpp/inc/
H A Drk_vdec_cmd.h26 #define MPP_DEC_QUERY_STATUS (0x00000001) macro
34 #define MPP_DEC_QUERY_ALL (MPP_DEC_QUERY_STATUS | \
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Drk_vdec_cmd.h26 #define MPP_DEC_QUERY_STATUS (0x00000001) macro
34 #define MPP_DEC_QUERY_ALL (MPP_DEC_QUERY_STATUS | \
/OK3568_Linux_fs/external/mpp/mpp/codec/
H A Dmpp_dec.cpp152 if (flag & MPP_DEC_QUERY_STATUS) in mpp_dec_proc_cfg()