Searched defs:profile (Results 1 - 25 of 90) sorted by relevance

1234

/hardware/libhardware/modules/usbaudio/
H A Dalsa_device_proxy.h25 alsa_device_profile* profile; member in struct:__anon1332
32 void proxy_prepare(alsa_device_proxy * proxy, alsa_device_profile * profile,
H A Dalsa_device_proxy.c30 void proxy_prepare(alsa_device_proxy * proxy, alsa_device_profile* profile, argument
35 proxy->profile = profile;
42 config->format != PCM_FORMAT_INVALID && profile_is_format_valid(profile, config->format)
43 ? config->format : profile->default_config.format;
45 config->rate != 0 && profile_is_sample_rate_valid(profile, config->rate)
46 ? config->rate : profile->default_config.rate;
48 config->channels != 0 && profile_is_channel_count_valid(profile, config->channels)
49 ? config->channels : profile->default_config.channels;
51 proxy->alsa_config.period_count = profile
67 alsa_device_profile* profile = proxy->profile; local
[all...]
/hardware/ti/omap3/omx/ti_omx_config_parser/inc/
H A Dti_omx_config_parser.h51 OMX_U32 profile; member in struct:__anon3376
H A Dti_video_config_parser.h40 uint32 profile; member in struct:_tiVideoConfigParserOutputs
/hardware/intel/common/libva/test/basic/
H A Dtest_06.c87 VAProfile profile= -1; local
94 va_status = vaQueryConfigAttributes(va_dpy, configs[config_count], &profile, &entrypoint, attrib_list, &num_attribs);
97 ASSERT( profile == profiles[i] );
H A Dtest_common.c88 #define PROFILE(profile) case VAProfile##profile: return("VAProfile" #profile);
90 const char *profile2string(VAProfile profile) argument
92 switch(profile)
118 #define ENTRYPOINT(profile) case VAEntrypoint##profile: return("VAEntrypoint" #profile);
160 status(" profile %d [%s]\n", profiles[i], profile2string(profiles[i]));
/hardware/qcom/media/mm-core/omxcore/src/common/
H A Dqc_omx_core.h58 OMX_U32 profile; member in struct:__anon1822
/hardware/qcom/media/mm-core/src/common/
H A Dqc_omx_core.h58 OMX_U32 profile; member in struct:__anon1824
/hardware/intel/common/libva/test/vainfo/
H A Dvainfo.c39 static char * profile_string(VAProfile profile) argument
41 switch (profile) {
64 return "<unknown profile>";
92 VAProfile profile, *profile_list = NULL; local
119 printf("%s: Supported profile and entrypoints\n", name);
124 printf("Failed to allocate memory for profile list\n");
135 profile = profile_list[i];
136 va_status = vaQueryConfigEntrypoints(va_dpy, profile, entrypoints,
143 profile_str = profile_string(profile);
/hardware/intel/common/libmix/videodecoder/securevideo/baytrail/
H A DVideoDecoderAVCSecure.cpp328 VAProfile profile, VAConfigID *config)
343 vaStatus = vaGetConfigAttributes(mVADisplay,profile,VAEntrypointVLD, &attrib[1], 1);
359 profile,
327 getCodecSpecificConfigs( VAProfile profile, VAConfigID *config) argument
/hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/
H A DVideoDecoderAVCSecure.cpp312 VAProfile profile, VAConfigID *config)
327 vaStatus = vaGetConfigAttributes(mVADisplay,profile,VAEntrypointVLD, &attrib[1], 1);
343 profile,
311 getCodecSpecificConfigs( VAProfile profile, VAConfigID *config) argument
/hardware/intel/common/libva/va/
H A Dva_enc_jpeg.h69 * \brief profile:
72 unsigned int profile : 2; member in struct:_VAEncPictureParameterBufferJPEG::__anon366::__anon367
H A Dva_fool.c172 VAProfile profile,
194 if (((profile == VAProfileH264Baseline ||
195 profile == VAProfileH264Main ||
196 profile == VAProfileH264High ||
197 profile == VAProfileH264ConstrainedBaseline)) &&
202 if ((profile == VAProfileVP8Version0_3) &&
170 va_FoolCreateConfig( VADisplay dpy, VAProfile profile, VAEntrypoint entrypoint, VAConfigAttrib __maybe_unused *attrib_list, int __maybe_unused num_attribs, VAConfigID __maybe_unused *config_id ) argument
/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoDecoderH263.cpp119 OMX_U32 profile; member in struct:ProfileLevelTable
128 p->eProfile = plTable[p->nProfileIndex].profile;
H A DOMXVideoDecoderMPEG4.cpp119 OMX_U32 profile; member in struct:ProfileLevelTable
129 p->eProfile = plTable[p->nProfileIndex].profile;
H A DOMXVideoEncoderH263.cpp54 // TODO: check if profile/level supported is correct
74 mEncoderParams->profile = (VAProfile)PROFILE_H263BASELINE;
256 OMX_U32 profile; member in struct:ProfileLevelTable
265 p->eProfile = plTable[p->nProfileIndex].profile;
H A DOMXVideoEncoderMPEG4.cpp51 // TODO: check if profile/level supported is correct
68 mEncoderParams->profile = (VAProfile)PROFILE_MPEG4SIMPLE;
254 OMX_U32 profile; member in struct:ProfileLevelTable
263 p->eProfile = plTable[p->nProfileIndex].profile;
H A DOMXVideoDecoderAVC.cpp122 p->profile = VAProfileH264ConstrainedBaseline;
292 OMX_U32 profile; member in struct:ProfileLevelTable
303 p->eProfile = plTable[p->nProfileIndex].profile;
H A DOMXVideoEncoderAVC.h126 OMX_U32 profile; member in struct:OMXVideoEncoderAVC::ProfileLevelTable
/hardware/intel/img/psb_video/src/mrst/
H A Dlnc_H263ES.c53 VAProfile profile,
52 lnc_H263ES_QueryConfigAttributes( VAProfile profile, VAEntrypoint entrypoint, VAConfigAttrib *attrib_list, int num_attribs) argument
H A Dlnc_MPEG4ES.c54 VAProfile profile,
157 switch (obj_config->profile) {
199 MPEG4_PROFILE_TYPE profile; local
242 profile = SP;
245 profile = ASP;
248 profile = SP;
255 profile, /* sProfile */
53 lnc_MPEG4ES_QueryConfigAttributes( VAProfile profile, VAEntrypoint entrypoint, VAConfigAttrib *attrib_list, int num_attribs) argument
/hardware/intel/img/psb_video/src/
H A Dpnw_H263ES.c52 VAProfile __maybe_unused profile,
51 pnw_H263ES_QueryConfigAttributes( VAProfile __maybe_unused profile, VAEntrypoint __maybe_unused entrypoint, VAConfigAttrib *attrib_list, int num_attribs) argument
H A Dpnw_MPEG4ES.c53 VAProfile __maybe_unused profile,
149 switch (obj_config->profile) {
191 MPEG4_PROFILE_TYPE profile; local
274 profile = SP;
277 profile = ASP;
280 profile = SP;
293 profile, /* sProfile */
52 pnw_MPEG4ES_QueryConfigAttributes( VAProfile __maybe_unused profile, VAEntrypoint __maybe_unused entrypoint, VAConfigAttrib * attrib_list, int num_attribs) argument
H A Dtng_H263ES.c60 VAProfile __maybe_unused profile,
59 tng_H263ES_QueryConfigAttributes( VAProfile __maybe_unused profile, VAEntrypoint __maybe_unused entrypoint, VAConfigAttrib *attrib_list, int num_attribs) argument
/hardware/intel/common/utils/ISV/profile/
H A Disv_profile.cpp287 ISVProfile *profile = (ISVProfile *)userData; local
289 profile->getConfigData(name, atts);
294 ISVProfile *profile = (ISVProfile *)userData; local
297 profile->mCurrentFilter = 0;
308 ALOGE("@%s, line:%d, couldn't open profile %s", __func__, __LINE__, DEFAULT_XML_FILE);

Completed in 351 milliseconds

1234