HomeSort by relevance Sort by last modified time
    Searched refs:image_size (Results 1 - 25 of 34) sorted by null

1 2

  /device/samsung/toro/recovery/
update_cdma_modem.h 20 int update_cdma_modem(const char* image_data, size_t image_size);
update_cdma_modem.c 74 int update_cdma_modem(const char* image_data, size_t image_size) {
91 fw.size = image_size;
  /device/samsung/toroplus/recovery/
update_cdma_modem.h 20 int update_cdma_modem(const char* image_data, size_t image_size);
update_cdma_modem.c 74 int update_cdma_modem(const char* image_data, size_t image_size) {
91 fw.size = image_size;
  /device/samsung/tuna/recovery/
bootloader.h 21 size_t image_size,
bootloader.c 185 size_t image_size) {
297 size_t image_size,
326 size_t image_size,
328 unsigned int sbl_size = image_size - SBL_OFFSET;
346 size_t image_size,
349 if (image_size < SBL_OFFSET) {
350 fprintf(stderr, "image size %d is too small\n", image_size);
354 if (write_pit_partition_table(image_data, image_size) < 0) {
358 if (write_xloader(image_data, image_size, xloader_loc) < 0) {
362 if (write_sbl(image_data, image_size, sbl_loc) < 0)
    [all...]
  /external/chromium/chrome/browser/ui/views/infobars/
extension_infobar.cc 94 int image_size = Extension::EXTENSION_ICON_BITTY; local
96 image_size, ExtensionIconSet::MATCH_EXACTLY);
99 gfx::Size(image_size, image_size), ImageLoadingTracker::DONT_CACHE);
152 int image_size = Extension::EXTENSION_ICON_BITTY; local
156 image_size + kDropArrowLeftMargin + drop_image->width(), image_size,
159 image_size, image_size, false);
160 canvas->DrawBitmapInt(*drop_image, image_size + kDropArrowLeftMargin
    [all...]
  /external/chromium/webkit/glue/
image_resource_fetcher.cc 23 int image_size,
29 image_size_(image_size) {
image_resource_fetcher.h 26 int image_size,
  /external/chromium/chrome/browser/ui/views/
tab_icon_view.cc 94 int image_size = throbber.height(); local
95 PaintIcon(canvas, throbber, throbber_frame_ * image_size, 0, image_size,
96 image_size, false);
  /external/qemu/hw/
armv7m.c 165 int image_size; local
211 image_size = load_elf(kernel_filename, 0, &entry, &lowaddr, NULL);
212 if (image_size < 0) {
213 image_size = load_image_targphys(kernel_filename, 0, flash_size);
216 if (image_size < 0) {
  /external/chromium/chrome/browser/
favicon_helper.h 87 // Note that |image_size| is a hint for images with multiple sizes. The
88 // downloaded image is not resized to the given image_size. If 0 is passed,
92 int image_size,
110 virtual int DownloadFavicon(const GURL& image_url, int image_size);
186 int image_size,
favicon_helper.cc 107 int image_size,
111 return ScheduleDownload(GURL(), image_url, image_size, icon_type, callback);
221 int FaviconHelper::DownloadFavicon(const GURL& image_url, int image_size) {
223 image_size);
422 int image_size,
425 const int download_id = DownloadFavicon(image_url, image_size);
  /external/srec/srec/include/
srec_arb.h 90 asr_uint16_t image_size; member in struct:__anon15481
  /frameworks/rs/driver/linkloader/
main.cpp 60 size_t image_size = 0; local
62 if (!open_mmap_file(filename, fd, image, image_size)) {
67 dump_and_run_file(image, image_size, argc - 1, argv + 1);
70 close_mmap_file(fd, image, image_size);
  /external/chromium/chrome/browser/ui/views/download/
download_shelf_view.cc 265 gfx::Size image_size = arrow_image_->GetPreferredSize(); local
271 kDownloadsTitlePadding - image_size.width() -
278 image_size.width(), image_size.height());
279 next_x += image_size.width() + kDownloadsTitlePadding;
331 gfx::Size image_size = arrow_image_->GetPreferredSize();
340 image_size.width() - kDownloadPadding - kLeftPadding;
  /external/chromium/chrome/browser/ui/webui/chromeos/
imageburner_ui.h 231 void UpdateBurnProgress(int64 total_burnt, int64 image_size,
233 string16 GetBurnProgressText(int64 total_burnt, int64 image_size);
imageburner_ui.cc 432 int64 image_size,
437 GetBurnProgressText(total_burnt, image_size));
445 progress_value.SetInteger("total", image_size);
452 int64 image_size) {
458 if (image_size) {
459 amount_units = GetByteDisplayUnits(image_size);
460 string16 total_text = FormatBytes(image_size, amount_units, true);
  /external/chromium/chrome/browser/ui/touch/tabs/
touch_tab.cc 205 int image_size = frames.height(); local
206 int image_offset = loading_animation_frame() * image_size;
207 canvas->DrawBitmapInt(frames, image_offset, 0, image_size, image_size, x, y,
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc 967 const int image_size = frames->height(); local
    [all...]
  /external/freetype/src/sfnt/
ttsbit0.c 853 FT_ULong image_size; local
859 image_size = FT_NEXT_ULONG( p );
864 image_start = image_size * ( glyph_index - start );
865 image_end = image_start + image_size;
922 FT_ULong image_size, mm, num_glyphs; local
928 image_size = FT_NEXT_ULONG( p );
954 image_start = image_size * mm;
955 image_end = image_start + image_size;
  /system/core/fastboot/
engine.c 106 long long image_size; // real size of image file member in struct:image_data
131 * size of the buffer returned as image->image_size.
280 munmap(image->buffer, image->image_size);
307 image->image_size = st.st_size;
377 fprintf(stderr, "sending '%s' (%lli KB)...\n", partition, image.image_size/1024);
378 status = fb_download_data(usb, image.buffer, image.image_size);
  /external/opencv/cvaux/src/
cv3dtracker.cpp 135 CvSize image_size = cvSize(samples[c]->width, samples[c]->height); local
149 CV_CALL(gray_img = cvCreateImage(image_size, IPL_DEPTH_8U, 1));
167 CV_CALL(tmp_img = cvCreateImage(image_size, IPL_DEPTH_8U, 1));
229 image_size,
  /external/opencv/cv/include/
cvcompat.h 585 CvSize image_size, CvPoint2D32f* _image_points, CvPoint3D32f* _object_points,
603 cvCalibrateCamera2( &object_points, &image_points, &point_counts, image_size,
610 CvSize image_size, CvPoint2D64f* _image_points, CvPoint3D64f* _object_points,
628 cvCalibrateCamera2( &object_points, &image_points, &point_counts, image_size,
638 CvSize CV_UNREFERENCED(image_size), CvPoint2D32f* _image_points,
663 CvSize CV_UNREFERENCED(image_size), CvPoint2D64f* _image_points,
    [all...]
  /external/srec/srec/clib/
srec_arb.c 307 /* ASSERT(allotree->image_size == buffer_size); hack for now */
311 pfread(&allotree->image_size, sizeof(asr_uint16_t), 1, fp); /* image_szie */
357 PLogMessage("read arbdata image size %d\n", allotree->image_size);

Completed in 618 milliseconds

1 2