Searched refs:height (Results 1 - 25 of 7326) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jar ... int, int, int) int left int top int width int height com.google.zxing.LuminanceSource newSource public boolean ...
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DCaptureActivity.java126 int height = intent.getIntExtra(Intents.Scan.HEIGHT, 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.java67 * @param height The height 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);
76 int height = getHeight();
80 if (width == dataWidth && height == dataHeight) {
84 int area = width * height;
96 for (int y = 0; y < height; y++) {
111 int height = getHeight();
112 int[] pixels = new int[width * height];
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.java88 int height = canvas.getHeight();
95 canvas.drawRect(0, frame.bottom + 1, width, height, paint);
114 int middle = frame.height() / 2 + frame.top;
119 float scaleY = frame.height() / (float) previewFrame.height();
/external/zxing/qr_scanner/src/com/google/zxing/client/android/camera/
H A DCameraConfigurationManager.java56 int height = display.getHeight();
59 if (width < height) {
62 width = height;
63 height = temp;
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,
191 int height = screenResolution.y * 3 / 4;
192 if (height < MIN_FRAME_HEIGHT) {
193 height = MIN_FRAME_HEIGHT;
194 } else if (height > MAX_FRAME_HEIGHT) {
195 height = MAX_FRAME_HEIGHT;
198 int topOffset = (screenResolution.y - height) / 2;
199 framingRect = new Rect(leftOffset, topOffset, leftOffset + width, topOffset + height);
235 * @param height The height i
237 setManualFramingRect(int width, int height) argument
266 buildLuminanceSource(byte[] data, int width, int height) argument
[all...]
/external/webrtc/src/
H A Dcommon_types.h554 unsigned short height; member in struct:webrtc::SimulcastStream
568 unsigned short height; member in struct:webrtc::VideoCodec
/external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
H A Dmain.c56 int32_t height; member in struct:engine
116 engine->height = h;
139 ((float)engine->state.y)/engine->height, 1);
/external/webrtc/src/modules/audio_processing/test/testsupport/metrics/
H A Dvideo_metrics.cc35 int height,
42 frame_result.value = I420PSNR(ref, test, width, height);
45 frame_result.value = I420SSIM(ref, test, width, height);
84 int height,
90 assert(height > 0);
108 const int frame_length = 3 * width * height >> 1;
117 CalculateFrame(kPSNR, ref, test, width, height, frame_number,
121 CalculateFrame(kSSIM, ref, test, width, height, frame_number,
125 CalculateFrame(kPSNR, ref, test, width, height, frame_number,
127 CalculateFrame(kSSIM, ref, test, width, height, frame_numbe
31 CalculateFrame(VideoMetricsType video_metrics_type, uint8_t* ref, uint8_t* test, int width, int height, int frame_number, QualityMetricsResult* result) argument
80 CalculateMetrics(VideoMetricsType video_metrics_type, const char* ref_filename, const char* test_filename, int width, int height, QualityMetricsResult* psnr_result, QualityMetricsResult* ssim_result) argument
154 I420MetricsFromFiles(const char* ref_filename, const char* test_filename, int width, int height, QualityMetricsResult* psnr_result, QualityMetricsResult* ssim_result) argument
166 I420PSNRFromFiles(const char* ref_filename, const char* test_filename, int width, int height, QualityMetricsResult* result) argument
176 I420SSIMFromFiles(const char* ref_filename, const char* test_filename, int width, int height, QualityMetricsResult* result) argument
[all...]
H A Dvideo_metrics.h63 int height,
85 int height,
106 int height,
/external/webrtc/src/modules/interface/
H A Dmodule_common_types.h107 WebRtc_UWord16 height; member in struct:webrtc::RTPVideoHeader
501 * Get frame height
509 * Set frame height
511 void SetHeight(const WebRtc_UWord32 height) {_height = height;} argument
/external/webrtc/test/testsupport/metrics/
H A Dvideo_metrics.cc35 int height,
42 frame_result.value = I420PSNR(ref, test, width, height);
45 frame_result.value = I420SSIM(ref, test, width, height);
84 int height,
90 assert(height > 0);
108 const int frame_length = 3 * width * height >> 1;
117 CalculateFrame(kPSNR, ref, test, width, height, frame_number,
121 CalculateFrame(kSSIM, ref, test, width, height, frame_number,
125 CalculateFrame(kPSNR, ref, test, width, height, frame_number,
127 CalculateFrame(kSSIM, ref, test, width, height, frame_numbe
31 CalculateFrame(VideoMetricsType video_metrics_type, uint8_t* ref, uint8_t* test, int width, int height, int frame_number, QualityMetricsResult* result) argument
80 CalculateMetrics(VideoMetricsType video_metrics_type, const char* ref_filename, const char* test_filename, int width, int height, QualityMetricsResult* psnr_result, QualityMetricsResult* ssim_result) argument
154 I420MetricsFromFiles(const char* ref_filename, const char* test_filename, int width, int height, QualityMetricsResult* psnr_result, QualityMetricsResult* ssim_result) argument
166 I420PSNRFromFiles(const char* ref_filename, const char* test_filename, int width, int height, QualityMetricsResult* result) argument
176 I420SSIMFromFiles(const char* ref_filename, const char* test_filename, int width, int height, QualityMetricsResult* result) argument
[all...]
H A Dvideo_metrics.h63 int height,
85 int height,
106 int height,
/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c1641 icon->height = atoi(pos);
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_config.h474 u16 height; member in struct:hostapd_bss_config::hs20_icon
H A Dgas_serv.c568 wpabuf_put_le16(buf, icon->height);
/external/wpa_supplicant_8/src/ap/
H A Dap_config.h474 u16 height; member in struct:hostapd_bss_config::hs20_icon
H A Dgas_serv.c568 wpabuf_put_le16(buf, icon->height);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dhs20_supplicant.c38 u16 height; member in struct:osu_icon
512 icon->id, icon->width, icon->height, icon->lang,
658 icon->height = WPA_GET_LE16(pos2);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_config.h474 u16 height; member in struct:hostapd_bss_config::hs20_icon
H A Dgas_serv.c568 wpabuf_put_le16(buf, icon->height);
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/icons/
H A DMakefile14 --export-height=$(word 2, $(subst x, , $(subst /, , $(@)))) \
/external/webp/examples/
H A Ddwebp.c97 uint32_t width, uint32_t height, int has_alpha) {
124 IFS(IWICBitmapFrameEncode_SetSize(frame, width, height));
126 IFS(IWICBitmapFrameEncode_WritePixels(frame, height, stride,
127 height * stride, rgb));
141 const uint32_t height = buffer->height; local
148 rgb, stride, width, height, has_alpha));
159 const uint32_t height = buffer->height; local
182 png_set_IHDR(png, info, width, height,
95 WriteUsingWIC(const char* out_file_name, REFGUID container_guid, unsigned char* rgb, int stride, uint32_t width, uint32_t height, int has_alpha) argument
208 const uint32_t height = buffer->height; local
230 const uint32_t height = buffer->height; local
251 const int height = buffer->height; local
[all...]
/external/webp/include/webp/
H A Ddecode.h41 // Retrieve basic header information: width, height.
44 // Pointers 'width' and 'height' can be passed NULL if deemed irrelevant.
46 int* width, int* height);
49 // with the dimensions in *width and *height. The ordering of samples in
54 int* width, int* height);
58 int* width, int* height);
62 int* width, int* height);
67 int* width, int* height);
71 int* width, int* height);
78 // are both (*width + 1) / 2 and (*height
196 int width, height; // Dimensions. member in struct:WebPDecBuffer
352 WebPIDecGetYUV( const WebPIDecoder* idec, int* last_y, uint8_t** u, uint8_t** v, int* width, int* height, int* stride, int* uv_stride) argument
404 int height; // Height in pixels, as read from the bitstream. member in struct:WebPBitstreamFeatures
[all...]

Completed in 2856 milliseconds

1234567891011>>