Searched refs:check_is_mpp_frame (Results 1 – 2 of 2) sorted by relevance
36 #define check_is_mpp_frame(frame) _check_is_mpp_frame(__FUNCTION__, frame) macro69 if (NULL == frame || check_is_mpp_frame(*frame)) { in mpp_frame_deinit()91 if (check_is_mpp_frame(frame)) in mpp_frame_get_buffer()100 if (check_is_mpp_frame(frame)) in mpp_frame_set_buffer()117 if (check_is_mpp_frame(frame)) in mpp_frame_has_meta()127 if (check_is_mpp_frame(frame)) in mpp_frame_get_meta()139 if (check_is_mpp_frame(frame)) in mpp_frame_set_meta()160 if (check_is_mpp_frame(frame)) in mpp_frame_set_stopwatch_enable()179 if (check_is_mpp_frame(frame)) in mpp_frame_get_stopwatch()188 if (NULL == dst || check_is_mpp_frame(src)) { in mpp_frame_copy()[all …]
217 MPP_RET check_is_mpp_frame(void *pointer);