Searched refs:image_format (Results 1 - 22 of 22) sorted by relevance

/external/autotest/client/cros/video/
H A Dscreenshot_file_namer.py30 def __init__(self, image_format):
31 self._image_format = image_format
35 def image_format(self): member in class:ScreenShotFileNamer
64 return filename + '.' + self.image_format
/external/autotest/client/tests/kvm/tests/
H A Dqemu_img.py19 image_format = params.get("image_format")
48 Then convert it to supported image_format in each loop and check again.
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)
[all...]
H A 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/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table.cc42 image_format());
114 image_format());
222 int32_t image_format,
229 image_format_(image_format),
263 image_format());
221 Builder(int32_t index_format, int32_t image_format, int32_t image_data_offset, int32_t data_size) argument
H A Dindex_sub_table.h51 int32_t image_format() { return image_format_; } function in class:sfntly::IndexSubTable::Builder
102 int32_t image_format,
134 int32_t image_format() { return image_format_; } function in class:sfntly::IndexSubTable
H A Dindex_sub_table_format1.cc297 container()->image_format());
H A Dindex_sub_table_format2.cc270 container()->image_format());
H A Dindex_sub_table_format3.cc293 container()->image_format());
H A Dbitmap_size_table.cc116 return subtable->image_format();
359 return subtable->image_format();
H A Dindex_sub_table_format5.cc342 container()->image_format());
H A Dindex_sub_table_format4.cc379 container()->image_format());
/external/autotest/client/cros/chameleon/
H A Dchameleon_video_capturer.py124 def write_images(self, frame_indices, dest_dir, image_format):
130 @param image_format: string, format to save the image as. e.g; PNG
140 path = os.path.join(dest_dir, str(i) + '.' + image_format)
/external/opencv3/3rdparty/include/opencl/1.2/CL/
H A Dcl_ext.h262 const cl_image_format *image_format,
/external/freetype/src/sfnt/
H A Dttsbit.c1091 FT_UInt start, end, index_format, image_format; local
1121 image_format = FT_NEXT_USHORT( p );
1252 image_format, glyph_index ));
1255 image_format,
/external/pdfium/third_party/freetype/src/sfnt/
H A Dttsbit.c1091 FT_UInt start, end, index_format, image_format; local
1121 image_format = FT_NEXT_USHORT( p );
1252 image_format, glyph_index ));
1255 image_format,
/external/sfntly/cpp/src/test/
H A Dbitmap_table_test.cc84 EXPECT_EQ(sub1->image_format(), STRIKE4_SUB1_IMAGE_FORMAT);
/external/autotest/client/virt/
H A Dvirt_vm.py200 image_format -- the format of the image (qcow2, raw etc)
203 image_format = params.get("image_format", "qcow2")
206 image_filename = "%s.%s" % (image_name, image_format)
220 image_format -- the format of the image (qcow2, raw etc)
229 format = params.get("image_format", "qcow2")
255 image_format -- the format of the image (qcow2, raw etc)
274 image_format -- the format of the image (qcow2, raw etc)
284 image_is_qcow2 = params.get("image_format") == 'qcow2'
/external/freetype/include/internal/
H A Dtttypes.h557 /* image_format :: The format of `EBDT' image data. */
583 FT_UShort image_format; member in struct:TT_SBit_RangeRec_
/external/pdfium/third_party/freetype/include/freetype/internal/
H A Dtttypes.h557 /* image_format :: The format of `EBDT' image data. */
583 FT_UShort image_format; member in struct:TT_SBit_RangeRec_
/external/libpng/contrib/libtests/
H A Dpngstest.c2982 png_uint_32 image_format; local
2985 image_format = image->image.format;
2992 format_names[image_format & FORMAT_MASK],
3012 (image_format & PNG_FORMAT_FLAG_COLORMAP) != 0)
3013 format = (image_format & ~BASE_FORMATS) | (format & BASE_FORMATS);
3016 format = image_format;
/external/sfntly/cpp/src/sample/chromium/
H A Dsubsetter_impl.cc405 builder4->set_image_format(b->image_format());
458 new_builder->set_image_format(b->image_format());
/external/opencv3/modules/core/src/
H A 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))

Completed in 642 milliseconds