Searched defs:mVc (Results 1 - 1 of 1) sorted by last modified time

/frameworks/av/media/libstagefright/
H A DOggExtractor.cpp125 vorbis_comment mVc; member in struct:android::MyOggExtractor
316 vorbis_comment_init(&mVc);
320 vorbis_comment_clear(&mVc);
1070 int err = _vorbis_unpack_comment(&mVc, &bits);
1144 if (0 != _vorbis_unpack_comment(&mVc, &bits)) {
1178 for (int i = 0; i < mVc.comments; ++i) {
1179 const char *comment = mVc.user_comments[i];
1180 size_t commentLength = mVc.comment_lengths[i];
1182 //ALOGI("comment #%d: '%s'", i + 1, mVc.user_comments[i]);

Completed in 45 milliseconds