Searched refs:EncodeFixed16 (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/lib/wav/ |
D | wav_io.cc | 189 core::EncodeFixed16(format_chunk->compression_code, kCompressionCodePcm); in EncodeAudioAsS16LEWav() 190 core::EncodeFixed16(format_chunk->channel_numbers, num_channels); in EncodeAudioAsS16LEWav() 193 core::EncodeFixed16(format_chunk->bytes_per_frame, bytes_per_frame); in EncodeAudioAsS16LEWav() 194 core::EncodeFixed16(format_chunk->bits_per_sample, kBitsPerSample); in EncodeAudioAsS16LEWav() 205 core::EncodeFixed16(&data[i * kBytesPerSample], in EncodeAudioAsS16LEWav()
|
/external/tensorflow/tensorflow/core/lib/core/ |
D | coding.cc | 23 void EncodeFixed16(char* buf, uint16 value) { in EncodeFixed16() function 60 EncodeFixed16(buf, value); in PutFixed16()
|
D | coding_test.cc | 30 EncodeFixed16(buf, v); in TEST() 94 EncodeFixed16(dst, 0x0201); in TEST()
|
D | coding.h | 39 extern void EncodeFixed16(char* dst, uint16 value);
|