Searched refs:rec_size (Results 1 – 2 of 2) sorted by relevance
50 int64_t rec_size; member143 rec_hdr->rec_size = 0; in parse_chunk_headers()146 rec_hdr->rec_size = (record_header[0] << 8 | in parse_chunk_headers()246 if (data_offset + hdrs[i].rec_size > CHUNK_SIZE) in analyze_chunk()249 if ((hdrs[i].subrec_type << 8 | hdrs[i].rec_type) == 0x3c0 && hdrs[i].rec_size > 15) { in analyze_chunk()270 data_offset += hdrs[i].rec_size; in analyze_chunk()391 const int64_t rec_size = rec_hdr->rec_size; in demux_video() local396 subrec_type != 0x08 && rec_size > 4) { in demux_video()408 if (rec_size >= VIDEO_PES_LENGTH + es_offset1) { in demux_video()409 int size = rec_hdr->rec_size - VIDEO_PES_LENGTH - es_offset1; in demux_video()[all …]
128 Py_ssize_t rec_size; /* size of allocated record */ member1165 if (rec_len > self->rec_size) { in join_check_rec_size()1174 self->rec_size = (Py_ssize_t)rec_size_new; in join_check_rec_size()1448 self->rec_size = 0; in csv_writer()