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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvmuxerutil.cpp660 const int64 stop_position = writer->Position(); local
661 if (stop_position < 0 ||
662 stop_position - payload_position != static_cast<int64>(void_size))
H A Dmkvmuxer.cpp219 const int64 stop_position = writer->Position(); local
220 if (stop_position < 0)
223 if (stop_position - payload_position != static_cast<int64>(payload_size))
346 const int64 stop_position = writer->Position(); local
347 if (stop_position < 0)
350 if (stop_position - payload_position != static_cast<int64>(size))
382 const int64 stop_position = writer->Position(); local
383 if (stop_position < 0 ||
384 stop_position - payload_position != static_cast<int64>(payload))
472 const int64 stop_position local
702 int64 stop_position = writer->Position(); local
881 const int64 stop_position = writer->Position(); local
961 const int64 stop_position = writer->Position(); local
1116 const int64 stop_position = writer->Position(); local
2004 const int64 stop_position = writer->Position(); local
[all...]

Completed in 122 milliseconds