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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvmuxer.hpp555 // Add a title string to this chapter, per the semantics described
559 // The title ("chapter string") is a UTF-8 string.
571 bool add_string(const char* title,
587 // Copies the title to the |title_| member. Returns false on
589 bool set_title(const char* title);
651 // the same logical title can be rendered in different languages.
H A Dmkvmuxer.cpp1141 bool Chapter::add_string(const char* title, argument
1150 if (!d.set_title(title))
1294 bool Chapter::Display::set_title(const char* title) { argument
1295 return StrCpy(title, &title_);

Completed in 46 milliseconds