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

  /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());
  /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,
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c 123 int image_format; local
144 image_format = -1;
148 image_format = OMX_COLOR_FormatL8;
157 image_format = OMX_COLOR_FormatYUV420PackedPlanar;
160 image_format = OMX_COLOR_FormatYUV411Planar;
163 image_format = OMX_COLOR_FormatCbYCrY; /* YUV422 interleaved, little endian */
166 image_format = OMX_COLOR_FormatYUV444Interleaved;
169 return (image_format);
    [all...]
  /external/freetype/src/sfnt/
ttsbit.c 1091 FT_UInt start, end, index_format, image_format; local
1121 image_format = FT_NEXT_USHORT( p );
    [all...]
  /external/pdfium/third_party/freetype/src/sfnt/
ttsbit.c 1085 FT_UInt start, end, index_format, image_format; local
1115 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/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/pdfium/third_party/freetype/include/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 3098 png_uint_32 image_format; local
    [all...]
  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 405 builder4->set_image_format(b->image_format());
458 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 2272 milliseconds