Lines Matching refs:check_is_mpp_frame
33 #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()
251 if (!dst || check_is_mpp_frame(src)) { in mpp_frame_copy()
272 if (check_is_mpp_frame(f0) || check_is_mpp_frame(f1)) { in mpp_frame_info_cmp()
292 if (check_is_mpp_frame(p)) in mpp_frame_get_fbc_offset()
316 if (check_is_mpp_frame(p)) in mpp_frame_get_fbc_stride()
328 check_is_mpp_frame((MppFrameImpl*)s); \
333 check_is_mpp_frame((MppFrameImpl*)s); \