Searched refs:check_is_mpp_packet (Results 1 – 2 of 2) sorted by relevance
128 if (!packet || check_is_mpp_packet(src)) { in mpp_packet_copy_init()190 if (!packet || check_is_mpp_packet(*packet)) { in mpp_packet_deinit()223 if (check_is_mpp_packet(p)) in mpp_packet_set_pos()248 if (check_is_mpp_packet(p)) in mpp_packet_get_pos()258 if (check_is_mpp_packet(p)) in mpp_packet_set_eos()269 if (check_is_mpp_packet(p)) in mpp_packet_clr_eos()280 if (check_is_mpp_packet(p)) in mpp_packet_get_eos()290 if (check_is_mpp_packet(p)) in mpp_packet_set_extra_data()302 if (check_is_mpp_packet(packet)) in mpp_packet_reset()322 if (check_is_mpp_packet(p)) in mpp_packet_set_buffer()[all …]
112 #define check_is_mpp_packet(ptr) check_is_mpp_packet_f(ptr, __FUNCTION__) macro