Searched defs:profile (Results 1 - 25 of 1666) sorted by last modified time

1234567891011>>

/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp3472 unsigned short key_r; /*these values are always in 16-bit bitdepth in the profile*/
3489 static void color_profile_init(ColorProfile* profile, const LodePNGColorMode* mode) argument
3491 profile->sixteenbit = 0;
3492 profile->sixteenbit_done = mode->bitdepth == 16 ? 0 : 1;
3494 profile->colored = 0;
3495 profile->colored_done = lodepng_is_greyscale_type(mode) ? 1 : 0;
3497 profile->key = 0;
3498 profile->alpha = 0;
3499 profile->alpha_done = lodepng_can_have_alpha(mode) ? 0 : 1;
3501 profile
3516 color_profile_cleanup(ColorProfile* profile) argument
3553 get_color_profile(ColorProfile* profile, const unsigned char* in, size_t numpixels , const LodePNGColorMode* mode, unsigned fix_png) argument
3762 ColorProfile profile; local
[all...]
/external/webrtc/src/
H A Dcommon_types.h492 VideoCodecProfile profile; member in struct:webrtc::VideoCodecH264
/external/webp/src/enc/
H A Dsyntax.c116 int profile, size_t size0) {
126 | (profile << 1) // profile (3b)
115 PutVP8FrameHeader(const WebPPicture* const pic, int profile, size_t size0) argument
/external/srtp/srtp/
H A Dsrtp.c1883 srtp_profile_t profile) {
1885 /* set SRTP policy from the SRTP profile in the key set */
1886 switch(profile) {
1912 srtp_profile_t profile) {
1914 /* set SRTP policy from the SRTP profile in the key set */
1915 switch(profile) {
1945 srtp_profile_get_master_key_length(srtp_profile_t profile) { argument
1947 switch(profile) {
1967 srtp_profile_get_master_salt_length(srtp_profile_t profile) { argument
1969 switch(profile) {
1882 crypto_policy_set_from_profile_for_rtp(crypto_policy_t *policy, srtp_profile_t profile) argument
1911 crypto_policy_set_from_profile_for_rtcp(crypto_policy_t *policy, srtp_profile_t profile) argument
[all...]
/external/srtp/test/
H A Ddtls_srtp_driver.c128 srtp_profile_t profile; local
172 profile = srtp_profile_aes128_cm_sha1_80;
173 key_len = srtp_profile_get_master_key_length(profile);
174 salt_len = srtp_profile_get_master_salt_length(profile);
180 /* initialize SRTP policy from profile */
181 err = crypto_policy_set_from_profile_for_rtp(&policy.rtp, profile);
183 err = crypto_policy_set_from_profile_for_rtcp(&policy.rtcp, profile);
/external/sqlite/dist/orig/
H A Dsqlite3ext.h119 void * (*profile)(sqlite3*,void(*)(void*,const char*,sqlite_uint64),void*); member in struct:sqlite3_api_routines
350 #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
350 #define sqlite3_profile sqlite3_api->profile
/external/skia/src/core/
H A DSkDeviceProfile.cpp73 void SkDeviceProfile::SetGlobal(SkDeviceProfile* profile) { argument
76 SkRefCnt_SafeAssign(gGlobalProfile, profile);
/external/skia/src/effects/
H A DSkBlurMask.cpp631 To get the profile curve of the blurred step function at the rectangle
671 point values between 0 and 255 for the profile signature of
674 all the time, we actually fill in the profile pre-inverted
685 uint8_t *profile = SkNEW_ARRAY(uint8_t, size); local
689 profile[0] = 255;
693 profile[x] = 255 - (uint8_t) (255.f * gi);
696 *profile_out = profile;
699 // TODO MAYBE: Maintain a profile cache to avoid recomputing this for
706 uint8_t SkBlurMask::ProfileLookup(const uint8_t *profile, int loc, int blurred_width, int sharp_width) { argument
713 return profile[o
716 ComputeBlurredScanline(uint8_t *pixels, const uint8_t *profile, unsigned int width, SkScalar sigma) argument
772 uint8_t *profile = NULL; local
[all...]
H A DSkBlurMaskFilter.cpp713 uint8_t *profile = NULL; local
720 SkBlurMask::ComputeBlurProfile(sigma, &profile);
721 ada.reset(profile);
724 profile, 0);
/external/skia/src/gpu/gl/
H A DGrGLUtil.cpp115 char profile[2]; local
116 n = sscanf(versionString, "OpenGL ES-%c%c %d.%d", profile, profile+1, &major, &minor);
164 char profile[2]; local
165 n = sscanf(versionString, "OpenGL ES-%c%c %d.%d", profile, profile+1,
/external/skia/debugger/QT/
H A DSkDebuggerGUI.cpp224 // the debugger displays and the profile times.
347 // In order to profile we pass the command offsets (that were read-in
751 QIcon profile; local
752 profile.addFile(QString::fromUtf8(":/profile.png"), QSize(),
754 fActionProfile.setIcon(profile);
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/qemu/distrib/libpng-1.2.46/
H A Dpngget.c526 png_charpp profile, png_uint_32 *proflen)
531 && name != NULL && profile != NULL && proflen != NULL)
534 *profile = info_ptr->iccp_profile;
524 png_get_iCCP(png_structp png_ptr, png_infop info_ptr, png_charpp name, int *compression_type, png_charpp profile, png_uint_32 *proflen) argument
H A Dpngrutil.c1071 png_charp profile; local
1120 for (profile = png_ptr->chunkdata; *profile; profile++)
1123 ++profile;
1128 if ( profile >= png_ptr->chunkdata + slength - 1)
1137 compression_type = *profile++;
1145 prefix_length = profile - png_ptr->chunkdata;
1159 /* Check the profile_size recorded in the first 32 bits of the ICC profile */
1173 png_warning(png_ptr, "Ignoring truncated iCCP profile
[all...]
H A Dpngset.c596 png_charp profile, png_uint_32 proflen)
604 if (png_ptr == NULL || info_ptr == NULL || name == NULL || profile == NULL)
620 "Insufficient memory to process iCCP profile.");
623 png_memcpy(new_iccp_profile, profile, (png_size_t)proflen);
594 png_set_iCCP(png_structp png_ptr, png_infop info_ptr, png_charp name, int compression_type, png_charp profile, png_uint_32 proflen) argument
H A Dpngwutil.c770 png_charp profile, int profile_len)
795 if (profile == NULL)
800 ((*( (png_bytep)profile ))<<24) |
801 ((*( (png_bytep)profile + 1))<<16) |
802 ((*( (png_bytep)profile + 2))<< 8) |
803 ((*( (png_bytep)profile + 3)) );
808 "Embedded profile length in iCCP chunk is negative");
816 "Embedded profile length too large in iCCP chunk");
824 "Truncating profile to actual length in iCCP chunk");
829 profile_len = png_text_compress(png_ptr, profile,
769 png_write_iCCP(png_structp png_ptr, png_charp name, int compression_type, png_charp profile, int profile_len) argument
[all...]
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_icc.cpp209 FX_LPVOID profile = cmsCreateGrayProfile(D50, curve); local
211 return profile;
/external/oprofile/libpp/
H A Darrange_profiles.cpp63 // The profile classes are used to traverse the sample data
243 profile_set const & profile = *(pclass.profiles.begin()); local
248 if (profile.files.empty()) {
249 profile_dep_set const & dep = *(profile.deps.begin());
258 = *(profile.files.begin());
293 profile_set const & profile = *(pclass.profiles.begin()); local
297 citerator it = profile.files.begin();
298 citerator const end = profile.files.end();
302 list<profile_dep_set>::const_iterator dep_it = profile.deps.begin();
303 list<profile_dep_set>::const_iterator dep_end = profile
[all...]
H A Dcallgraph_container.cpp131 : pc(p), profile(pr), b(bfd), boffset(boff), image(iid),
146 profile_t::iterator_pair p_it = profile.samples_range(
239 profile_t const & profile; member in class:__anon28442::call_data
490 profile_t profile; local
493 profile.add_sample_file(*it);
494 add(profile, caller_bfd, caller_bfd_ok, callee_bfd,
502 add(profile_t const & profile, op_bfd const & caller_bfd, bool caller_bfd_ok, argument
508 opd_header const & header = profile.get_header();
535 call_data caller(pc, profile, caller_bfd, caller_offset, image_id,
537 call_data callee(pc, profile, callee_bf
[all...]
H A Dformat_output.cpp170 // the field repeated for each profile class
379 // repeated fields for each profile class
437 profile(p),
440 counts.total = profile.samples_count();
483 sample_container::samples_iterator it = profile.begin(symb);
484 sample_container::samples_iterator end = profile.end(symb);
492 cg_formatter::cg_formatter(callgraph_container const & profile) argument
494 formatter(profile.extra_found_images)
496 counts.total = profile.samples_count();
549 diff_formatter::diff_formatter(diff_container const & profile, argument
[all...]
H A Dformat_output.h59 * Set the number of collected profile classes. Each class
62 * This class assumes that the profile information has been
152 /// number of profile classes
180 opreport_formatter(profile_container const & profile);
199 profile_container const & profile; member in class:format_output::opreport_formatter
210 cg_formatter(callgraph_container const & profile);
221 diff_formatter(diff_container const & profile,
241 xml_formatter(profile_container const * profile,
266 profile_container const * profile; member in class:format_output::xml_formatter
268 // ordered collection of symbols associated with this profile
[all...]

Completed in 384 milliseconds

1234567891011>>