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 58 kKeyVorbisBooks = 'vboo', // raw data
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorUtils.cpp 96 if (meta->findData(kKeyVorbisBooks, &type, &data, &size)) {
97 LOG1("displayMetaData kKeyVorbisBooks type=%d size=%d", type, size);
  /frameworks/av/cmds/stagefright/
sf2.cpp 400 CHECK(meta->findData(kKeyVorbisBooks, &type, &data, &size));
  /frameworks/av/media/libstagefright/
Utils.cpp 244 if (!meta->findData(kKeyVorbisBooks, &type, &data, &size)) {
OggExtractor.cpp 756 mMeta->setData(kKeyVorbisBooks, 0, data, size);
OMXCodec.cpp 493 CHECK(meta->findData(kKeyVorbisBooks, &type, &data, &size));
    [all...]
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp 820 kKeyVorbisBooks, 0, &codecPrivate[offset],

Completed in 1099 milliseconds