Searched refs:is_first_packet (Results 1 – 8 of 8) sorted by relevance
58 aspect->is_first_packet = true; in FLAC__ogg_encoder_aspect_init()140 if(aspect->is_first_packet) { in FLAC__ogg_encoder_aspect_write_callback_wrapper()177 aspect->is_first_packet = false; in FLAC__ogg_encoder_aspect_write_callback_wrapper()
58 bool is_first_packet) { in ParseRtpPacket() argument81 rtp_header->type.Video.isFirstPacket = is_first_packet; in ParseRtpPacket()
35 bool is_first_packet) override;
48 bool is_first_packet) = 0;
59 bool is_first_packet) override;
187 bool is_first_packet) { in ParseRtpPacket() argument
100 bool is_first_packet = true; in BenchmarkProducer() local104 if (is_first_packet) { in BenchmarkProducer()106 is_first_packet = false; in BenchmarkProducer()
50 FLAC__bool is_first_packet; member