Home
last modified time | relevance | path

Searched refs:image_format (Results 1 – 25 of 27) sorted by relevance

12

/external/autotest/client/tests/kvm/tests/
Dqemu_img.py19 image_format = params.get("image_format")
109 img += '.' + image_format
110 _create(cmd, img_name=img, fmt=image_format,
152 image_format, params.get("compressed"), params.get("encrypted"))
203 if not image_format in img_info:
262 image_format = params.get("image_format", "qcow2")
267 backing_file = "%s.%s" % (backing_file_name, image_format)
273 image_format,
274 image_format,
276 image_format)
[all …]
Dpci_hotplug.py40 image_format = params.get("image_format_stg")
115 (image_filename, driver_id, image_format))
119 (image_filename, image_format, driver_id))
/external/autotest/client/cros/video/
Dscreenshot_file_namer.py30 def __init__(self, image_format): argument
31 self._image_format = image_format
35 def image_format(self): member in ScreenShotFileNamer
64 return filename + '.' + self.image_format
/external/sfntly/cpp/src/sfntly/table/bitmap/
Dindex_sub_table.cc42 image_format()); in GlyphInfo()
114 image_format()); in GlyphInfo()
222 int32_t image_format, in Builder() argument
229 image_format_(image_format), in Builder()
263 image_format()); in SerializeIndexSubHeader()
Dindex_sub_table.h51 int32_t image_format() { return image_format_; } in image_format() function
102 int32_t image_format,
134 int32_t image_format() { return image_format_; } in image_format() function
Dbitmap_size_table.cc116 return subtable->image_format(); in GlyphFormat()
359 return subtable->image_format(); in GlyphFormat()
Dindex_sub_table_format2.cc270 container()->image_format()); in Next()
Dindex_sub_table_format3.cc293 container()->image_format()); in Next()
Dindex_sub_table_format1.cc297 container()->image_format()); in Next()
Dindex_sub_table_format5.cc342 container()->image_format()); in Next()
Dindex_sub_table_format4.cc379 container()->image_format()); in Next()
/external/autotest/client/cros/chameleon/
Dchameleon_video_capturer.py124 def write_images(self, frame_indices, dest_dir, image_format): argument
140 path = os.path.join(dest_dir, str(i) + '.' + image_format)
/external/autotest/client/tests/kvm/
Dbase.cfg.sample152 image_format = qcow2
156 image_format = vmdk
159 image_format = raw
/external/opencv3/3rdparty/include/opencl/1.2/CL/
Dcl_ext.h262 const cl_image_format *image_format,
/external/freetype/src/sfnt/
Dttsbit.c1091 FT_UInt start, end, index_format, image_format; in tt_sbit_decoder_load_image() local
1121 image_format = FT_NEXT_USHORT( p ); in tt_sbit_decoder_load_image()
1252 image_format, glyph_index )); in tt_sbit_decoder_load_image()
1255 image_format, in tt_sbit_decoder_load_image()
/external/pdfium/third_party/freetype/src/sfnt/
Dttsbit.c1091 FT_UInt start, end, index_format, image_format; in tt_sbit_decoder_load_image() local
1121 image_format = FT_NEXT_USHORT( p ); in tt_sbit_decoder_load_image()
1252 image_format, glyph_index )); in tt_sbit_decoder_load_image()
1255 image_format, in tt_sbit_decoder_load_image()
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/
Dttsbit.c1173 FT_UInt start, end, index_format, image_format; in tt_sbit_decoder_load_image() local
1214 image_format = FT_NEXT_USHORT( p ); in tt_sbit_decoder_load_image()
1345 image_format, glyph_index )); in tt_sbit_decoder_load_image()
1348 image_format, in tt_sbit_decoder_load_image()
/external/autotest/client/virt/
Dvirt_vm.py203 image_format = params.get("image_format", "qcow2")
206 image_filename = "%s.%s" % (image_name, image_format)
/external/sfntly/cpp/src/test/
Dbitmap_table_test.cc84 EXPECT_EQ(sub1->image_format(), STRIKE4_SUB1_IMAGE_FORMAT); in CommonReadingTest()
/external/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc405 builder4->set_image_format(b->image_format()); in ConstructIndexFormat4()
458 new_builder->set_image_format(b->image_format()); in ConstructIndexFormat5()
/external/pdfium/third_party/freetype/include/freetype/internal/
Dtttypes.h583 FT_UShort image_format; member
/external/freetype/include/internal/
Dtttypes.h583 FT_UShort image_format; member
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/
Dtttypes.h583 FT_UShort image_format; member
/external/libpng/contrib/libtests/
Dpngstest.c2982 png_uint_32 image_format; in read_file() local
2985 image_format = image->image.format; in read_file()
2992 format_names[image_format & FORMAT_MASK], in read_file()
3012 (image_format & PNG_FORMAT_FLAG_COLORMAP) != 0) in read_file()
3013 format = (image_format & ~BASE_FORMATS) | (format & BASE_FORMATS); in read_file()
3016 format = image_format; in read_file()
/external/opencv3/modules/core/src/
Docl.cpp921 const cl_image_format * image_format,
925 (context, flags, image_format, image_desc, host_ptr, errcode_ret))
930 const cl_image_format * image_format,
936 … (context, flags, image_format, image_width, image_height, image_row_pitch, host_ptr, errcode_ret))

12