Searched defs:SerializeInt (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvmuxerutil.cpp140 int32 SerializeInt(IMkvWriter* writer, int64 value, int32 size) { function in namespace:mkvmuxer
228 return SerializeInt(writer, value, size);
239 return SerializeInt(writer, type, size);
266 if (SerializeInt(writer, value, static_cast<int32>(size)))
361 if (SerializeInt(writer, timecode, 2))
368 if (SerializeInt(writer, flags, 1))
442 if (SerializeInt(writer, timecode, 2))
449 if (SerializeInt(writer, flags, 1))
465 if (SerializeInt(writer, duration, duration_payload_size))
539 if (SerializeInt(write
[all...]

Completed in 88 milliseconds