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

/frameworks/av/media/libstagefright/
H A DOggExtractor.cpp111 vorbis_comment mVc; member in struct:android::MyVorbisExtractor
219 vorbis_comment_init(&mVc);
223 vorbis_comment_clear(&mVc);
742 if (0 != _vorbis_unpack_comment(&mVc, &bits)) {
776 for (int i = 0; i < mVc.comments; ++i) {
777 const char *comment = mVc.user_comments[i];
778 size_t commentLength = mVc.comment_lengths[i];
780 //ALOGI("comment #%d: '%s'", i + 1, mVc.user_comments[i]);

Completed in 20 milliseconds