HomeSort by relevance Sort by last modified time
    Searched refs:hdr_ (Results 1 - 5 of 5) sorted by null

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_format_vp9.cc 482 : hdr_(hdr),
493 hdr_.temporal_idx == 0 || hdr_.temporal_idx == kNoTemporalIdx;
499 if (hdr_.temporal_idx == 0 &&
502 } else if (hdr_.temporal_idx != kNoTemporalIdx && hdr_.temporal_idx > 0 &&
523 if (max_payload_length_ < PayloadDescriptorLength(hdr_) + 1) {
531 (bytes_processed ? PayloadDescriptorLengthMinusSsData(hdr_)
532 : PayloadDescriptorLength(hdr_));
561 packets_.empty() && (hdr_.spatial_idx == kNoSpatialIdx |
    [all...]
rtp_format_vp9.h 88 const RTPVideoHeaderVP9 hdr_; member in class:webrtc::RtpPacketizerVp9
  /external/webp/src/dec/
vp8li_dec.h 82 VP8LMetadata hdr_; member in struct:VP8LDecoder
vp8l_dec.c 362 VP8LMetadata* const hdr = &dec->hdr_;
    [all...]
  /external/strace/
s390.c 457 #define CHECK_SIZE(hdr_, size_, name_, ...) \
459 if ((size_) < sizeof(*(hdr_))) { \
463 (size_), sizeof(*(hdr_))); \
464 print_quoted_string((char *) (hdr_), (size_), \
471 #define PRINT_UNKNOWN_TAIL(hdr_, size_) \
473 if ((size_) > sizeof(*(hdr_)) && \
474 !is_filled((char *) ((hdr_) + 1), '\0', \
475 (size_) - sizeof(*(hdr_)))) \
476 print_quoted_string((char *) ((hdr_) + 1), \
477 (size_) - sizeof(*(hdr_)), \
    [all...]

Completed in 307 milliseconds