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

/frameworks/av/media/libstagefright/codec2/vndk/include/util/
H A DC2ParamUtils.h116 size_t word_start = 0; local
118 /* std::cout << name.substr(0, word_start) << "|"
119 << name.substr(word_start, ix - word_start) << "["
125 word_start = ix;
132 word_start = ix;
133 } else if (type == kUpper && ix > word_start + 1) {
135 word_start = ix - 1;
141 word_start = ix;
150 word_start
[all...]

Completed in 1847 milliseconds