Searched refs:mResolutionTable (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/wifi-display/
H A DVideoFormats.h116 static const config_t mResolutionTable[kNumResolutionTypes][32]; member in struct:android::VideoFormats
H A DVideoFormats.cpp28 const VideoFormats::config_t VideoFormats::mResolutionTable[][32] = { member in class:android::VideoFormats
137 memcpy(mConfigs, mResolutionTable, sizeof(mConfigs));
281 const config_t *config = &mResolutionTable[type][index];

Completed in 53 milliseconds