Searched refs:check_is_mpp_packet (Results 1 – 2 of 2) sorted by relevance
32 MPP_RET check_is_mpp_packet(void *packet) in check_is_mpp_packet() function103 if (NULL == packet || check_is_mpp_packet(src)) { in mpp_packet_copy_init()162 if (NULL == packet || check_is_mpp_packet(*packet)) { in mpp_packet_deinit()188 if (check_is_mpp_packet(packet)) in mpp_packet_set_pos()212 if (check_is_mpp_packet(packet)) in mpp_packet_get_pos()221 if (check_is_mpp_packet(packet)) in mpp_packet_set_eos()231 if (check_is_mpp_packet(packet)) in mpp_packet_clr_eos()241 if (check_is_mpp_packet(packet)) in mpp_packet_get_eos()250 if (check_is_mpp_packet(packet)) in mpp_packet_set_extra_data()260 if (check_is_mpp_packet(packet)) in mpp_packet_reset()[all …]
100 MPP_RET check_is_mpp_packet(void *ptr);