/external/pdfium/third_party/libopenjpeg20/ |
tcd.h | 161 OPJ_UINT32 numresolutions; /* number of resolutions level */ 162 OPJ_UINT32 minimum_num_resolutions; /* number of resolutions level to decode (at max)*/ 163 opj_tcd_resolution_t *resolutions; /* resolutions information */ member in struct:opj_tcd_tilecomp 164 OPJ_UINT32 resolutions_size; /* size of data for resolutions (in bytes) */
|
tcd.c | 66 opj_tcd_resolution_t *res = &tilec->resolutions[resno]; 234 opj_tcd_resolution_t *res = &tilec->resolutions[resno]; 327 opj_tcd_resolution_t *res = &tilec->resolutions[resno]; 423 opj_tcd_resolution_t *res = &tilec->resolutions[resno]; [all...] |
0003-dwt-decode.patch | 137 l_cur_res = tilec->resolutions + l; 140 - l_data_size = opj_dwt_max_resolution( tilec->resolutions,tilec->numresolutions) * (OPJ_UINT32)sizeof(OPJ_INT32); 142 + l_data_count = opj_dwt_max_resolution(tilec->resolutions, tilec->numresolutions) * (OPJ_UINT32)sizeof(OPJ_INT32);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
AddSuppressAnnotation.java | 141 // and besides we don't want to keep offering marker resolutions on this 304 * Adds any applicable suppress lint fix resolutions into the given list 308 * @param resolutions a list to add the created resolutions into, if any 311 List<IMarkerResolution> resolutions) { 407 resolutions.add(new AddSuppressAnnotation(id, marker, declaration, desc, null)); 418 resolutions.add(new AddSuppressAnnotation(id, marker, declaration, desc,
|
/external/aac/libSBRenc/src/ |
fram_gen.h | 203 INT v_f[MAX_ENVELOPES_FIXVAR_VARFIX]; /*!< envelope frequency resolutions for FIXVAR and VARFIX */ 211 INT v_fLR[MAX_ENVELOPES_VARVAR]; /*!< envelope frequency resolutions for VARVAR */ 259 const int *v_tuningFreq; /*!< frequency resolutions to use around transient */ 270 INT v_freq[2 * MAX_ENVELOPES_VARVAR + 1]; /*!< frequency resolutions for current frame and preliminary resolutions for next frame */ 277 INT v_freqFollow[MAX_ENVELOPES_VARVAR]; /*!< preliminary frequency resolutions for current frame (calculated during previous frame) */
|
/packages/apps/Camera2/src/com/android/camera/settings/ |
CameraSettingsActivity.java | 151 // Selected resolutions for the different cameras and sizes. 286 PreferenceGroup resolutions = local 289 recursiveDelete(resolutions, 291 recursiveDelete(resolutions, 295 recursiveDelete(resolutions, 297 recursiveDelete(resolutions,
|
/external/doclava/src/com/google/doclava/ |
Resolution.java | 24 * <p>Resolutions contain a Variable and a Value, both of which are set in the Resolution constructor.
|
/external/v8/test/webkit/fast/js/ |
Promise-resolve-chain.js | 26 description('Test chained Promise resolutions.');
|
/frameworks/base/core/java/android/print/ |
package.html | 43 the supported media sizes, color modes, resolutions, etc.
|
/packages/apps/Camera2/res/xml/ |
camera_preferences.xml | 21 <!-- Resolutions and Quality -->
|
/development/samples/ApiDemos/src/com/example/android/apis/media/projection/ |
MediaProjectionDemo.java | 49 private static final List<Resolution> RESOLUTIONS = new ArrayList<Resolution>() {{ 84 this, android.R.layout.simple_list_item_1, RESOLUTIONS);
|
/frameworks/base/docs/html/guide/practices/app-design/ |
seamlessness.jd | 15 <li><a href="#flexui">Design Your UI to Work with Multiple Screen Resolutions</a></li> 176 <h2 id="flexui">Design Your UI to Work with Multiple Screen Resolutions</h2> 178 <p>Different Android-powered devices will support different screen resolutions. 179 Some will even be able to change resolutions on the fly, such as by switching 185 resolutions, and then design your layout to accommodate various dimensions.
|
/frameworks/base/docs/html/guide/practices/ |
seamlessness.jd | 16 <li><a href="#flexui">Design Your UI to Work with Multiple Screen Resolutions</a></li> 177 <h2 id="flexui">Design Your UI to Work with Multiple Screen Resolutions</h2> 179 <p>Different Android-powered devices will support different screen resolutions. 180 Some will even be able to change resolutions on the fly, such as by switching 186 resolutions, and then design your layout to accommodate various dimensions.
|
/packages/services/Telephony/src/com/android/phone/ |
CallFeaturesSetting.java | 314 List<ResolveInfo> resolutions = pm.queryIntentActivities(intent, 0); local 315 if (!resolutions.isEmpty()) { 316 wifiCallingSettings.setTitle(resolutions.get(0).loadLabel(pm));
|
/external/autotest/client/cros/chameleon/ |
edid.py | 12 # solution is to build a database of supported resolutions and pixel
|
/external/autotest/server/site_tests/display_ResolutionList/ |
display_ResolutionList.py | 85 logging.info('External display %d: %d resolutions found.',
|
/external/freetype/include/ |
ftpfr.h | 58 * Return the outline and metrics resolutions of a given PFR face.
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/ |
ftpfr.h | 58 * Return the outline and metrics resolutions of a given PFR face.
|
/external/pdfium/third_party/freetype/include/freetype/ |
ftpfr.h | 58 * Return the outline and metrics resolutions of a given PFR face.
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
simulcast_encoder_adapter.cc | 151 // resolutions doesn't require reallocation of the first encoder, but only 264 // Don't encode frames in resolutions that we don't intend to send. 458 // Settings for lowest spatial resolutions. 462 // For resolutions below CIF, set the codec |complexity| parameter to
|
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/util/ |
NsdResolveQueue.java | 28 * resolutions to hide this effect.
|
/hardware/bsp/intel/peripheral/libmraa/examples/c++/ |
I2c-compass.cpp | 72 // digital resolutions
|
/hardware/bsp/intel/peripheral/libmraa/examples/ |
i2c_HMC5883L.c | 68 // digital resolutions
|
/hardware/bsp/intel/peripheral/libupm/src/adxl345/ |
adxl345.h | 51 * The sensor has configurable resolutions to measure ±2g, ±4g, ±8g, or ±16g.
|
/hardware/bsp/intel/peripheral/libupm/src/hmc5883l/ |
hmc5883l.cxx | 72 //digital resolutions
|