HomeSort by relevance Sort by last modified time
    Searched defs:profile (Results 176 - 200 of 239) sorted by null

1 2 3 4 5 6 78 910

  /external/ImageMagick/MagickCore/
opencl.c 929 We don't run the benchmark when we can not write out a device profile. The
1577 profile; local
    [all...]
  /external/ImageMagick/MagickWand/
mogrify.c 2432 *profile; local
    [all...]
  /external/ImageMagick/coders/
dpx.c 63 #include "MagickCore/profile.h"
1118 *profile; local
1471 *profile; local
    [all...]
msl.c 79 #include "MagickCore/profile.h"
4410 *profile; local
4452 *profile; local
    [all...]
psd.c 74 #include "MagickCore/profile.h"
774 *profile;
788 profile=BlobToStringInfo((const unsigned char *) NULL,length);
789 SetStringInfoDatum(profile,blocks);
790 SetStringInfoName(profile,"8bim");
857 return(profile);
769 *profile; local
2140 *profile; local
3253 *profile; local
    [all...]
tiff.c 79 #include "MagickCore/profile.h"
248 *profile;
250 profile=(PhotoshopProfile *) user_data;
258 profile->offset=offset;
263 if ((profile->offset+offset) < 0)
265 profile->offset+=offset;
270 if (((MagickOffsetType) profile->length+offset) < 0)
272 profile->offset=profile->length+offset;
277 return(profile->offset)
245 *profile; local
280 *profile; local
610 *profile; local
671 *profile; local
1095 *profile; local
1138 *profile; local
3088 *profile; local
3141 profile; local
3223 *profile; local
    [all...]
  /external/antlr/antlr-ant/main/antlr3-task/
antlr3.jar 
  /external/antlr/tool/src/main/java/org/antlr/
Tool.java 64 private boolean profile = false; field in class:Tool
222 else if (args[i].equals("-profile")) {
753 System.err.println(" -profile generate a parser that computes profiling information");
    [all...]
  /external/antlr/tool/src/main/java/org/antlr/codegen/
CodeGenerator.java 134 protected boolean profile; field in class:CodeGenerator
368 outputFileST.add("profile", profile);
369 headerFileST.add("profile", profile);
    [all...]
  /external/deqp-deps/glslang/hlsl/
hlslGrammar.cpp 4039 HlslToken profile; local
    [all...]
  /external/e2fsprogs/e2fsck/
e2fsck.h 39 #include "support/profile.h"
387 profile_t profile; member in struct:e2fsck_struct
  /external/e2fsprogs/lib/support/
profile.c 2 * profile.c -- A simple configuration file parsing "library in a file"
4 * The profile library was originally written by Theodore Ts'o in 1995
74 #include "profile.h"
87 * This is the structure which stores the profile information for a
106 * The profile flags
123 * Used by the profile iterator in prof_get.c
153 /* profile parser declarations */
211 (prf_file_t profile);
213 static errcode_t profile_get_value(profile_t profile, const char *name,
307 profile_t profile; local
1272 profile_t profile; member in struct:profile_iterator
1876 profile_t profile; local
    [all...]
  /external/e2fsprogs/misc/
mke2fs.c 59 #include "support/profile.h"
122 static profile_t profile; variable
1216 * Return TRUE if the profile has the given subsection
1286 profile_get_string(profile, "defaults", "fs_type", 0,
1294 if (!profile_has_subsection(profile, "fs_types", ext_type) &&
    [all...]
  /external/kernel-headers/original/uapi/sound/
compress_params.h 81 * Profile and modes are listed with bit masks. This allows for a
378 * @profile: Mandatory for encoders, can be mandatory for specific
397 __u32 profile; member in struct:snd_codec
  /external/libpng/
pngrutil.c 1484 png_bytep profile = png_read_buffer(png_ptr, local
    [all...]
pngtest.c 1165 png_bytep profile; local
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 2481 int profile = vpx_rb_read_bit(rb); local
    [all...]
  /external/pdfium/third_party/libpng16/
pngrutil.c 1462 png_bytep profile = png_read_buffer(png_ptr, local
    [all...]
  /external/skqp/dm/
DMSrcSink.cpp 1023 skcms_ICCProfile profile; local
    [all...]
  /external/v4l2_codec2/vda/
vp9_parser.h 199 uint8_t profile; member in struct:media::Vp9FrameHeader
287 uint8_t profile; member in struct:media::Vp9Parser::ReferenceSlot
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp 90 static const char *kRecorderVideoProfile = "android.media.mediarecorder.video-encoder-profile";
659 status_t StagefrightRecorder::setParamVideoEncoderProfile(int32_t profile) {
660 ALOGV("setParamVideoEncoderProfile: %d", profile);
664 mVideoEncoderProfile = profile;
837 } else if (key == "video-param-encoder-profile") {
838 int32_t profile; local
839 if (safe_strtoi32(value.string(), &profile)) {
840 return setParamVideoEncoderProfile(profile);
    [all...]
  /frameworks/av/media/libstagefright/
Utils.cpp 163 OMX_AUDIO_AACPROFILETYPE profile; local
164 if (profiles.map(audioObjectType, &profile)) {
165 format->setInt32("profile", profile);
173 const uint8_t profile = ptr[1]; local
210 // set profile & level if they are recognized
213 if (profiles.map(profile, &codecProfile)) {
214 if (profile == 66 && (constraints & 0x40)) {
216 } else if (profile == 100 && (constraints & 0x0C) == 0x0C) {
219 format->setInt32("profile", codecProfile)
235 const uint8_t profile = ptr[6]; local
277 const uint8_t profile = ptr[1] & 0x1F; local
380 OMX_VIDEO_MPEG2PROFILETYPE profile; local
408 OMX_VIDEO_MPEG2PROFILETYPE profile; local
533 OMX_VIDEO_VP9PROFILETYPE profile; local
594 int32_t profile; local
    [all...]
  /frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.cpp 2085 unsigned profile = bits.getBits(2); local
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaRecorderTest.java 236 // Try to get camera profile for QUALITY_LOW; if unavailable,
238 CamcorderProfile profile = CamcorderProfile.get( local
240 if (profile != null) {
241 width = profile.videoFrameWidth;
242 height = profile.videoFrameHeight;
310 // Try to get camera profile for QUALITY_LOW; if unavailable,
312 CamcorderProfile profile = CamcorderProfile.get( local
314 if (profile != null) {
315 width = profile.videoFrameWidth;
316 height = profile.videoFrameHeight
954 int profile = AVCProfileBaseline; local
    [all...]
  /device/google/bonito/sdm710/kernel-headers/linux/
msm_vidc_enc.h 279 unsigned long profile; member in struct:venc_profile

Completed in 2134 milliseconds

1 2 3 4 5 6 78 910