Home
last modified time | relevance | path

Searched refs:offset_data (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavresample/
H A Daudio_data.c354 uint8_t *offset_data[AVRESAMPLE_MAX_CHANNELS]; in ff_audio_data_add_to_fifo() local
361 offset_data[p] = a->data[p] + offset_size; in ff_audio_data_add_to_fifo()
363 return av_audio_fifo_write(af, (void **)offset_data, nb_samples); in ff_audio_data_add_to_fifo()
/third_party/python/Lib/
H A Dtarfile.py711 fileobj = _FileInFile(tarfile.fileobj, tarinfo.offset_data,
866 offset_data = "The file's data starts here.", variable in TarInfo
894 self.offset_data = 0 # the file's data starts here
1299 # 1. Set self.offset_data to the position where the data blocks begin,
1321 self.offset_data = tarfile.fileobj.tell()
1322 offset = self.offset_data
1389 self.offset_data = tarfile.fileobj.tell()
1390 tarfile.offset = self.offset_data + self._block(self.size)
1508 offset = next.offset_data
1554 next.offset_data
[all...]
/third_party/python/Lib/test/
H A Dtest_tarfile.py1743 buf_blk = buf[output_blk.offset:output_blk.offset_data]
1744 buf_reg = buf[output_reg.offset:output_reg.offset_data]

Completed in 9 milliseconds