/external/qemu/ |
thunk.c | 193 int array_length, i, dst_size, src_size; local 199 src_size = thunk_type_size(type_ptr, 1 - to_host); 205 s += src_size;
|
/external/stlport/src/c_locale_win32/ |
c_wlocale_win32.c | 223 const wchar_t* src, size_t src_size) {
227 if (src_size > INT_MAX) {
229 _STLP_WCSNCPY(dst, dst_size, src, src_size);
231 return src_size;
236 result = LCMapStringW(lcol->lc.id, LCMAP_SORTKEY, src, (int)src_size, dst, (int)dst_size);
|
c_locale_win32.c | [all...] |
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/ |
c_wlocale_win32.c | 223 const wchar_t* src, size_t src_size) {
227 if (src_size > INT_MAX) {
229 _STLP_WCSNCPY(dst, dst_size, src, src_size);
231 return src_size;
236 result = LCMapStringW(lcol->lc.id, LCMAP_SORTKEY, src, (int)src_size, dst, (int)dst_size);
|
c_locale_win32.c | [all...] |
/external/chromium_org/ui/surface/ |
accelerated_surface_transformer_win.cc | 357 gfx::Size src_size = src_subrect.size(); local 360 if (src_size.IsEmpty() || dst_size.IsEmpty()) 503 gfx::Size src_size = d3d_utils::GetSize(gpu_surface); local 508 src_size.width() * 4 == dst_bytes_per_row && 509 dst_num_rows >= src_size.height()); 514 hr = device()->CreateOffscreenPlainSurface(src_size.width(), 515 src_size.height(),
|
/external/chromium_org/content/browser/renderer_host/ |
compositing_iosurface_transformer_mac_unittest.cc | 467 const gfx::Size src_size(params.src_width, params.src_height); 469 const SkBitmap src_bitmap = GenerateTestPatternBitmap(src_size); 472 RunResizeTest(src_bitmap, gfx::Rect(src_size), dst_size); 504 const gfx::Size src_size(params.src_width, params.src_height); 506 const SkBitmap src_bitmap = GenerateTestPatternBitmap(src_size); 509 RunTransformRGBToYV12Test(src_bitmap, gfx::Rect(src_size), dst_size);
|
/hardware/samsung_slsi/exynos5/libswconverter/ |
csc_interleave_memcpy_neon.s | 39 * @param src_size 40 * src_size or src1 53 @r3 src_size
|
swconvertor.c | 83 * @param src_size 90 unsigned int src_size) 93 for(i=0; i<src_size/2; i++) { 111 * @param src_size 118 unsigned int src_size) 121 for(i=0; i<src_size; i++) {
|
/external/opencv/cv/src/ |
cvderiv.cpp | 48 CvSize src_size, const float* kx, const float* ky, float* buffer ) 53 assert( src && dst && src_size.width > 2 && src_size.height > 2 && 60 dst_width = src_size.width - 2; 67 src_size.width = dst_width; 73 assert( src_step >= src_size.width && dst_step >= dst_width ); 75 src_size.height -= 3; 80 src_size.height += 3; 83 src_size.width = 0; 86 for( y = 0; y <= src_size.height; y++, src += src_step [all...] |
cvpyrsegmentation.cpp | 1836 CvSize src_size, dst_size; local [all...] |
cvlkpyramid.cpp | 227 CvSize src_size, const float* smooth_k, float* buffer0 ) 229 int src_width = src_size.width, dst_width = src_size.width-2; 230 int x, height = src_size.height - 2; [all...] |
/external/chromium_org/skia/ext/ |
image_operations.cc | 141 void ComputeFilters(int src_size, 211 void ResizeFilter::ComputeFilters(int src_size, 254 int src_end = std::min(src_size - 1, CeilInt(src_pixel + src_support));
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_blit.c | 397 GLubyte *src_bits, GLuint src_size, 407 int dwords = ALIGN(src_size, 8) / 4; 428 dst_buffer, dst_pitch, dst_offset, x, y, w, h, src_size, dwords);
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_blit.c | 397 GLubyte *src_bits, GLuint src_size, 407 int dwords = ALIGN(src_size, 8) / 4; 428 dst_buffer, dst_pitch, dst_offset, x, y, w, h, src_size, dwords);
|
/external/chromium_org/chrome/test/base/ |
ui_test_utils.cc | 304 size_t match, exe_size, src_size; 311 src_size = src_parts.size(); 312 for (match = 0; match < exe_size && match < src_size; ++match) { 319 for (size_t tmp_itr = match; tmp_itr < src_size; ++tmp_itr)
|
/external/libyuv/files/include/libyuv/ |
convert_argb.h | 193 // "src_size" is needed to parse MJPG. 215 int ConvertToARGB(const uint8* src_frame, size_t src_size,
|
convert.h | 213 // "src_size" is needed to parse MJPG. 235 int ConvertToI420(const uint8* src_frame, size_t src_size,
|
/external/opencv/cvaux/src/ |
_cvvm.h | 110 CvSize src_size,
|
/hardware/ti/omap4xxx/camera/inc/ |
Encoder_libjpeg.h | 113 int src_size; member in struct:android::Encoder_libjpeg::params
|
/system/media/camera/include/system/ |
camera_metadata.h | 168 * Allocate a new camera_metadata structure of size src_size. Copy the data, 177 size_t src_size);
|
/external/chromium_org/content/common/gpu/client/ |
gl_helper_unittests.cc | 130 scaler_stages[i].src_size.width(), 131 scaler_stages[i].src_size.height(), 218 scaler_stages[i].src_size.width()); 220 scaler_stages[i].src_size.height()); 224 scaler_stages[i].src_size.width()); 226 scaler_stages[i].src_size.height()); [all...] |
/external/chromium_org/third_party/ots/src/ |
woff2.cc | 760 const uint8_t* src_buf, size_t src_size, uint32_t compression_type) { 764 src_buf, src_size); 770 if (src_size < kLzmaHeaderSize) { 776 size_t compressed_size = src_size; [all...] |
/system/media/camera/src/ |
camera_metadata.c | 168 size_t src_size) { 174 void *buffer = malloc(src_size); 175 memcpy(buffer, src, src_size); 178 if (validate_camera_metadata_structure(metadata, &src_size) != OK) { [all...] |
/hardware/ti/omap4xxx/camera/ |
AppCallbackNotifier.cpp | [all...] |