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()
19731 - const AVFrame *frame, int *got_packet)19732 + const AVFrame *src_frame, int *got_packet)19745 + *got_packet = (ret == 0);19780 *got_packet = 1;19785 + *got_packet = 0;