MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / LittleEndianDataInt

Function LittleEndianDataInt

tensorflow/contrib/ffmpeg/default/ffmpeg_lib.cc:176–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176string LittleEndianDataInt(uint32 data) {
177 return LittleEndianData<uint32>(data);
178}
179
180string LittleEndianDataShort(uint16 data) {
181 return LittleEndianData<uint16>(data);

Callers 1

WavHeaderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected