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

  /frameworks/av/media/libstagefright/wifi-display/
VideoFormats.cpp 137 memcpy(mConfigs, mResolutionTable, sizeof(mConfigs));
166 mConfigs[i][j].profile = mConfigs[i][j].level = 0;
175 mConfigs[i][j].profile = (1ul << PROFILE_CBP);
176 mConfigs[i][j].level = (1ul << LEVEL_31);
211 mConfigs[type][index].profile = (1ul << PROFILE_CBP);
212 mConfigs[type][index].level = (1ul << LEVEL_31);
215 mConfigs[type][index].profile = 0;
216 mConfigs[type][index].level = 0
    [all...]
VideoFormats.h 117 config_t mConfigs[kNumResolutionTypes][32];
  /cts/tests/tests/drm/src/android/drm/cts/
DRMTest.java 44 private ArrayList<Config> mConfigs = new ArrayList<Config>();
54 mConfigs.clear();
58 mConfigs.add(config);
89 for (Config config : mConfigs) {
96 for (Config config : mConfigs) {
104 for (Config config : mConfigs) {
116 for (Config config : mConfigs) {
123 for (Config config : mConfigs) {
130 for (Config config : mConfigs) {
143 for (Config config : mConfigs) {
    [all...]
  /frameworks/base/tools/aapt/
ResourceTable.h 458 const DefaultKeyedVector<String16, sp<ConfigList> >& getConfigs() const { return mConfigs; }
469 DefaultKeyedVector<String16, sp<ConfigList> > mConfigs;
ResourceTable.cpp     [all...]

Completed in 84 milliseconds