Searched refs:chunk_count_ (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp2053 : chunk_count_(0),
2238 chunk_count_++;
2664 if (chunk_count_ > 0)
2935 chunk_count_++;
3043 sprintf_s(ext_chk, sizeof(ext_chk), "_%06d.%s", chunk_count_, ext);
3045 snprintf(ext_chk, sizeof(ext_chk), "_%06d.%s", chunk_count_, ext);
H A Dmkvmuxer.hpp1297 int chunk_count_; member in class:mkvmuxer::Segment

Completed in 34 milliseconds