HomeSort by relevance Sort by last modified time
    Searched refs:image_format (Results 1 - 21 of 21) sorted by null

  /external/autotest/client/cros/video/
screenshot_file_namer.py 30 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/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table.cc 42 image_format());
114 image_format());
222 int32_t image_format,
229 image_format_(image_format),
263 image_format());
index_sub_table.h 51 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
index_sub_table_format1.cc 297 container()->image_format());
index_sub_table_format2.cc 270 container()->image_format());
index_sub_table_format3.cc 293 container()->image_format());
bitmap_size_table.cc 116 return subtable->image_format();
359 return subtable->image_format();
index_sub_table_format5.cc 342 container()->image_format());
index_sub_table_format4.cc 379 container()->image_format());
  /external/autotest/client/cros/chameleon/
chameleon_video_capturer.py 124 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)
  /hardware/intel/common/libva/test/putsurface/
putsurface_common.c 185 const VAImageFormat * const image_format = &va_image_formats[i]; local
186 if (image_format->fourcc == fourcc)
187 return image_format;
291 VAImageFormat image_format; local
292 image_format.fourcc = csc_dst_fourcc;
293 image_format.byte_order = VA_LSB_FIRST;
294 image_format.bits_per_pixel = 16;
296 va_status = vaCreateImage(va_dpy, &image_format,
  /external/harfbuzz_ng/src/
hb-ot-font.cc 267 unsigned int image_offset = 0, image_length = 0, image_format = 0; local
268 if (!subtable_record->get_image_data (glyph, &image_offset, &image_length, &image_format))
277 switch (image_format)
  /external/pdfium/third_party/freetype/src/sfnt/
ttsbit.c 1091 FT_UInt start, end, index_format, image_format; local
1121 image_format = FT_NEXT_USHORT( p );
    [all...]
  /external/sfntly/cpp/src/test/
bitmap_table_test.cc 84 EXPECT_EQ(sub1->image_format(), STRIKE4_SUB1_IMAGE_FORMAT);
  /external/freetype/include/freetype/internal/
tttypes.h 619 FT_UShort image_format; member in struct:TT_SBit_RangeRec_
    [all...]
  /external/freetype/src/sfnt/
ttsbit.c 1251 FT_UInt start, end, index_format, image_format; local
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/internal/
tttypes.h 557 /* image_format :: The format of `EBDT' image data. */
583 FT_UShort image_format; member in struct:TT_SBit_RangeRec_
    [all...]
  /external/libpng/contrib/libtests/
pngstest.c 2982 png_uint_32 image_format; local
    [all...]
  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 407 builder4->set_image_format(b->image_format());
460 new_builder->set_image_format(b->image_format());
  /hardware/intel/common/libva/test/videoprocess/
videoprocess.cpp 361 VAImageFormat image_format; local
    [all...]
  /hardware/intel/common/libva/test/transcode/
mpeg2transcode.cpp 3302 VAImageFormat image_format; local
    [all...]

Completed in 790 milliseconds