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

  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.cpp 270 const int64 stop_position = writer->Position(); local
271 if (stop_position < 0)
274 if (stop_position - payload_position != static_cast<int64>(payload_size))
396 const int64 stop_position = writer->Position(); local
397 if (stop_position < 0)
400 if (stop_position - payload_position != static_cast<int64>(size))
432 const int64 stop_position = writer->Position(); local
433 if (stop_position < 0 ||
434 stop_position - payload_position != static_cast<int64>(payload))
515 const int64 stop_position = writer->Position() local
750 int64 stop_position = writer->Position(); local
949 const int64 stop_position = writer->Position(); local
1032 const int64 stop_position = writer->Position(); local
1184 const int64 stop_position = writer->Position(); local
2173 const int64 stop_position = writer->Position(); local
    [all...]
mkvmuxerutil.cpp 579 const int64 stop_position = writer->Position(); local
580 if (stop_position < 0 ||
581 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 314 milliseconds