Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/base/
H A Dmpp_frame.c33 #define check_is_mpp_frame(frame) _check_is_mpp_frame(__FUNCTION__, frame) macro
100 if (!frame || check_is_mpp_frame(*frame)) { in mpp_frame_deinit()
124 if (check_is_mpp_frame(p)) in mpp_frame_get_buffer()
134 if (check_is_mpp_frame(p)) in mpp_frame_set_buffer()
152 if (check_is_mpp_frame(p)) in mpp_frame_has_meta()
162 if (check_is_mpp_frame(p)) in mpp_frame_get_meta()
175 if (check_is_mpp_frame(p)) in mpp_frame_set_meta()
197 if (check_is_mpp_frame(p)) in mpp_frame_set_stopwatch_enable()
217 if (check_is_mpp_frame(p)) in mpp_frame_get_stopwatch()
229 if (check_is_mpp_frame(src)) { in mpp_frame_dup()
[all …]