Searched refs:width (Results 1 - 25 of 2975) sorted by last modified time

1234567891011>>

/external/zlib/src/contrib/iostream2/
H A Dzstream.h247 oss->width(m_os->width());
/external/zlib/src/contrib/untgz/
H A Duntgz.c168 int getoct (char *p,int width) argument
173 while (width--)
/external/zlib/src/
H A Dtrees.c198 * (16 - bi_valid) bits from value, leaving (width - (16-bi_valid))
324 # define SEPARATOR(i, last, width) \
326 ((i) % (width) == (width)-1 ? ",\n" : ", "))
/external/zxing/core/
H A Dcore.jar ... LuminanceSource extends java.lang.Object { private final int width private final int height protected void " href="/6.0. ...
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DCaptureActivity.java125 int width = intent.getIntExtra(Intents.Scan.WIDTH, 0);
127 if (width > 0 && height > 0) {
128 cameraManager.setManualFramingRect(width, height);
189 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { argument
H A DDecodeHandler.java66 * @param width The width of the preview frame.
69 private void decode(byte[] data, int width, int height) { argument
72 PlanarYUVLuminanceSource source = activity.getCameraManager().buildLuminanceSource(data, width, height);
H A DPlanarYUVLuminanceSource.java42 int width, int height, boolean reverseHorizontal) {
43 super(width, height);
45 if (left + width > dataWidth || top + height > dataHeight) {
55 reverseHorizontal(width, height);
64 int width = getWidth();
65 if (row == null || row.length < width) {
66 row = new byte[width];
69 System.arraycopy(yuvData, offset, row, 0, width);
75 int width = getWidth();
80 if (width
41 PlanarYUVLuminanceSource(byte[] yuvData, int dataWidth, int dataHeight, int left, int top, int width, int height, boolean reverseHorizontal) argument
130 reverseHorizontal(int width, int height) argument
[all...]
H A DViewfinderView.java87 int width = canvas.getWidth();
92 canvas.drawRect(0, 0, width, frame.top, paint);
94 canvas.drawRect(frame.right + 1, frame.top, width, frame.bottom + 1, paint);
95 canvas.drawRect(0, frame.bottom + 1, width, height, paint);
118 float scaleX = frame.width() / (float) previewFrame.width();
/external/zxing/qr_scanner/src/com/google/zxing/client/android/camera/
H A DCameraConfigurationManager.java55 int width = display.getWidth();
59 if (width < height) {
61 int temp = width;
62 width = height;
65 screenResolution = new Point(width, height);
140 int pixels = supportedPreviewSize.height * supportedPreviewSize.width;
144 int supportedWidth = portrait ? supportedPreviewSize.height : supportedPreviewSize.width;
145 int supportedHeight = portrait ? supportedPreviewSize.width : supportedPreviewSize.height;
158 bestSize = new Point(defaultSize.width, defaultSize.height);
H A DCameraManager.java145 * in the message.obj field, with width and height encoded as message.arg1 and message.arg2,
185 int width = screenResolution.x * 3 / 4;
186 if (width < MIN_FRAME_WIDTH) {
187 width = MIN_FRAME_WIDTH;
188 } else if (width > MAX_FRAME_WIDTH) {
189 width = MAX_FRAME_WIDTH;
197 int leftOffset = (screenResolution.x - width) / 2;
199 framingRect = new Rect(leftOffset, topOffset, leftOffset + width, topOffset + height);
234 * @param width The width i
237 setManualFramingRect(int width, int height) argument
266 buildLuminanceSource(byte[] data, int width, int height) argument
[all...]
/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c1679 icon->width = atoi(pos);
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_config.h503 u16 width; member in struct:hostapd_bss_config::hs20_icon
H A Ddrv_callbacks.c437 int offset, int width, int cf1, int cf2)
444 "driver had channel switch: freq=%d, ht=%d, offset=%d, width=%d (%s), cf1=%d, cf2=%d",
445 freq, ht, offset, width, channel_width_to_string(width),
458 switch (width) {
436 hostapd_event_ch_switch(struct hostapd_data *hapd, int freq, int ht, int offset, int width, int cf1, int cf2) argument
H A Dgas_serv.c567 wpabuf_put_le16(buf, icon->width);
H A Dhostapd.h464 int offset, int width, int cf1, int cf2);
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h1464 /* enum chan_width - Channel width definitions */
1599 /* Configured ACS channel width */
4477 * @ch_width: Channel width
4567 * @ch_width: Selected Channel width by driver. Driver may choose to
4568 * change hostapd configured ACS channel width due driver internal
4639 const char * channel_width_to_string(enum chan_width width);
H A Ddriver_common.c90 const char * channel_width_to_string(enum chan_width width) argument
92 switch (width) {
H A Ddriver_nl80211.c200 enum chan_width convert2width(int width) argument
202 switch (width) {
7539 wpa_printf(MSG_DEBUG, "nl80211: Channel switch request (cs_count=%u block_tx=%u freq=%d width=%d cf1=%d cf2=%d)",
H A Ddriver_nl80211.h202 enum chan_width convert2width(int width);
H A Ddriver_nl80211_event.c413 static int calculate_chan_offset(int width, int freq, int cf1, int cf2) argument
417 switch (convert2width(width)) {
1403 wpa_printf(MSG_DEBUG, "nl80211: DFS event on freq %d MHz, ht: %d, offset: %d, width: %d, cf1: %dMHz, cf2: %dMHz",
1659 "offset: %d, width: %d, cf1: %dMHz, cf2: %dMHz",
/external/wpa_supplicant_8/src/ap/
H A Dap_config.h503 u16 width; member in struct:hostapd_bss_config::hs20_icon
H A Ddrv_callbacks.c437 int offset, int width, int cf1, int cf2)
444 "driver had channel switch: freq=%d, ht=%d, offset=%d, width=%d (%s), cf1=%d, cf2=%d",
445 freq, ht, offset, width, channel_width_to_string(width),
458 switch (width) {
436 hostapd_event_ch_switch(struct hostapd_data *hapd, int freq, int ht, int offset, int width, int cf1, int cf2) argument
H A Dgas_serv.c567 wpabuf_put_le16(buf, icon->width);
H A Dhostapd.h464 int offset, int width, int cf1, int cf2);
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h1464 /* enum chan_width - Channel width definitions */
1599 /* Configured ACS channel width */
4477 * @ch_width: Channel width
4567 * @ch_width: Selected Channel width by driver. Driver may choose to
4568 * change hostapd configured ACS channel width due driver internal
4639 const char * channel_width_to_string(enum chan_width width);

Completed in 301 milliseconds

1234567891011>>