Searched refs:got_packet (Results 1 – 2 of 2) sorted by relevance
156 static inline int got_packet(const struct hvsi_struct *hp, uint8_t *packet) in got_packet() function409 while ((packet < hp->inbuf_end) && got_packet(hp, packet)) { in hvsi_load_chunk()
2102 - const AVFrame *frame, int *got_packet)2103 + const AVFrame *src_frame, int *got_packet)2116 + *got_packet = (ret == 0);2152 *got_packet = 1;2157 + *got_packet = 0;