Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_frame.cpp36 #define check_is_mpp_frame(frame) _check_is_mpp_frame(__FUNCTION__, frame) macro
69 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 …]
/OK3568_Linux_fs/external/mpp/mpp/base/inc/
H A Dmpp_frame_impl.h217 MPP_RET check_is_mpp_frame(void *pointer);