Searched refs:resolutions (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/remoting/host/
H A Ddesktop_resizer_mac.cc40 std::list<ScreenResolution>* resolutions);
61 std::list<ScreenResolution> resolutions; local
62 GetSupportedModesAndResolutions(&modes, &resolutions);
63 return resolutions;
73 std::list<ScreenResolution> resolutions; local
74 GetSupportedModesAndResolutions(&modes, &resolutions);
79 for (std::list<ScreenResolution>::const_iterator i = resolutions.begin();
80 i != resolutions.end(); ++i, ++index) {
122 std::list<ScreenResolution>* resolutions) {
146 resolutions
120 GetSupportedModesAndResolutions( base::ScopedCFTypeRef<CFMutableArrayRef>* modes, std::list<ScreenResolution>* resolutions) argument
[all...]
H A Dresizing_host_observer.cc79 // this does not differentiate between resolutions that don't require
154 // If the implementation returns any resolutions, pick the best one according
156 std::list<ScreenResolution> resolutions = local
158 if (resolutions.empty())
160 CandidateResolution best_candidate(resolutions.front(), resolution);
161 for (std::list<ScreenResolution>::const_iterator i = ++resolutions.begin();
162 i != resolutions.end(); ++i) {
H A Ddesktop_resizer_win.cc83 // Enumerate the resolutions to return, and where there are multiple modes of
91 std::list<ScreenResolution> resolutions;
129 resolutions.push_back(candidate_resolution);
135 return resolutions;
/external/chromium_org/third_party/webrtc/modules/video_capture/android/
H A Ddevice_info_android.cc28 // Helper for storing lists of pairs of ints. Used e.g. for resolutions & FPS
47 IntPairs resolutions; // Pairs are: (width,height). member in struct:webrtc::videocapturemodule::AndroidCameraInfo
56 << ", orientation: " << orientation << ", resolutions: ["
57 << IntPairsToString(resolutions, 'x') << "]";
132 info.resolutions.push_back(std::make_pair(
204 for (size_t i = 0; i < info->resolutions.size(); ++i) {
206 const IntPair& size = info->resolutions[i];
/external/doclava/src/com/google/doclava/
H A DAnnotationValueInfo.java106 ArrayList<Resolution> resolutions = mResolutions;
110 for (Resolution resolution : resolutions) {
H A DAnnotationInstanceInfo.java102 ArrayList<Resolution> resolutions = mResolutions;
106 for (Resolution resolution : resolutions) {
H A DTypeInfo.java426 ArrayList<Resolution> resolutions = mResolutions;
430 for (Resolution resolution : resolutions) {
H A DMethodInfo.java868 ArrayList<Resolution> resolutions = mResolutions;
872 for (Resolution resolution : resolutions) {
H A DClassInfo.java2293 ArrayList<Resolution> resolutions = mResolutions;
2297 for (Resolution resolution : resolutions) {
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dpi.h67 opj_pi_resolution_t *resolutions; member in struct:opj_pi_comp
H A Dtcd.c66 opj_tcd_resolution_t *res = &tilec->resolutions[resno];
224 opj_tcd_resolution_t *res = &tilec->resolutions[resno];
317 opj_tcd_resolution_t *res = &tilec->resolutions[resno];
413 opj_tcd_resolution_t *res = &tilec->resolutions[resno];
727 if (l_tilec->resolutions == 00) { \
728 l_tilec->resolutions = (opj_tcd_resolution_t *) opj_malloc(l_data_size); \
729 if (! l_tilec->resolutions ) { \
732 /*fprintf(stderr, "\tAllocate resolutions of tilec (opj_tcd_resolution_t): %d\n",l_data_size);*/ \
734 memset(l_tilec->resolutions,0,l_data_size); \
737 opj_tcd_resolution_t* new_resolutions = (opj_tcd_resolution_t *) opj_realloc(l_tilec->resolutions, l_data_siz
[all...]
H A Dpi.c88 * @param p_max_res the maximum number of resolutions for all the poc inside the tile.
89 * @param p_dx_min the minimum dx of all the components of all the resolutions for the tile.
90 * @param p_dy_min the minimum dy of all the components of all the resolutions for the tile.
114 * @param p_max_res the maximum number of resolutions for all the poc inside the tile.
115 * @param p_dx_min the minimum dx of all the components of all the resolutions for the tile.
116 * @param p_dy_min the minimum dy of all the components of all the resolutions for the tile.
140 * @param p_max_res pointer that will hold the the maximum number of resolutions for all the poc inside the tile.
141 * @param p_dx_min pointer that will hold the the minimum dx of all the components of all the resolutions for the tile.
142 * @param p_dy_min pointer that will hold the the minimum dy of all the components of all the resolutions for the tile.
171 * @param p_max_res pointer that will hold the the maximum number of resolutions fo
[all...]
H A Dtcd.h159 OPJ_UINT32 numresolutions; /* number of resolutions level */
160 OPJ_UINT32 minimum_num_resolutions; /* number of resolutions level to decode (at max)*/
161 opj_tcd_resolution_t *resolutions; /* resolutions information */ member in struct:opj_tcd_tilecomp
162 OPJ_UINT32 resolutions_size; /* size of data for resolutions (in bytes) */
H A Ddwt.c407 l_cur_res = tilec->resolutions + l;
410 l_data_size = opj_dwt_max_resolution( tilec->resolutions,tilec->numresolutions) * (OPJ_UINT32)sizeof(OPJ_INT32);
564 opj_tcd_resolution_t* tr = tilec->resolutions;
837 opj_tcd_resolution_t* res = tilec->resolutions;
H A Dt2.c559 opj_tcd_resolution_t *res = &tilec->resolutions[resno];
830 opj_tcd_resolution_t* l_res = &p_tile->comps[p_pi->compno].resolutions[p_pi->resno];
1091 opj_tcd_resolution_t* l_res = &p_tile->comps[p_pi->compno].resolutions[p_pi->resno];
1214 opj_tcd_resolution_t* l_res = &p_tile->comps[p_pi->compno].resolutions[p_pi->resno];
H A Dt1.c1272 opj_tcd_resolution_t* res = &tilec->resolutions[resno];
1300 opj_tcd_resolution_t* pres = &tilec->resolutions[resno - 1];
1304 opj_tcd_resolution_t* pres = &tilec->resolutions[resno - 1];
1473 opj_tcd_resolution_t *res = &tilec->resolutions[resno];
1493 opj_tcd_resolution_t *pres = &tilec->resolutions[resno - 1];
1497 opj_tcd_resolution_t *pres = &tilec->resolutions[resno - 1];
H A Dj2k.c1118 * @param p_nb_resolutions the number of resolutions.
3046 /* change the value of the max layer according to the actual number of layers in the file, components and resolutions*/
6857 opj_event_msg(p_manager, EVT_ERROR, "Number of resolutions is too high in comparison to the size of tiles\n");
6862 opj_event_msg(p_manager, EVT_ERROR, "Number of resolutions is too high in comparison to the size of tiles\n");
7761 l_res = l_tilec->resolutions + l_img_comp_src->resno_decoded;
8350 /* If user wants to remove more resolutions than the codestream contains, return error */
8352 opj_event_msg(p_manager, EVT_ERROR, "Error decoding component %d.\nThe number of resolutions to remove is higher than the number "
8353 "of resolutions of this component\nModify the cp_reduce parameter.\n\n", compno);
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/XME/
H A Dxme.c312 XiGMiscResolutionInfo *resolutions; local
333 resolutions = (XiGMiscResolutionInfo*)Xmalloc(size);
334 if (!resolutions) {
341 _XReadPad(dpy, (void*)resolutions, size);
343 *presolutions = resolutions;
/external/chromium_org/v8/src/
H A Dpromise.js275 var resolutions = [];
283 deferred.resolve(resolutions);
292 resolutions[i_captured] = x;
293 if (--count === 0) deferred.resolve(resolutions);
/external/chromium_org/chrome/browser/resources/options/chromeos/
H A Ddisplay_options.js15 * resolutions: Array.<{width: number, height: number, originalWidth: number,
193 var resolution = display.resolutions[ev.target.value];
636 if (display.resolutions.length <= 1) {
645 for (var i = 0; i < display.resolutions.length; i++) {
648 option.textContent = display.resolutions[i].width + 'x' +
649 display.resolutions[i].height;
650 if (display.resolutions[i].isBest) {
653 } else if (display.resolutions[i].isNative) {
657 if (display.resolutions[i].deviceScaleFactor && previousOption &&
660 ' (' + display.resolutions[
[all...]
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_texture_array.spec351 and intensity component resolutions. Proxy image arrays do not include
358 component resolutions are set to zero. If the image array would be
/external/mesa3d/docs/
H A DMESA_texture_array.spec351 and intensity component resolutions. Proxy image arrays do not include
358 component resolutions are set to zero. If the image array would be
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 5007 milliseconds