Searched defs:profile (Results 101 - 125 of 142) sorted by relevance

123456

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jar ... .eclipse.equinox.p2.engine.IProfile profile org.eclipse.equinox.internal.p2. ...
H A Dorg.eclipse.equinox.p2.updatechecker_1.1.101.R36x_v20100823.jar ... .eclipse.equinox.p2.engine.IProfile profile java.util.ArrayList iusWithUpdates org.eclipse. ...
H A Dorg.eclipse.equinox.p2.ui.sdk.scheduler_1.0.0.v20100507-1815.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.extensionlocation_1.2.0.v20100518.jar ... .eclipse.equinox.p2.engine.IProfile profile org.eclipse.equinox.p2.core. ...
H A Dorg.eclipse.equinox.p2.ui.sdk_1.0.100.v20100513.jar ... .eclipse.equinox.p2.engine.IProfile profile org.eclipse.equinox.p2.engine. ...
/external/fio/
H A Dthread_options.h235 * Benchmark profile type
237 char *profile; member in struct:thread_options
459 * Benchmark profile type
461 uint8_t profile[FIO_TOP_STR_MAX]; member in struct:thread_options_pack
/external/kernel-headers/original/uapi/sound/
H A Dcompress_params.h376 * @profile: Mandatory for encoders, can be mandatory for specific
395 __u32 profile; member in struct:snd_codec
/external/libpng/
H A Dpngrutil.c1422 /* We have the ICC profile header; do the basic header checks.
1439 * profile. The header check has already validated
1444 png_bytep profile = png_read_buffer(png_ptr, local
1447 if (profile != NULL)
1449 memcpy(profile, profile_header,
1456 profile + (sizeof profile_header), &size, 0);
1465 profile))
1467 /* The profile has been validated for basic
1475 profile + (sizeof profile_header) +
1500 &png_ptr->colorspace, profile,
[all...]
H A Dpngtest.c1128 png_bytep profile; local
1133 &profile, &proflen))
1136 profile, proflen);
H A Dpngwutil.c1190 png_const_bytep profile)
1199 /* These are all internal problems: the profile should have been checked
1202 if (profile == NULL)
1203 png_error(png_ptr, "No profile for iCCP chunk"); /* internal error */
1205 profile_len = png_get_uint_32(profile);
1208 png_error(png_ptr, "ICC profile too short");
1211 png_error(png_ptr, "ICC profile length invalid (not a multiple of 4)");
1214 png_uint_32 embedded_profile_len = png_get_uint_32(profile);
1217 png_error(png_ptr, "Profile length does not match profile");
1230 png_text_compress_init(&comp, profile, profile_le
1189 png_write_iCCP(png_structrp png_ptr, png_const_charp name, png_const_bytep profile) argument
[all...]
H A Dpng.c523 /* Free any profile entry */
1041 * 0: the new gamma value is the libpng estimate for an ICC profile
1053 * approximation should match, or this is an image with a profile and the
1054 * value libpng calculates for the gamma of the profile does not match the
1121 * chunk or profile. An error message has already been output.
1141 /* Clean up the iCCP profile now if it won't be used. */
1152 * it; this allows a PNG to contain a profile which matches sRGB and
1153 * yet still have that profile retrievable by the application.
1765 pos = png_safecat(message, (sizeof message), 0, "profile '"); /* 9 chars */
1809 /* IMPORTANT: these are not necessarily the values found in an ICC profile
2204 png_compare_ICC_profile_with_sRGB(png_const_structrp png_ptr, png_const_bytep profile, uLong adler) argument
2319 png_icc_set_sRGB(png_const_structrp png_ptr, png_colorspacerp colorspace, png_const_bytep profile, uLong adler) argument
2332 png_colorspace_set_ICC(png_const_structrp png_ptr, png_colorspacerp colorspace, png_const_charp name, png_uint_32 profile_length, png_const_bytep profile, int color_type) argument
[all...]
/external/libvpx/libvpx/vp9/common/
H A Dvp9_onyxc_int.h182 /* profile settings */
253 BITSTREAM_PROFILE profile; member in struct:VP9Common
255 // VPX_BITS_8 in profile 0 or 1, VPX_BITS_10 or VPX_BITS_12 in profile 2 or 3.
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_bitstream.c1034 static void write_profile(BITSTREAM_PROFILE profile, argument
1036 switch (profile) {
1056 if (cm->profile >= PROFILE_2) {
1063 if (cm->profile == PROFILE_1 || cm->profile == PROFILE_3) {
1072 assert(cm->profile == PROFILE_1 || cm->profile == PROFILE_3);
1084 write_profile(cm->profile, wb);
1113 // Note for profile 0, 420 8bpp is assumed.
1114 if (cm->profile > PROFILE_
[all...]
H A Dvp9_encoder.h124 BITSTREAM_PROFILE profile; member in struct:VP9EncoderConfig
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_icc.cpp231 FX_LPVOID profile = cmsCreateGrayProfile(D50, curve); local
233 return profile;
/external/pdfium/samples/fx_lpng/lpng_v163/
H A Dfx_pngrutil.c1384 /* We have the ICC profile header; do the basic header checks.
1401 * profile. The header check has already validated
1406 png_bytep profile = png_read_buffer(png_ptr, local
1409 if (profile != NULL)
1411 memcpy(profile, profile_header,
1418 profile + (sizeof profile_header), &size, 0);
1427 profile))
1429 /* The profile has been validated for basic
1437 profile + (sizeof profile_header) +
1462 &png_ptr->colorspace, profile,
[all...]
H A Dfx_pngwutil.c1189 png_const_bytep profile)
1198 /* These are all internal problems: the profile should have been checked
1201 if (profile == NULL)
1202 png_error(png_ptr, "No profile for iCCP chunk"); /* internal error */
1204 profile_len = png_get_uint_32(profile);
1207 png_error(png_ptr, "ICC profile too short");
1210 png_error(png_ptr, "ICC profile length invalid (not a multiple of 4)");
1213 png_uint_32 embedded_profile_len = png_get_uint_32(profile);
1216 png_error(png_ptr, "Profile length does not match profile");
1229 png_text_compress_init(&comp, profile, profile_le
1188 png_write_iCCP(png_structrp png_ptr, png_const_charp name, png_const_bytep profile) argument
[all...]
H A Dfx_png.c517 /* Free any profile entry */
977 * 0: the new gamma value is the libpng estimate for an ICC profile
989 * approximation should match, or this is an image with a profile and the
990 * value libpng calculates for the gamma of the profile does not match the
1057 * chunk or profile. An error message has already been output.
1077 /* Clean up the iCCP profile now if it won't be used. */
1088 * it; this allows a PNG to contain a profile which matches sRGB and
1089 * yet still have that profile retrievable by the application.
1699 pos = png_safecat(message, (sizeof message), 0, "profile '"); /* 9 chars */
1742 /* IMPORTANT: these are not necessarily the values found in an ICC profile
2137 png_compare_ICC_profile_with_sRGB(png_const_structrp png_ptr, png_const_bytep profile, uLong adler) argument
2251 png_icc_set_sRGB(png_const_structrp png_ptr, png_colorspacerp colorspace, png_const_bytep profile, uLong adler) argument
2264 png_colorspace_set_ICC(png_const_structrp png_ptr, png_colorspacerp colorspace, png_const_charp name, png_uint_32 profile_length, png_const_bytep profile, int color_type) argument
[all...]
/external/skia/src/effects/
H A DSkBlurMaskFilter.cpp769 uint8_t *profile = NULL; local
776 SkBlurMask::ComputeBlurProfile(sigma, &profile);
777 ada.reset(profile);
779 *blurProfileTexture = textureProvider->createTexture(texDesc, true, profile, 0);
/external/libmtp/src/
H A Dptp.c2198 * This command gets the wifi profile list.
2298 * unsigned int profilenr - profile number
2306 ptp_nikon_writewifiprofile (PTPParams* params, PTPNIKONWifiProfile* profile) argument
2331 /* No free profile! */
2342 strncpy((char*)&buffer[0x05], profile->profile_name, 16);
2345 buffer[0x17] = profile->device_type;
2346 buffer[0x18] = profile->icon_type;
2352 *((unsigned int*)&buffer[0x3A]) = profile->ip_address; /* Do not reverse bytes */
2353 buffer[0x3E] = profile->subnet_mask;
2354 *((unsigned int*)&buffer[0x3F]) = profile
[all...]
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c1763 if (cm->profile >= PROFILE_2) {
1777 if (cm->profile == PROFILE_1 || cm->profile == PROFILE_3) {
1782 "4:2:0 color not supported in profile 1 or 3");
1790 if (cm->profile == PROFILE_1 || cm->profile == PROFILE_3) {
1799 "4:4:4 color not supported in profile 0 or 2");
1819 cm->profile = vp9_read_profile(rb);
1821 if (cm->profile >= MAX_PROFILES)
1823 "Unsupported bitstream profile");
2131 int profile = vpx_rb_read_bit(rb); local
[all...]
/external/libvpx/libvpx/
H A Dvpxenc.c219 "u", "usage", 1, "Usage profile number to use");
222 static const arg_def_t profile = ARG_DEF( variable
223 NULL, "profile", 1, "Bitstream profile number to use");
247 &usage, &threads, &profile,
1145 } else if (arg_match(&arg, &profile, argi)) {
/external/webrtc/src/
H A Dcommon_types.h492 VideoCodecProfile profile; member in struct:webrtc::VideoCodecH264
/external/sqlite/dist/orig/
H A Dsqlite3ext.h119 void * (*profile)(sqlite3*,void(*)(void*,const char*,sqlite_uint64),void*); member in struct:sqlite3_api_routines
367 #define sqlite3_profile sqlite3_api->profile
/external/sqlite/dist/
H A Dsqlite3ext.h119 void * (*profile)(sqlite3*,void(*)(void*,const char*,sqlite_uint64),void*); member in struct:sqlite3_api_routines
367 #define sqlite3_profile sqlite3_api->profile

Completed in 2455 milliseconds

123456