Home
last modified time | relevance | path

Searched refs:EncodeFixed32 (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/core/lib/wav/
Dwav_io.cc182 core::EncodeFixed32(riff_chunk->chunk_data_size, file_size - 8); in EncodeAudioAsS16LEWav()
188 core::EncodeFixed32(format_chunk->chunk_data_size, kFormatChunkSize); in EncodeAudioAsS16LEWav()
191 core::EncodeFixed32(format_chunk->sample_rate, sample_rate); in EncodeAudioAsS16LEWav()
192 core::EncodeFixed32(format_chunk->bytes_per_second, bytes_per_second); in EncodeAudioAsS16LEWav()
199 core::EncodeFixed32(data_chunk->chunk_data_size, data_size); in EncodeAudioAsS16LEWav()
/external/tensorflow/tensorflow/core/lib/io/
Drecord_writer.h106 core::EncodeFixed32(header + sizeof(uint64), in PopulateHeader()
111 core::EncodeFixed32(footer, MaskedCrc(data, n)); in PopulateFooter()
Dtable_builder.cc212 core::EncodeFixed32(trailer + 1, crc32c::Mask(crc)); in WriteRawBlock()
Drecordio_test.cc160 core::EncodeFixed32(&contents_[header_offset], crc); in FixChecksum()
/external/tensorflow/tensorflow/core/lib/core/
Dcoding.cc32 void EncodeFixed32(char* buf, uint32 value) { in EncodeFixed32() function
66 EncodeFixed32(buf, value); in PutFixed32()
Dcoding_test.cc48 EncodeFixed32(buf, v); in TEST()
98 EncodeFixed32(dst, 0x04030201); in TEST()
Dcoding.h40 extern void EncodeFixed32(char* dst, uint32 value);
/external/golang-protobuf/proto/
Dencode.go141 func (p *Buffer) EncodeFixed32(x uint64) error { func
Dall_test.go226 if o.EncodeFixed32(i) != nil {
/external/syzkaller/vendor/github.com/golang/protobuf/proto/
Dencode.go156 func (p *Buffer) EncodeFixed32(x uint64) error { func