HomeSort by relevance Sort by last modified time
    Searched full:stop_position (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.cpp 213 const int64 stop_position = writer->Position(); local
214 if (stop_position < 0)
217 if (stop_position - payload_position != static_cast<int64>(payload_size))
339 const int64 stop_position = writer->Position(); local
340 if (stop_position < 0)
343 if (stop_position - payload_position != static_cast<int64>(size))
375 const int64 stop_position = writer->Position(); local
376 if (stop_position < 0 ||
377 stop_position - payload_position != static_cast<int64>(payload))
458 const int64 stop_position = writer->Position() local
693 int64 stop_position = writer->Position(); local
866 const int64 stop_position = writer->Position(); local
940 const int64 stop_position = writer->Position(); local
1091 const int64 stop_position = writer->Position(); local
1893 const int64 stop_position = writer->Position(); local
    [all...]
mkvmuxerutil.cpp 671 const int64 stop_position = writer->Position(); local
672 if (stop_position < 0 ||
673 stop_position - payload_position != static_cast<int64>(void_size))
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.cpp 219 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 = writer->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...]
mkvmuxerutil.cpp 660 const int64 stop_position = writer->Position(); local
661 if (stop_position < 0 ||
662 stop_position - payload_position != static_cast<int64>(void_size))

Completed in 126 milliseconds