Searched defs:is_first_packet (Results 1 - 3 of 3) sorted by relevance

/external/flac/libFLAC/include/private/
H A Dogg_encoder_aspect.h49 FLAC__bool is_first_packet; member in struct:FLAC__OggEncoderAspect
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_receiver_video.cc56 bool is_first_packet) {
80 rtp_header->type.Video.isFirstPacket = is_first_packet;
50 ParseRtpPacket(WebRtcRTPHeader* rtp_header, const PayloadUnion& specific_payload, bool is_red, const uint8_t* payload, uint16_t payload_length, int64_t timestamp_ms, bool is_first_packet) argument
H A Drtp_receiver_audio.cc189 bool is_first_packet) {
183 ParseRtpPacket(WebRtcRTPHeader* rtp_header, const PayloadUnion& specific_payload, bool is_red, const uint8_t* payload, uint16_t payload_length, int64_t timestamp_ms, bool is_first_packet) argument

Completed in 62 milliseconds