Searched refs:extract_length (Results 1 – 1 of 1) sorted by relevance
415 int extract_length = 0; in ff_h2645_packet_split() local420 extract_length = get_nalsize(nal_length_size, in ff_h2645_packet_split()422 if (extract_length < 0) in ff_h2645_packet_split()423 return extract_length; in ff_h2645_packet_split()427 next_avc = bytestream2_tell(&bc) + extract_length; in ff_h2645_packet_split()450 … extract_length = FFMIN(bytestream2_get_bytes_left(&bc), next_avc - bytestream2_tell(&bc)); in ff_h2645_packet_split()474 nal->skipped_bytes_pos_size = FFMIN(1024, extract_length/3+1); // initial buffer size in ff_h2645_packet_split()483 consumed = ff_h2645_extract_rbsp(bc.buffer, extract_length, &pkt->rbsp, nal, small_padding); in ff_h2645_packet_split()487 if (is_nalff && (extract_length != consumed) && extract_length) in ff_h2645_packet_split()490 consumed, extract_length); in ff_h2645_packet_split()