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

/frameworks/base/media/libstagefright/
H A DOggExtractor.cpp105 vorbis_comment mVc; member in struct:android::MyVorbisExtractor
210 vorbis_comment_init(&mVc);
214 vorbis_comment_clear(&mVc);
623 if (0 != _vorbis_unpack_comment(&mVc, &bits)) {
678 for (int i = 0; i < mVc.comments; ++i) {
679 const char *comment = mVc.user_comments[i];
688 mVc.comment_lengths[i] - tagLen - 1);
701 for (int i = 0; i < mVc.comments; ++i) {
702 LOGI("comment #%d: '%s'", i + 1, mVc.user_comments[i]);

Completed in 41 milliseconds