Searched refs:kKeyVorbisBooks (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/include/media/stagefright/ |
D | MetaData.h | 59 kKeyVorbisBooks = 'vboo', // raw data enumerator
|
/frameworks/av/media/libstagefright/webm/ |
D | WebmWriter.cpp | 136 CHECK(md->findData(kKeyVorbisBooks, &type, &headerData3, &headerSize3)); in audioTrack()
|
/frameworks/av/cmds/stagefright/ |
D | sf2.cpp | 424 CHECK(meta->findData(kKeyVorbisBooks, &type, &data, &size)); in makeFormat()
|
/frameworks/av/media/libstagefright/ |
D | Utils.cpp | 330 if (!meta->findData(kKeyVorbisBooks, &type, &data, &size)) { in convertMetaDataToMessage()
|
D | OggExtractor.cpp | 805 mMeta->setData(kKeyVorbisBooks, 0, data, size); in verifyHeader()
|
D | OMXCodec.cpp | 566 CHECK(meta->findData(kKeyVorbisBooks, &type, &data, &size)); in configureCodec()
|
/frameworks/av/media/libstagefright/matroska/ |
D | MatroskaExtractor.cpp | 917 kKeyVorbisBooks, 0, &codecPrivate[offset], in addVorbisCodecInfo()
|