Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
176
string LittleEndianDataInt(uint32 data) {
177
return LittleEndianData<uint32>(data);
178
}
179
180
string LittleEndianDataShort(uint16 data) {
181
return LittleEndianData<uint16>(data);
Callers
1
WavHeader
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected