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

  /frameworks/av/media/libstagefright/wifi-display/
VideoFormats.cpp 150 mNativeType = type;
158 *type = mNativeType;
401 mNativeType = (ResolutionType)(native & 7);
404 if (mNativeType >= kNumResolutionTypes) {
408 mNativeType, mNativeIndex, NULL, NULL, NULL, NULL);
440 forM4Message ? 0x00 : ((mNativeIndex << 3) | mNativeType),
441 mConfigs[mNativeType][mNativeIndex].profile,
442 mConfigs[mNativeType][mNativeIndex].level,
VideoFormats.h 112 ResolutionType mNativeType;

Completed in 405 milliseconds