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/media/libstagefright/webm/
WebmWriter.cpp 104 CHECK(md->findData(kKeyVorbisBooks, &type, &headerData3, &headerSize3));
  /frameworks/av/cmds/stagefright/
sf2.cpp 423 CHECK(meta->findData(kKeyVorbisBooks, &type, &data, &size));
  /frameworks/av/media/libstagefright/
Utils.cpp 383 if (!meta->findData(kKeyVorbisBooks, &type, &data, &size)) {
OggExtractor.cpp     [all...]
OMXCodec.cpp 570 CHECK(meta->findData(kKeyVorbisBooks, &type, &data, &size));
    [all...]
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp 925 kKeyVorbisBooks, 0, &codecPrivate[offset],

Completed in 78 milliseconds