Home
last modified time | relevance | path

Searched refs:nalu_size (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_format_h264.cc49 uint16_t nalu_size = nalu_ptr[0] << 8 | nalu_ptr[1]; in VerifyStapANaluLengths() local
52 if (nalu_size > length_remaining) in VerifyStapANaluLengths()
54 nalu_ptr += nalu_size; in VerifyStapANaluLengths()
55 length_remaining -= nalu_size; in VerifyStapANaluLengths()
/external/v4l2_codec2/vda/
Dh264_parser.h264 off_t nalu_size; // from NAL header member
450 bool LocateNALU(off_t* nalu_size, off_t* start_code_size);
Dh264_parser.cc315 bool H264Parser::LocateNALU(off_t* nalu_size, off_t* start_code_size) { in LocateNALU() argument
350 *nalu_size = nalu_size_without_start_code + annexb_start_code_size; in LocateNALU()
1291 shdr->nalu_size = nalu.size; in ParseSliceHeader()
1426 shdr->header_bit_size = (shdr->nalu_size - epb) * 8 - br_.NumBitsLeft(); in ParseSliceHeader()
Dh264_decoder.cc1299 slice_hdr->nalu_size)) in ProcessCurrentSlice()