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 147 mNativeType = type;
155 *type = mNativeType;
285 mNativeType = (ResolutionType)(native & 7);
288 if (mNativeType >= kNumResolutionTypes) {
292 mNativeType, mNativeIndex, NULL, NULL, NULL, NULL);
324 forM4Message ? 0x00 : ((mNativeIndex << 3) | mNativeType),
VideoFormats.h 94 ResolutionType mNativeType;

Completed in 264 milliseconds