Home
last modified time | relevance | path

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

/frameworks/av/include/media/stagefright/
DMetaData.h59 kKeyVorbisBooks = 'vboo', // raw data enumerator
/frameworks/av/media/libstagefright/webm/
DWebmWriter.cpp136 CHECK(md->findData(kKeyVorbisBooks, &type, &headerData3, &headerSize3)); in audioTrack()
/frameworks/av/cmds/stagefright/
Dsf2.cpp424 CHECK(meta->findData(kKeyVorbisBooks, &type, &data, &size)); in makeFormat()
/frameworks/av/media/libstagefright/
DUtils.cpp330 if (!meta->findData(kKeyVorbisBooks, &type, &data, &size)) { in convertMetaDataToMessage()
DOggExtractor.cpp805 mMeta->setData(kKeyVorbisBooks, 0, data, size); in verifyHeader()
DOMXCodec.cpp566 CHECK(meta->findData(kKeyVorbisBooks, &type, &data, &size)); in configureCodec()
/frameworks/av/media/libstagefright/matroska/
DMatroskaExtractor.cpp917 kKeyVorbisBooks, 0, &codecPrivate[offset], in addVorbisCodecInfo()