Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/wav/
Dwav_io.cc181 core::EncodeFixed32(riff_chunk->chunk_data_size, file_size - 8); in EncodeAudioAsS16LEWav()
187 core::EncodeFixed32(format_chunk->chunk_data_size, kFormatChunkSize); in EncodeAudioAsS16LEWav()
190 core::EncodeFixed32(format_chunk->sample_rate, sample_rate); in EncodeAudioAsS16LEWav()
191 core::EncodeFixed32(format_chunk->bytes_per_second, bytes_per_second); in EncodeAudioAsS16LEWav()
198 core::EncodeFixed32(data_chunk->chunk_data_size, data_size); in EncodeAudioAsS16LEWav()
/external/tensorflow/tensorflow/core/lib/io/
Drecord_writer.cc103 core::EncodeFixed32(header + sizeof(uint64), in WriteRecord()
106 core::EncodeFixed32(footer, MaskedCrc(data.data(), data.size())); in WriteRecord()
Drecordio_test.cc155 core::EncodeFixed32(&dest_.contents_[header_offset], crc); in FixChecksum()
Dtable_builder.cc212 core::EncodeFixed32(trailer + 1, crc32c::Mask(crc)); in WriteRawBlock()
/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/protoc-gen-go/testdata/my_test/
Dtest.pb.go649 b.EncodeFixed32(uint64(math.Float32bits(x.Height)))
Dtest.pb.go.golden649 b.EncodeFixed32(uint64(math.Float32bits(x.Height)))
/external/golang-protobuf/proto/
Dproperties.go270 p.valEnc = (*Buffer).EncodeFixed32
Dencode.go159 func (p *Buffer) EncodeFixed32(x uint64) error { func
Dall_test.go344 if o.EncodeFixed32(i) != nil {
/external/golang-protobuf/_conformance/conformance_proto/
Dconformance.pb.go1530 b.EncodeFixed32(uint64(math.Float32bits(x.OneofFloat)))
/external/golang-protobuf/proto/testdata/
Dtest.pb.go2436 b.EncodeFixed32(uint64(x.F_Fixed32))
2448 b.EncodeFixed32(uint64(math.Float32bits(x.F_Float)))