Searched refs:hdr_ (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtp_format_vp9.cc | 482 : hdr_(hdr), in RtpPacketizerVp9() 493 hdr_.temporal_idx == 0 || hdr_.temporal_idx == kNoTemporalIdx; in GetProtectionType() 499 if (hdr_.temporal_idx == 0 && in GetStorageType() 502 } else if (hdr_.temporal_idx != kNoTemporalIdx && hdr_.temporal_idx > 0 && in GetStorageType() 523 if (max_payload_length_ < PayloadDescriptorLength(hdr_) + 1) { in GeneratePackets() 531 (bytes_processed ? PayloadDescriptorLengthMinusSsData(hdr_) in GeneratePackets() 532 : PayloadDescriptorLength(hdr_)); in GeneratePackets() 561 packets_.empty() && (hdr_.spatial_idx == kNoSpatialIdx || in NextPacket() 562 hdr_.spatial_idx == hdr_.num_spatial_layers - 1); in NextPacket() 621 bool i_bit = PictureIdPresent(hdr_); in WriteHeader() [all …]
|
D | rtp_format_vp9.h | 88 const RTPVideoHeaderVP9 hdr_; variable
|
/external/strace/ |
D | s390.c | 457 #define CHECK_SIZE(hdr_, size_, name_, ...) \ argument 459 if ((size_) < sizeof(*(hdr_))) { \ 463 (size_), sizeof(*(hdr_))); \ 464 print_quoted_string((char *) (hdr_), (size_), \ 471 #define PRINT_UNKNOWN_TAIL(hdr_, size_) \ argument 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_)), \
|
/external/webp/src/dec/ |
D | vp8l_dec.c | 362 VP8LMetadata* const hdr = &dec->hdr_; in ReadHuffmanCodes() 1015 VP8LMetadata* const hdr = &dec->hdr_; in DecodeAlphaData() 1098 if (dec->hdr_.color_cache_size_ > 0) { in SaveState() 1099 VP8LColorCacheCopy(&dec->hdr_.color_cache_, &dec->hdr_.saved_color_cache_); in SaveState() 1108 if (dec->hdr_.color_cache_size_ > 0) { in RestoreState() 1109 VP8LColorCacheCopy(&dec->hdr_.saved_color_cache_, &dec->hdr_.color_cache_); in RestoreState() 1120 VP8LMetadata* const hdr = &dec->hdr_; in DecodeImageData() 1384 ClearMetadata(&dec->hdr_); in VP8LClear() 1408 VP8LMetadata* const hdr = &dec->hdr_; in UpdateDecoder() 1425 VP8LMetadata* const hdr = &dec->hdr_; in DecodeImageStream() [all …]
|
D | vp8li_dec.h | 82 VP8LMetadata hdr_; member
|