HomeSort by relevance Sort by last modified time
    Searched refs:kKeyVorbisBooks (Results 1 - 7 of 7) sorted by null

  /frameworks/av/include/media/stagefright/
MetaData.h 59 kKeyVorbisBooks = 'vboo', // raw data
  /frameworks/av/cmds/stagefright/
sf2.cpp 424 CHECK(meta->findData(kKeyVorbisBooks, &type, &data, &size));
  /frameworks/av/media/libstagefright/webm/
WebmWriter.cpp 136 CHECK(md->findData(kKeyVorbisBooks, &type, &headerData3, &headerSize3));
  /frameworks/av/media/libstagefright/
OggExtractor.cpp 805 mMeta->setData(kKeyVorbisBooks, 0, data, size);
Utils.cpp 330 if (!meta->findData(kKeyVorbisBooks, &type, &data, &size)) {
OMXCodec.cpp 566 CHECK(meta->findData(kKeyVorbisBooks, &type, &data, &size));
    [all...]
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp 917 kKeyVorbisBooks, 0, &codecPrivate[offset],

Completed in 47 milliseconds