/packages/services/Car/surround_view/service-impl/ |
D | core_lib.h | 180 Size2dInteger resolution; member 204 resolution{0, 0}, in SurroundView2dParams() 212 resolution(resolution_), in SurroundView2dParams() 219 bool IsValid() const { return resolution.IsValid() && physical_size.IsValid(); } in IsValid() 222 return resolution == rhs.resolution && physical_size == rhs.physical_size && 229 resolution = rhs.resolution; 272 Size2dInteger resolution; member 287 resolution(0, 0), in SurroundView3dParams() 300 resolution(resolution_), in SurroundView3dParams() 308 resolution.IsValid(); in IsValid() [all …]
|
D | ConfigReader.cpp | 85 ReadValue(outputResolutionElem, "Width", &sv2dParams->resolution.width)); in ReadSvConfig2d() 87 ReadValue(outputResolutionElem, "Height", &sv2dParams->resolution.height)); in ReadSvConfig2d() 161 ReadValue(outputResolutionElem, "Width", &sv3dParams->resolution.width)); in ReadSvConfig3d() 163 ReadValue(outputResolutionElem, "Height", &sv3dParams->resolution.height)); in ReadSvConfig3d()
|
D | ConfigReaderTests.cpp | 62 EXPECT_EQ(svConfig.sv2dConfig.sv2dParams.resolution.width, 600); in TEST() 63 EXPECT_EQ(svConfig.sv2dConfig.sv2dParams.resolution.height, 900); in TEST()
|
D | CoreLibSetupHelper.cpp | 172 resolution{ /*width=*/ 1024, /*height*/ 768}; in Get2dParams() local 179 resolution, physical_size, physical_center); in Get2dParams()
|
D | SurroundView2dSession.cpp | 598 mOutputWidth = mIOModuleConfig->sv2dConfig.sv2dParams.resolution.width; in initialize() 599 mOutputHeight = mIOModuleConfig->sv2dConfig.sv2dParams.resolution.height; in initialize()
|
D | SurroundView3dSession.cpp | 748 mOutputWidth = mIOModuleConfig->sv3dConfig.sv3dParams.resolution.width; in initialize() 749 mOutputHeight = mIOModuleConfig->sv3dConfig.sv3dParams.resolution.height; in initialize()
|
/packages/services/BuiltInPrintService/jni/plugins/ |
D | lib_pwg.c | 143 media_type_t media_type, int resolution, duplex_t duplex, duplex_dry_time_t dry_time, in _start_job() argument 169 header_pwg.HWResolution[0] = resolution; in _start_job() 170 header_pwg.HWResolution[1] = resolution; in _start_job() 172 job_info->resolution = resolution; in _start_job() 174 job_info->standard_scale = (float) resolution / (float) 72; in _start_job() 210 if (resolution == 300) { in _start_job() 212 } else if (resolution == 600) { in _start_job() 214 } else if (resolution == 1200) { in _start_job()
|
D | lib_pclm.c | 91 media_type_t media_type, int resolution, duplex_t duplex, duplex_dry_time_t dry_time, in _start_job() argument 120 job_info->resolution = resolution; in _start_job() 122 job_info->standard_scale = (float) resolution / (float) STANDARD_SCALE_FOR_PDF; in _start_job() 157 if (resolution == 300) { in _start_job() 159 } else if (resolution == 600) { in _start_job() 161 } else if (resolution == 1200) { in _start_job()
|
D | lib_pcl.h | 102 int resolution; member 129 media_type_t media_type, int resolution, duplex_t duplex,
|
/packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/ |
D | genJPEGStrips.cpp | 52 JSAMPLE *imageBuffer, int resolution, colorSpaceDisposition destCS, int *numCompBytes) { in write_JPEG_Buff() argument 96 cinfo.X_density = (UINT16) resolution; in write_JPEG_Buff() 97 cinfo.Y_density = (UINT16) resolution; in write_JPEG_Buff() 129 resolution, quality, *numCompBytes); in write_JPEG_Buff()
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
D | LocalVideo.java | 117 private void parseResolution(String resolution) { in parseResolution() argument 118 if (resolution == null) return; in parseResolution() 119 int m = resolution.indexOf('x'); in parseResolution() 122 int w = Integer.parseInt(resolution.substring(0, m)); in parseResolution() 123 int h = Integer.parseInt(resolution.substring(m + 1)); in parseResolution()
|
/packages/services/Car/evs/manager/1.1/ |
D | HalDisplay.cpp | 147 indent, displayConfig.resolution.getWidth()); in toString() 149 indent, displayConfig.resolution.getHeight()); in toString()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/ |
D | MasterClear.java | 220 final ResolveInfo resolution = pm.resolveActivity(requestAccountConfirmation, 0); in getAccountConfirmationIntent() local 221 if (resolution != null in getAccountConfirmationIntent() 222 && resolution.activityInfo != null in getAccountConfirmationIntent() 223 && packageName.equals(resolution.activityInfo.packageName)) { in getAccountConfirmationIntent()
|
/packages/apps/Settings/src/com/android/settings/ |
D | MasterClear.java | 220 final ResolveInfo resolution = pm.resolveActivity(requestAccountConfirmation, 0); in getAccountConfirmationIntent() local 221 if (resolution != null in getAccountConfirmationIntent() 222 && resolution.activityInfo != null in getAccountConfirmationIntent() 223 && packageName.equals(resolution.activityInfo.packageName)) { in getAccountConfirmationIntent()
|
/packages/services/Car/evs/sampleDriver/ |
D | GlWrapper.cpp | 202 mWidth = pConfig->resolution.getWidth(); in initialize() 203 mHeight = pConfig->resolution.getHeight(); in initialize()
|
/packages/services/BuiltInPrintService/jni/plugins/genPCLm/inc/ |
D | genPCLm.h | 28 JSAMPLE *imageBuffer, int resolution, colorSpaceDisposition, int *numCompBytes);
|
/packages/services/BuiltInPrintService/jni/lib/ |
D | lib_wprint.c | 1521 int resolution = printer_cap->supportedResolutions[index]; in _findCloseResolutionSupported() local 1522 if (resolution == desiredResolution) { in _findCloseResolutionSupported() 1524 return resolution; in _findCloseResolutionSupported() 1526 int difference = abs(desiredResolution - resolution); in _findCloseResolutionSupported() 1528 if (resolution <= maxResolution) { in _findCloseResolutionSupported() 1530 closeResolution = resolution; in _findCloseResolutionSupported()
|
/packages/apps/Launcher3/protos/ |
D | launcher_atom.proto | 173 …al int32 grid_x = 2 [default = -1]; // [0, m], m varies based on the display density and resolution 174 …al int32 grid_y = 3 [default = -1]; // [0, n], n varies based on the display density and resolution
|
/packages/providers/MediaProvider/apex/framework/api/ |
D | removed.txt | 39 field public static final String RESOLUTION = "resolution";
|
D | current.txt | 341 field public static final String RESOLUTION = "resolution";
|
/packages/apps/Car/libs/car-messenger-common/proto/ |
D | notification_msg.proto | 183 // Sender's low-resolution thumbnail
|
/packages/apps/TV/src/com/android/tv/ui/ |
D | ChannelBannerView.java | 306 mResolutionTextView = findViewById(R.id.resolution); in onFinishInflate()
|
/packages/apps/TV/src/com/android/tv/guide/ |
D | ProgramTableAdapter.java | 379 mResolutionView = (TextView) mDetailView.findViewById(R.id.resolution); in ProgramRowViewHolder()
|
/packages/services/Car/car-lib/src/android/car/navigation/ |
D | navigation_state.proto | 513 // nanosecond resolution in UTC Epoch time. It is encoded using the
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
D | Doxyfile.in | 590 # type resolution of all parameters of a function it will reject a match between
|