Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/base/inc/
H A Dmpp_frame_impl.h218 MPP_RET __check_is_mpp_frame(void *frame);
/rockchip-linux_mpp/mpp/base/
H A Dmpp_frame.c55 if (!__check_is_mpp_frame(frame)) in MPP_SINGLETON()
63 MPP_RET __check_is_mpp_frame(void *frame) in __check_is_mpp_frame() function
/rockchip-linux_mpp/kmpp/
H A Dkmpp.c278 if (!__check_is_mpp_frame(frame)) { in put_frame()