HomeSort by relevance Sort by last modified time
    Searched full:image_format (Results 1 - 25 of 66) sorted by null

1 2 3

  /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
constants.py 18 IMAGE_FORMAT = 'png'
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
ImageDecoderLib.h 22 IN IMAGE_FORMAT ImageFormat,
52 IN IMAGE_FORMAT ImageFormat,
BootLogoLib.h 36 IN IMAGE_FORMAT ImageFormat,
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Protocol/
PlatformLogo.h 33 } IMAGE_FORMAT;
70 OUT IMAGE_FORMAT *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_format2.cc 270 container()->image_format());
bitmap_size_table.cc 116 return subtable->image_format();
359 return subtable->image_format();
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_resource.c 175 enum pipe_format image_format,
182 info->format = pipe_to_surface_format(dev, image_format);
183 info->interleaved_stencil = util_format_is_depth_and_stencil(image_format);
184 info->is_integer = util_format_is_pure_integer(image_format);
185 info->compressed = util_format_is_compressed(image_format);
186 info->block_width = util_format_get_blockwidth(image_format);
187 info->block_height = util_format_get_blockheight(image_format);
188 info->block_size = util_format_get_blocksize(image_format);
342 assert(tex->separate_s8->image_format == PIPE_FORMAT_S8_UINT);
479 tex->image_format = resource_get_image_format(templ
677 enum pipe_format image_format; local
    [all...]
ilo_transfer.c 103 } else if (tex->image_format != tex->base.format) {
603 assert(tex->image_format == PIPE_FORMAT_Z24X8_UNORM);
611 assert(tex->image_format == PIPE_FORMAT_Z32_FLOAT);
657 assert(tex->image_format == PIPE_FORMAT_S8_UINT);
730 assert(tex->image_format == PIPE_FORMAT_Z24X8_UNORM);
738 assert(tex->image_format == PIPE_FORMAT_Z32_FLOAT);
784 assert(tex->image_format == PIPE_FORMAT_S8_UINT);
842 if (unlikely(tex->image_format == tex->base.format)) {
843 util_copy_box(dst, tex->image_format, tex->image.bo_stride,
855 assert(tex->image_format == PIPE_FORMAT_R8G8B8X8_UNORM)
    [all...]
ilo_resource.h 95 enum pipe_format image_format; member in struct:ilo_texture
ilo_blitter_rectlist.c 321 switch (tex->image_format) {
358 clear_value = util_pack_z(tex->image_format, depth);
  /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/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)
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/ImageDecoderLib/
ImageDecoderLib.c 55 IN IMAGE_FORMAT ImageFormat,
  /external/mesa3d/src/gallium/state_trackers/clover/core/
module.hpp 79 image_format enumerator in enum:clover::module::argument::semantic
  /external/autotest/client/site_tests/video_GlitchDetection/
video_GlitchDetection.py 136 constants.IMAGE_FORMAT)
199 constants.IMAGE_FORMAT)
  /external/mesa3d/src/mesa/main/
formatquery.c 1354 mesa_format image_format; local
1397 mesa_format image_format; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/clover/api/
dispatch.hpp 128 const cl_image_format *image_format,
138 const cl_image_format *image_format,
659 const cl_image_format *image_format,
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BmpImageDecoderLib/
BmpImageDecoderLib.c 43 IN IMAGE_FORMAT ImageFormat,
  /external/mesa3d/src/mesa/drivers/dri/common/
dri_util.h 282 driImageFormatToGLFormat(uint32_t image_format);
  /external/sfntly/cpp/src/test/
bitmap_table_test.cc 84 EXPECT_EQ(sub1->image_format(), STRIKE4_SUB1_IMAGE_FORMAT);
  /external/freetype/src/sfnt/
ttsbit.c 1251 FT_UInt start, end, index_format, image_format; local
    [all...]
  /external/mesa3d/include/CL/
cl_ext.h 272 const cl_image_format *image_format,

Completed in 907 milliseconds

1 2 3