Searched defs:profile (Results 51 - 75 of 217) sorted by relevance

123456789

/external/ImageMagick/MagickCore/
H A Dconstitute.c67 #include "MagickCore/profile.h"
68 #include "MagickCore/profile-private.h"
608 *profile;
721 profile=GetImageProfile(next,"icc");
722 if (profile == (const StringInfo *) NULL)
723 profile=GetImageProfile(next,"icm");
724 profile=GetImageProfile(next,"iptc");
725 if (profile == (const StringInfo *) NULL)
726 profile=GetImageProfile(next,"8bim");
603 *profile; local
/external/ImageMagick/coders/
H A Djp2.c64 #include "MagickCore/profile.h"
425 *profile;
427 profile=BlobToStringInfo(jp2_image->icc_profile_buf,
429 if (profile != (StringInfo *) NULL)
430 SetImageProfile(image,"icc",profile,exception);
689 Digital Cinema 4K profile compliant codestream.
420 *profile; local
H A Dmpc.c67 #include "MagickCore/profile.h"
191 *profile;
606 if ((LocaleNCompare(keyword,"profile:",8) == 0) ||
607 (LocaleNCompare(keyword,"profile-",8) == 0))
613 profile=BlobToStringInfo((const void *) NULL,(size_t)
615 if (profile == (StringInfo *) NULL)
618 (void) SetImageProfile(image,keyword+8,profile,exception);
619 profile=DestroyStringInfo(profile);
813 *profile;
187 *profile; local
809 *profile; local
1285 *profile; local
1362 *profile; local
[all...]
/external/aac/libMpegTPEnc/src/
H A Dtpenc_asc.cpp223 int profile,
246 FDKwriteBits(hBs, profile, 2); /* Object type */
219 transportEnc_writePCE(HANDLE_FDK_BITSTREAM hBs, CHANNEL_MODE channelMode, INT sampleRate, int instanceTagPCE, int profile, int matrixMixdownA, int pseudoSurroundEnable, UINT alignAnchor) argument
/external/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp306 llvm::FoldingSetNodeID profile; local
309 NodeTy::Profile(profile, L, State, IsSink);
310 NodeTy* V = Nodes.FindNodeOrInsertPos(profile, InsertPos);
/external/deqp/framework/opengl/
H A DgluRenderContext.hpp68 * \brief Rendering API version and profile.
74 ApiType (int major, int minor, Profile profile) : m_bits(pack(major, minor, profile)) {} argument
94 static deUint32 pack (int major, int minor, Profile profile);
111 inline deUint32 ApiType::pack (int major, int minor, Profile profile) argument
117 DE_ASSERT((deUint32(profile) & ~((1<<PROFILE_BITS)-1)) == 0);
121 bits |= deUint32(profile) << PROFILE_SHIFT;
142 ContextType (int major, int minor, Profile profile, ContextFlags flags = ContextFlags(0));
163 inline ContextType::ContextType (int major, int minor, Profile profile, ContextFlags flags) argument
164 : ApiType(major, minor, profile)
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dnfsprep.c61 UStringPrepProfile* profile = NULL; local
91 /* open the profile */
92 profile = usprep_open(testdatapath, NFS4DataFileNames[state], status);
94 b2Len = usprep_prepare(profile, b1, b1Len, b2, b2Capacity, USPREP_DEFAULT, parseError, status);
102 b2Len = usprep_prepare(profile, b1, b1Len, b2, b2Len, USPREP_DEFAULT, parseError, status);
H A Dspreptst.c110 const char *profile; member in struct:ConformanceTestCases
601 UStringPrepProfile* profile = NULL; local
610 /* open the profile */
611 profile = usprep_open(testdatapath, "nfscis", &status);
612 usprep_prepare(profile,&src , 0, NULL, 0, USPREP_DEFAULT, &parseError, &status);
614 usprep_close(profile);
790 log_err("Error occurred on test[%d] for profile: %s\n", testNum, profileName);
797 log_err("Error expected on test[%d] for profile: %s\n", testNum, profileName);
801 log_err("Results do not match expected on test[%d] for profile: %s\n", testNum, profileName);
H A Dsprpdata.c281 UStringPrepProfile* profile = NULL; local
291 profile = usprep_open(testdatapath, binFileName, errorCode);
306 parseMappings(filename,profile, TRUE,errorCode);
/external/kernel-headers/original/uapi/linux/can/
H A Dgw.h123 __u8 profile; member in struct:cgw_csum_crc8
/external/kernel-headers/original/uapi/linux/
H A Dcapi.h114 capi_profile profile; member in union:capi_ioctl_struct
/external/libvpx/libvpx/test/
H A Dvp9_arf_freq_test.cc37 unsigned int profile; member in struct:__anon11767::__anon11768
53 // Add list of profile 2/3 test videos here ...
187 cfg_.g_profile = test_video_param_.profile;
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_video_buffer.c150 enum pipe_video_profile profile)
148 vl_video_buffer_is_format_supported(struct pipe_screen *screen, enum pipe_format format, enum pipe_video_profile profile) argument
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe.c576 enum pipe_video_profile profile,
581 return vl_profile_supported(screen, profile);
575 r600_get_video_param(struct pipe_screen *screen, enum pipe_video_profile profile, enum pipe_video_cap param) argument
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeonsi_pipe.c476 enum pipe_video_profile profile,
481 return vl_profile_supported(screen, profile);
475 r600_get_video_param(struct pipe_screen *screen, enum pipe_video_profile profile, enum pipe_video_cap param) argument
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Ddecode.c42 VdpDecoderProfile profile,
62 p_profile = ProfileToPipe(profile);
152 VdpDecoderProfile *profile,
162 *profile = PipeToProfile(vldecoder->decoder->profile);
462 buffer_support[0] = screen->get_video_param(screen, dec->profile, PIPE_VIDEO_CAP_SUPPORTS_PROGRESSIVE);
463 buffer_support[1] = screen->get_video_param(screen, dec->profile, PIPE_VIDEO_CAP_SUPPORTS_INTERLACED);
466 !screen->is_video_format_supported(screen, vlsurf->video_buffer->buffer_format, dec->profile) ||
474 vlsurf->templat.buffer_format = screen->get_video_param(screen, dec->profile, PIPE_VIDEO_CAP_PREFERED_FORMAT);
477 vlsurf->templat.interlaced = screen->get_video_param(screen, dec->profile, PIPE_VIDEO_CAP_PREFERS_INTERLACE
41 vlVdpDecoderCreate(VdpDevice device, VdpDecoderProfile profile, uint32_t width, uint32_t height, uint32_t max_references, VdpDecoder *decoder) argument
151 vlVdpDecoderGetParameters(VdpDecoder decoder, VdpDecoderProfile *profile, uint32_t *width, uint32_t *height) argument
[all...]
H A Dquery.c155 vlVdpDecoderQueryCapabilities(VdpDevice device, VdpDecoderProfile profile, argument
174 p_profile = ProfileToPipe(profile);
/external/pdfium/core/fpdfapi/page/
H A Dcpdf_docpagedata.cpp464 CPDF_CountedIccProfile* profile = it->second; local
465 if (profile->get() != pIccProfile)
468 profile->RemoveRef();
469 if (profile->use_count() > 1)
472 delete profile->get();
473 delete profile;
/external/skia/src/gpu/gl/
H A DGrGLUtil.cpp80 char profile[2]; local
81 n = sscanf(versionString, "OpenGL ES-%c%c %d.%d", profile, profile+1, &major, &minor);
198 char profile[2]; local
199 n = sscanf(versionString, "OpenGL ES-%c%c %d.%d", profile, profile+1,
/external/skia/tests/
H A DICCTest.cpp105 sk_sp<SkData> profile = SkICC::WriteToICC(fn, toXYZD50); local
108 stream.write(profile->data(), profile->size());
111 sk_sp<SkColorSpace> colorSpace = SkColorSpace::MakeICC(profile->data(), profile->size());
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
H A DBluetoothHealthFacade.java78 public void onServiceConnected(int profile, BluetoothProfile proxy) { argument
84 public void onServiceDisconnected(int profile) { argument
89 @Rpc(description = "Is Health profile ready.")
H A DBluetoothMapClientFacade.java87 public void onServiceConnected(int profile, BluetoothProfile proxy) { argument
93 public void onServiceDisconnected(int profile) { argument
155 @Rpc(description = "Is Map profile ready.")
/external/swiftshader/src/Main/
H A DSwiftConfig.cpp220 else if(match(&request, "/profile "))
222 return send(clientSocket, OK, profile());
250 html += "xhr.open('POST', 'http://localhost:8080/swiftshader/profile', true);\n";
255 html += "document.getElementById('profile').innerHTML = xhr.responseText;\n";
264 html += "<div id='profile'>" + profile() + "</div>\n";
462 std::string SwiftConfig::profile() function in class:sw::SwiftConfig
494 html += "<div id='profile' style='position:relative; width:1010px; height:50px; background-color:silver;'>";
/external/v8/src/profiler/
H A Dsampling-heap-profiler.cc211 AllocationProfile* profile, SamplingHeapProfiler::AllocationNode* node,
242 profile->nodes().push_back(v8::AllocationProfile::Node(
247 v8::AllocationProfile::Node* current = &profile->nodes().back();
254 TranslateAllocationNode(profile, it.second, scripts));
274 auto profile = new v8::internal::AllocationProfile(); local
275 TranslateAllocationNode(profile, &profile_root_, scripts);
276 return profile;
210 TranslateAllocationNode( AllocationProfile* profile, SamplingHeapProfiler::AllocationNode* node, const std::map<int, Handle<Script>>& scripts) argument
/external/webp/src/enc/
H A Dsyntax_enc.c116 int profile, size_t size0) {
126 | (profile << 1) // profile (3b)
115 PutVP8FrameHeader(const WebPPicture* const pic, int profile, size_t size0) argument

Completed in 1936 milliseconds

123456789