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

  /frameworks/base/media/libstagefright/include/
AVIExtractor.h 49 bool mIsKey;
  /frameworks/base/media/libstagefright/
AVIExtractor.cpp 822 info->mIsKey = (flags & 0x10) != 0;
824 if (info->mIsKey) {
1143 *isKey = info.mIsKey;
1219 if (info.mIsKey) {
1231 if (info.mIsKey) {
    [all...]

Completed in 16 milliseconds