Home
last modified time | relevance | path

Searched refs:profile (Results 1 - 25 of 544) sorted by relevance

12345678910>>...22

/third_party/backends/backend/genesys/
H A Dtables_motor.cpp33 MotorProfile profile; in genesys_init_motor_tables() local
87 profile = MotorProfile{MotorSlope::create_from_steps(3500, 1300, 150), StepType::HALF, 0}; in genesys_init_motor_tables()
88 profile.resolutions = { 75, 150, 200, 300, 600 }; in genesys_init_motor_tables()
89 motor.profiles.push_back(profile); in genesys_init_motor_tables()
91 profile = MotorProfile{MotorSlope::create_from_steps(3500, 1300, 150), StepType::QUARTER, 0}; in genesys_init_motor_tables()
92 profile.resolutions = { 1200, 2400 }; in genesys_init_motor_tables()
93 motor.profiles.push_back(profile); in genesys_init_motor_tables()
95 profile = MotorProfile{MotorSlope::create_from_steps(3500, 1400, 150), StepType::FULL, 0}; in genesys_init_motor_tables()
96 profile.resolutions = { 75, 150, 200, 300 }; in genesys_init_motor_tables()
97 motor.fast_profiles.push_back(profile); in genesys_init_motor_tables()
[all...]
/third_party/node/deps/v8/tools/wasm/
H A Dwasm-import-profiler.js10 function instrument(imports, profile) {
22 profile[full_name] = {name: full_name, count: 0, total: 0};
27 var data = profile[full_name];
40 function dumpProfile(profile) {
42 for (let key in profile) {
44 let data = profile[key];
48 print(`--- Import profile for instance ${profile.instanceNum} ---`);
77 let profile = {};
78 let promise = orig_instantiate(m, instrument(imports, profile),
[all...]
/third_party/node/deps/npm/test/lib/commands/
H A Dprofile.js6 'npm-profile': npmProfile || {
27 command: 'profile',
60 const { profile } = await mockProfile(t)
61 await t.rejects(profile.exec([]), await profile.usage)
64 t.test('profile get no args', async t => {
72 const { profile, result } = await mockProfile(t, { npmProfile: defaultNpmProfile })
73 await profile.exec(['get'])
79 const { profile, result } = await mockProfile(t, {
84 await profile
[all...]
/third_party/ffmpeg/libavcodec/
H A Dh265_profile_level.c44 // HT-profile | 422chroma | lower-bit-rate
131 const H265ProfileDescriptor *profile = &h265_profiles[i]; in ff_h265_get_profile() local
134 ptl->general_profile_idc != profile->profile_idc) in ff_h265_get_profile()
136 if (!ptl->general_profile_compatibility_flag[profile->profile_idc]) in ff_h265_get_profile()
140 if (profile->name < 2) { \ in ff_h265_get_profile()
141 if (profile->name != ptl->general_ ## name ## _constraint_flag) \ in ff_h265_get_profile()
156 return profile; in ff_h265_get_profile()
169 const H265ProfileDescriptor *profile; in ff_h265_guess_level() local
174 profile = ff_h265_get_profile(ptl); in ff_h265_guess_level()
176 profile in ff_h265_guess_level()
[all...]
H A Dvp9_parser.c34 int res, profile, keyframe; in parse() local
42 profile = get_bits1(&gb); in parse()
43 profile |= get_bits1(&gb) << 1; in parse()
44 if (profile == 3) profile += get_bits1(&gb); in parse()
45 if (profile > 3) in parse()
48 avctx->profile = profile; in parse()
/third_party/pulseaudio/src/modules/
H A Dmodule-card-restore.c48 PA_MODULE_DESCRIPTION("Automatically restore profile of cards");
75 char *profile; member
79 char *profile; member
83 bool profile_is_sticky; /* since version 5; must be restored together with profile name */
111 pa_xfree(p_info->profile); in port_info_free()
130 p_info->profile = pa_xstrdup(port->preferred_profile); in port_info_new()
142 pa_xfree(e->profile); in entry_free()
159 entry->profile = pa_xstrdup(card->active_profile->name); in entry_from_card()
181 if (!pa_streq(a->profile, b->profile) || in entrys_equal()
250 char profile[PA_NAME_MAX]; legacy_entry_read() member
285 const char* profile; entry_read() local
485 card_profile_added_callback(pa_core *c, pa_card_profile *profile, struct userdata *u) card_profile_added_callback() argument
596 pa_card_profile *profile; card_choose_initial_profile_callback() local
[all...]
H A Dmodule-switch-on-port-available.c39 /* We need to cache the active profile, because we want to compare the old
41 * have access to the new profile. */
65 static bool profile_good_for_output(pa_card_profile *profile, pa_device_port *port) { in profile_good_for_output() argument
70 pa_assert(profile); in profile_good_for_output()
72 card = profile->card; in profile_good_for_output()
77 if (!pa_safe_streq(card->active_profile->input_name, profile->input_name)) in profile_good_for_output()
80 if (card->active_profile->n_sources != profile->n_sources) in profile_good_for_output()
83 if (card->active_profile->max_source_channels != profile->max_source_channels) in profile_good_for_output()
100 static bool profile_good_for_input(pa_card_profile *profile, pa_device_port *port) { in profile_good_for_input() argument
105 pa_assert(profile); in profile_good_for_input()
136 pa_card_profile *best_profile = NULL, *profile; try_to_switch_profile() local
370 pa_card_profile *profile, *best_profile; find_best_profile() local
387 card_profile_available_hook_callback(pa_core *c, pa_card_profile *profile, struct userdata *u) card_profile_available_hook_callback() argument
[all...]
/third_party/python/Tools/scripts/
H A Danalyze_dxp.py12 If you're running a script you want to profile, a simple way to get
39 def has_pairs(profile):
40 """Returns True if the Python that produced the argument profile
43 return len(profile) > 0 and isinstance(profile[0], list)
47 """Forgets any execution profile that has been gathered so far."""
49 sys.getdxp() # Resets the internal profile
72 """Returns the cumulative execution profile until this call."""
78 def common_instructions(profile):
85 if has_pairs(profile) an
[all...]
/third_party/icu/icu4c/source/common/
H A Dusprep.cpp140 UStringPrepProfile *profile = NULL; in usprep_internal_flushCache() local
159 profile = (UStringPrepProfile *) e->value.pointer; in usprep_internal_flushCache()
162 if ((noRefCount== false && profile->refCount == 0) || in usprep_internal_flushCache()
168 usprep_unload(profile); in usprep_internal_flushCache()
178 uprv_free(profile); in usprep_internal_flushCache()
225 loadData(UStringPrepProfile* profile, in loadData() argument
262 if(profile->sprepData==NULL) { in loadData()
263 profile->sprepData=dataMemory; in loadData()
265 uprv_memcpy(&profile->indexes, p, sizeof(profile in loadData()
309 UStringPrepProfile* profile = NULL; usprep_getProfile() local
419 usprep_close(UStringPrepProfile* profile) usprep_close() argument
507 usprep_map( const UStringPrepProfile* profile, const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status ) usprep_map() argument
639 usprep_prepare( const UStringPrepProfile* profile, const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status ) usprep_prepare() argument
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dusprep.cpp140 UStringPrepProfile *profile = nullptr; in usprep_internal_flushCache() local
159 profile = (UStringPrepProfile *) e->value.pointer; in usprep_internal_flushCache()
162 if ((noRefCount== false && profile->refCount == 0) || in usprep_internal_flushCache()
168 usprep_unload(profile); in usprep_internal_flushCache()
178 uprv_free(profile); in usprep_internal_flushCache()
225 loadData(UStringPrepProfile* profile, in loadData() argument
262 if(profile->sprepData==nullptr) { in loadData()
263 profile->sprepData=dataMemory; in loadData()
265 uprv_memcpy(&profile->indexes, p, sizeof(profile in loadData()
309 UStringPrepProfile* profile = nullptr; usprep_getProfile() local
419 usprep_close(UStringPrepProfile* profile) usprep_close() argument
507 usprep_map( const UStringPrepProfile* profile, const char16_t* src, int32_t srcLength, char16_t* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status ) usprep_map() argument
639 usprep_prepare( const UStringPrepProfile* profile, const char16_t* src, int32_t srcLength, char16_t* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status ) usprep_prepare() argument
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dusprep.cpp140 UStringPrepProfile *profile = NULL; in usprep_internal_flushCache() local
159 profile = (UStringPrepProfile *) e->value.pointer; in usprep_internal_flushCache()
162 if ((noRefCount== FALSE && profile->refCount == 0) || in usprep_internal_flushCache()
168 usprep_unload(profile); in usprep_internal_flushCache()
178 uprv_free(profile); in usprep_internal_flushCache()
225 loadData(UStringPrepProfile* profile, in loadData() argument
262 if(profile->sprepData==NULL) { in loadData()
263 profile->sprepData=dataMemory; in loadData()
265 uprv_memcpy(&profile->indexes, p, sizeof(profile in loadData()
309 UStringPrepProfile* profile = NULL; usprep_getProfile() local
419 usprep_close(UStringPrepProfile* profile) usprep_close() argument
507 usprep_map( const UStringPrepProfile* profile, const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status ) usprep_map() argument
639 usprep_prepare( const UStringPrepProfile* profile, const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status ) usprep_prepare() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_codec.c32 enum pipe_video_profile profile, in vl_codec_supported()
35 if (profile == PIPE_VIDEO_PROFILE_VC1_SIMPLE || in vl_codec_supported()
36 profile == PIPE_VIDEO_PROFILE_VC1_MAIN || in vl_codec_supported()
37 profile == PIPE_VIDEO_PROFILE_VC1_ADVANCED) { in vl_codec_supported()
41 if (profile >= PIPE_VIDEO_PROFILE_MPEG4_AVC_BASELINE && in vl_codec_supported()
42 profile <= PIPE_VIDEO_PROFILE_MPEG4_AVC_HIGH444) { in vl_codec_supported()
50 if (profile >= PIPE_VIDEO_PROFILE_HEVC_MAIN && in vl_codec_supported()
51 profile <= PIPE_VIDEO_PROFILE_HEVC_MAIN_444) { in vl_codec_supported()
60 return screen->get_video_param(screen, profile, encode ? PIPE_VIDEO_ENTRYPOINT_ENCODE : PIPE_VIDEO_ENTRYPOINT_BITSTREAM, PIPE_VIDEO_CAP_SUPPORTED); in vl_codec_supported()
31 vl_codec_supported(struct pipe_screen *screen, enum pipe_video_profile profile, bool encode) vl_codec_supported() argument
/third_party/mesa3d/src/gallium/frontends/va/
H A Dconfig.c75 vlVaQueryConfigEntrypoints(VADriverContextP ctx, VAProfile profile, in vlVaQueryConfigEntrypoints() argument
86 if (profile == VAProfileNone) { in vlVaQueryConfigEntrypoints()
91 p = ProfileToPipe(profile); in vlVaQueryConfigEntrypoints()
113 vlVaGetConfigAttributes(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint, in vlVaGetConfigAttributes() argument
127 (vl_codec_supported(pscreen, ProfileToPipe(profile), false))) { in vlVaGetConfigAttributes()
132 ProfileToPipe(profile), in vlVaGetConfigAttributes()
135 ProfileToPipe(profile), in vlVaGetConfigAttributes()
144 (vl_codec_supported(pscreen, ProfileToPipe(profile), true))) { in vlVaGetConfigAttributes()
149 ProfileToPipe(profile), in vlVaGetConfigAttributes()
152 ProfileToPipe(profile), in vlVaGetConfigAttributes()
235 vlVaCreateConfig(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint, VAConfigAttrib *attrib_list, int num_attribs, VAConfigID *config_id) vlVaCreateConfig() argument
414 vlVaQueryConfigAttributes(VADriverContextP ctx, VAConfigID config_id, VAProfile *profile, VAEntrypoint *entrypoint, VAConfigAttrib *attrib_list, int *num_attribs) vlVaQueryConfigAttributes() argument
[all...]
/third_party/glslang/glslang/MachineIndependent/
H A DShaderLang.cpp106 int version, EProfile profile, EShSource source, in CreateParseContext()
116 return new TParseContext(symbolTable, intermediate, parsingBuiltIns, version, profile, spvVersion, in CreateParseContext()
121 return new HlslParseContext(symbolTable, intermediate, parsingBuiltIns, version, profile, spvVersion, in CreateParseContext()
187 int MapProfileToIndex(EProfile profile)
191 switch (profile) {
228 // A process-global symbol table per version per profile for built-ins common
230 // per profile per stage for built-ins unique to each stage. They will be sparsely
244 bool InitializeSymbolTable(const TString& builtIns, int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage language,
247 TIntermediate intermediate(language, version, profile);
251 std::unique_ptr<TParseContextBase> parseContext(CreateParseContext(symbolTable, intermediate, version, profile, sourc
105 CreateParseContext(TSymbolTable& symbolTable, TIntermediate& intermediate, int version, EProfile profile, EShSource source, EShLanguage language, TInfoSink& infoSink, SpvVersion spvVersion, bool forwardCompatible, EShMessages messages, bool parsingBuiltIns, std::string sourceEntryPointName = �) CreateParseContext() argument
289 CommonIndex(EProfile profile, EShLanguage language) CommonIndex() argument
297 InitializeStageSymbolTable(TBuiltInParseables& builtInParseables, int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, EShSource source, TInfoSink& infoSink, TSymbolTable** commonTable, TSymbolTable** symbolTables) InitializeStageSymbolTable() argument
315 InitializeSymbolTables(TInfoSink& infoSink, TSymbolTable** commonTable, TSymbolTable** symbolTables, int version, EProfile profile, const SpvVersion& spvVersion, EShSource source) InitializeSymbolTables() argument
391 AddContextSpecificSymbols(const TBuiltInResource* resources, TInfoSink& infoSink, TSymbolTable& symbolTable, int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, EShSource source) AddContextSpecificSymbols() argument
418 SetupBuiltinSymbolTable(int version, EProfile profile, const SpvVersion& spvVersion, EShSource source) SetupBuiltinSymbolTable() argument
491 DeduceVersionProfile(TInfoSink& infoSink, EShLanguage stage, bool versionNotFirst, int defaultVersion, EShSource source, int& version, EProfile& profile, const SpvVersion& spvVersion) DeduceVersionProfile() argument
855 EProfile profile = ENoProfile; ProcessDeferred() local
[all...]
H A DInitialize.cpp46 // TBuiltIns::initialize(version,profile) context-independent textual built-ins; add them to the right string
127 // A descriptor, for a single profile, of when something is available.
128 // If the current profile does not match 'profile' mask below, the other fields
132 EProfile profiles; // the profile(s) (mask) that the following fields are valid for
403 bool ValidVersion(const BuiltInFunction& function, int version, EProfile profile, const SpvVersion& /* spVersion */) in ValidVersion() argument
409 // check for what is said about our current profile in ValidVersion()
411 if ((v->profiles & profile) != 0) { in ValidVersion()
437 void TBuiltIns::addTabledBuiltins(int version, EProfile profile, const SpvVersion& spvVersion) in addTabledBuiltins() argument
441 if (ValidVersion(*function, version, profile, spvVersio in addTabledBuiltins()
462 IncludeLegacy(int version, EProfile profile, const SpvVersion& spvVersion) IncludeLegacy() argument
521 initialize(int version, EProfile profile, const SpvVersion& spvVersion) initialize() argument
6272 add2ndGenerationSamplingImaging(int version, EProfile profile, const SpvVersion& spvVersion) add2ndGenerationSamplingImaging() argument
6407 addQueryFunctions(TSampler sampler, const TString& typeName, int version, EProfile profile) addQueryFunctions() argument
6513 addImageFunctions(TSampler sampler, const TString& typeName, int version, EProfile profile) addImageFunctions() argument
6732 addSamplingFunctions(TSampler sampler, const TString& typeName, int version, EProfile profile) addSamplingFunctions() argument
7000 addGatherFunctions(TSampler sampler, const TString& typeName, int version, EProfile profile) addGatherFunctions() argument
7238 initialize(const TBuiltInResource &resources, int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage language) initialize() argument
7841 identifyBuiltIns(int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, TSymbolTable& symbolTable) identifyBuiltIns() argument
10212 identifyBuiltIns(int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, TSymbolTable& symbolTable, const TBuiltInResource &resources) identifyBuiltIns() argument
[all...]
H A DInitialize.h51 // and profile. (Some still need to be added programmatically.)
69 virtual void identifyBuiltIns(int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, TSymbolTable& symbolTable) = 0;
70 virtual void identifyBuiltIns(int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, TSymbolTable& symbolTable, const TBuiltInResource &resources) = 0;
90 void identifyBuiltIns(int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, TSymbolTable& symbolTable);
91 void identifyBuiltIns(int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, TSymbolTable& symbolTable, const TBuiltInResource &resources);
94 void addTabledBuiltins(int version, EProfile profile, const SpvVersion& spvVersion);
95 void relateTabledBuiltins(int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage, TSymbolTable&);
96 void add2ndGenerationSamplingImaging(int version, EProfile profile, const SpvVersion& spvVersion);
97 void addSubpassSampling(TSampler, const TString& typeName, int version, EProfile profile);
98 void addQueryFunctions(TSampler, const TString& typeName, int version, EProfile profile);
[all...]
/third_party/pulseaudio/src/modules/bluetooth/
H A Dmodule-bluetooth-policy.c39 "auto_switch=<Switch between hsp and a2dp profile? (0 - never, 1 - media.role=phone, 2 - heuristic> "
40 "a2dp_source=<Handle a2dp_source card profile (sink role)?> "
41 "ag=<Handle headset_audio_gateway or handsfree_audio_gateway card profile (headset role)?> ");
146 pa_card_profile *profile; in card_set_profile() local
149 /* Find available profile and activate it */ in card_set_profile()
150 PA_HASHMAP_FOREACH(profile, card->profiles, state) { in card_set_profile()
151 if (profile->available == PA_AVAILABLE_NO) in card_set_profile()
154 /* Check for correct profile based on revert_to_a2dp */ in card_set_profile()
156 if (!pa_streq(profile->name, "a2dp_sink")) in card_set_profile()
159 if (!pa_streq(profile in card_set_profile()
329 pa_card_profile *profile; find_best_profile() local
345 profile_available_hook_callback(pa_core *c, pa_card_profile *profile, void *userdata) profile_available_hook_callback() argument
399 pa_card_profile *profile; handle_all_profiles() local
[all...]
/third_party/pulseaudio/src/modules/dbus/
H A Diface-card-profile.c29 #include "iface-card-profile.h"
31 #define OBJECT_NAME "profile"
45 pa_card_profile *profile; member
99 pa_dbus_send_basic_variant_reply(conn, msg, DBUS_TYPE_STRING, &p->profile->name); in handle_get_name()
109 pa_dbus_send_basic_variant_reply(conn, msg, DBUS_TYPE_STRING, &p->profile->description); in handle_get_description()
120 sinks = p->profile->n_sinks; in handle_get_sinks()
133 sources = p->profile->n_sources; in handle_get_sources()
146 priority = p->profile->priority; in handle_get_priority()
159 available = p->profile->available != PA_AVAILABLE_NO; in handle_get_available()
178 sinks = p->profile in handle_get_all()
202 pa_dbusiface_card_profile_new( pa_dbusiface_card *card, pa_core *core, pa_card_profile *profile, uint32_t idx) pa_dbusiface_card_profile_new() argument
[all...]
/third_party/skia/third_party/skcms/
H A Dskcms.cc339 // Maps to an in-memory profile so that fields line up to the locations specified
371 static const tag_Layout* get_tag_table(const skcms_ICCProfile* profile) {
372 return (const tag_Layout*)(profile->buffer + SAFE_SIZEOF(header_Layout));
383 bool skcms_GetCHAD(const skcms_ICCProfile* profile, skcms_Matrix3x3* m) {
385 if (!skcms_GetTagBySignature(profile, skcms_Signature_CHAD, &tag)) {
425 bool skcms_GetWTPT(const skcms_ICCProfile* profile, float xyz[3]) {
427 return skcms_GetTagBySignature(profile, skcms_Signature_WTPT, &tag) &&
1196 void skcms_GetTagByIndex(const skcms_ICCProfile* profile, uint32_t idx, skcms_ICCTag* tag) {
1197 if (!profile || !profile
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dcard.c93 pa_log_debug("Setting card %s profile %s to availability status %s", c->card->name, c->name, in pa_card_profile_set_available()
150 pa_card_profile *profile; in pa_card_new() local
185 PA_HASHMAP_FOREACH(profile, c->profiles, state) in pa_card_new()
186 profile->card = c; in pa_card_new()
210 pa_card_profile *profile; in pa_card_choose_initial_profile() local
216 /* By default, pick the highest priority profile that is not unavailable, in pa_card_choose_initial_profile()
217 * or if all profiles are unavailable, pick the profile with the highest in pa_card_choose_initial_profile()
220 pa_log_debug("Looking for initial profile for card %s", card->name); in pa_card_choose_initial_profile()
221 PA_HASHMAP_FOREACH(profile, card->profiles, state) { in pa_card_choose_initial_profile()
222 pa_log_debug("%s availability %s", profile in pa_card_choose_initial_profile()
297 pa_card_add_profile(pa_card *c, pa_card_profile *profile) pa_card_add_profile() argument
350 pa_card_set_profile(pa_card *c, pa_card_profile *profile, bool save) pa_card_set_profile() argument
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_iccdetect.c39 /* (cached) detected ICC profile values */
40 AVBufferRef *profile; member
58 av_buffer_unref(&s->profile); in iccdetect_uninit()
74 cmsHPROFILE profile; in iccdetect_filter_frame() local
81 if (s->profile && s->profile->data == sd->buf->data) { in iccdetect_filter_frame()
82 /* No change from previous ICC profile */ in iccdetect_filter_frame()
86 if ((ret = av_buffer_replace(&s->profile, sd->buf)) < 0) in iccdetect_filter_frame()
91 profile = cmsOpenProfileFromMemTHR(s->icc.ctx, sd->data, sd->size); in iccdetect_filter_frame()
92 if (!profile) in iccdetect_filter_frame()
[all...]
/third_party/ltp/testcases/realtime/
H A Drun.sh36 usage: $(basename "$0") [-p profile] -t test-argument [-l num_of_loops]
39 -p profile Use profile instead of default (see
81 local profile
83 profile=$1
97 ./run_auto.sh $profile
127 local profile
129 profile=$1
168 run_test "$profile" "$test" "$2"
225 profile
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_vp3_video.c236 static void vp3_getpath(enum pipe_video_profile profile, char *path) in vp3_getpath() argument
238 switch (u_reduce_video_profile(profile)) { in vp3_getpath()
255 static void vp4_getpath(enum pipe_video_profile profile, char *path) in vp4_getpath() argument
257 switch (u_reduce_video_profile(profile)) { in vp4_getpath()
280 enum pipe_video_profile profile, in nouveau_vp3_load_firmware()
289 vp4_getpath(profile, path); in nouveau_vp3_load_firmware()
291 vp3_getpath(profile, path); in nouveau_vp3_load_firmware()
326 switch (u_reduce_video_profile(profile)) { in nouveau_vp3_load_firmware()
366 firmware_present(struct pipe_screen *pscreen, enum pipe_video_profile profile) in firmware_present() argument
417 if (!vp5 && !(screen->firmware_info.profiles_checked & (1 << profile))) { in firmware_present()
279 nouveau_vp3_load_firmware(struct nouveau_vp3_decoder *dec, enum pipe_video_profile profile, unsigned chipset) nouveau_vp3_load_firmware() argument
434 nouveau_vp3_screen_get_video_param(struct pipe_screen *pscreen, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint, enum pipe_video_cap param) nouveau_vp3_screen_get_video_param() argument
552 nouveau_vp3_screen_video_supported(struct pipe_screen *screen, enum pipe_format format, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint) nouveau_vp3_screen_video_supported() argument
[all...]
/third_party/skia/src/codec/
H A DSkEncodedInfo.cpp12 skcms_ICCProfile profile; in Make() local
13 if (skcms_Parse(data->data(), data->size(), &profile)) { in Make()
14 return std::unique_ptr<ICCProfile>(new ICCProfile(profile, std::move(data))); in Make()
21 const skcms_ICCProfile& profile) { in Make()
22 return std::unique_ptr<ICCProfile>(new ICCProfile(profile)); in Make()
25 SkEncodedInfo::ICCProfile::ICCProfile(const skcms_ICCProfile& profile, sk_sp<SkData> data) in ICCProfile() argument
26 : fProfile(profile) in ICCProfile()
20 Make( const skcms_ICCProfile& profile) Make() argument
/third_party/skia/third_party/externals/tint/src/val/
H A Dhlsl.cc48 const char* profile = ""; in HlslUsingDXC() local
56 profile = "-T vs_6_0"; in HlslUsingDXC()
59 profile = "-T ps_6_0"; in HlslUsingDXC()
62 profile = "-T cs_6_0"; in HlslUsingDXC()
73 auto res = dxc(profile, "-E " + ep.first, compileFlags, file.Path()); in HlslUsingDXC()
122 const char* profile = ""; in HlslUsingFXC() local
129 profile = "vs_5_1"; in HlslUsingFXC()
132 profile = "ps_5_1"; in HlslUsingFXC()
135 profile = "cs_5_1"; in HlslUsingFXC()
153 profile, // pTarge in HlslUsingFXC()
[all...]

Completed in 14 milliseconds

12345678910>>...22