HomeSort by relevance Sort by last modified time
    Searched full:is_first_packet (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_receiver_video.h 36 bool is_first_packet) OVERRIDE;
82 bool is_first_packet);
rtp_receiver_video.cc 56 bool is_first_packet) {
74 is_first_packet);
109 bool is_first_packet) {
112 rtp_header->type.Video.isFirstPacket = is_first_packet;
rtp_receiver_strategy.h 40 // provides audio or video-specific data. The is_first_packet argument is true
48 bool is_first_packet) = 0;
rtp_receiver_audio.h 62 bool is_first_packet);
rtp_receiver_audio.cc 189 bool is_first_packet) {
  /external/flac/libFLAC/
ogg_encoder_aspect.c 57 aspect->is_first_packet = true;
139 if(aspect->is_first_packet) {
176 aspect->is_first_packet = false;
  /external/flac/libFLAC/include/private/
ogg_encoder_aspect.h 49 FLAC__bool is_first_packet; member in struct:FLAC__OggEncoderAspect

Completed in 88 milliseconds