Home
last modified time | relevance | path

Searched refs:app_len (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxer.cc2892 const size_t app_len = strlen(temp) + 1; in Init() local
2896 muxing_app_ = new (std::nothrow) char[app_len]; // NOLINT in Init()
2901 strcpy_s(muxing_app_, app_len, temp); in Init()