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

/frameworks/av/include/media/stagefright/
H A DMetaData.h56 kKeyVorbisBooks = 'vboo', // raw data enumerator in enum:android::__anon47
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorUtils.cpp96 if (meta->findData(kKeyVorbisBooks, &type, &data, &size)) {
97 LOG1("displayMetaData kKeyVorbisBooks type=%d size=%d", type, size);
/frameworks/av/media/libstagefright/
H A DUtils.cpp227 if (!meta->findData(kKeyVorbisBooks, &type, &data, &size)) {
H A DOggExtractor.cpp756 mMeta->setData(kKeyVorbisBooks, 0, data, size);
H A DOMXCodec.cpp493 CHECK(meta->findData(kKeyVorbisBooks, &type, &data, &size));
/frameworks/av/cmds/stagefright/
H A Dsf2.cpp400 CHECK(meta->findData(kKeyVorbisBooks, &type, &data, &size));
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp784 kKeyVorbisBooks, 0, &codecPrivate[len1 + len2 + 3],

Completed in 77 milliseconds