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

/hardware/ti/omap3/omx/ti_omx_config_parser/inc/
H A Dti_omx_config_parser.h51 OMX_U32 profile; member in struct:__anon2145
H A Dti_video_config_parser.h40 uint32 profile; member in struct:_tiVideoConfigParserOutputs
/hardware/qcom/media/mm-core/omxcore/src/common/
H A Dqc_omx_core.h58 OMX_U32 profile; member in struct:__anon974
/hardware/qcom/media/mm-core/src/common/
H A Dqc_omx_core.h58 OMX_U32 profile; member in struct:__anon976
/hardware/qcom/media/mm-video-legacy/vidc/venc/test/
H A Dvideo_encoder_test.c232 struct venc_profile profile; local
284 ioctl_msg.in = &profile;
286 profile.profile = VEN_PROFILE_H264_BASELINE;
308 ioctl_msg.in = &profile;
310 profile.profile = VEN_PROFILE_H264_HIGH;
/hardware/qcom/media/mm-video-v4l2/vidc/venc/test/
H A Dvideo_encoder_test.c222 struct venc_profile profile; local
271 ioctl_msg.in = &profile;
273 profile.profile = VEN_PROFILE_H264_BASELINE;
294 ioctl_msg.in = &profile;
296 profile.profile = VEN_PROFILE_H264_HIGH;
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/exynos/
H A DExynos_OMX_Def.h161 OMX_S32 profile; member in struct:_EXYNOS_OMX_VIDEO_PROFILELEVEL
/hardware/qcom/audio/legacy/libalsa-intf/
H A Dalsa_audio.h249 __u32 profile; member in struct:snd_codec
/hardware/qcom/media/mm-video-legacy/vidc/venc/inc/
H A Dvideo_encoder_device_copper.h72 unsigned long profile; member in struct:msm_venc_profile
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
H A DExynos_OMX_H264enc.c102 static OMX_U32 OMXAVCProfileToProfileIDC(OMX_VIDEO_AVCPROFILETYPE profile) argument
106 if (profile == OMX_VIDEO_AVCProfileBaseline)
108 else if (profile == OMX_VIDEO_AVCProfileMain)
110 else if (profile == OMX_VIDEO_AVCProfileHigh)
1166 pDstProfileLevel->eProfile = pProfileLevel->profile;
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/mpeg4/
H A DExynos_OMX_Mpeg4enc.c85 static OMX_U32 OMXMpeg4ProfileToMFCProfile(OMX_VIDEO_MPEG4PROFILETYPE profile) argument
89 switch (profile) {
1334 pDstProfileLevel->eProfile = pProfileLevel->profile;
1528 * To do: Check validity of profile & level parameters
1536 * To do: Check validity of profile & level parameters
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
H A Dh264_utils.h460 OMX_U32 profile; member in class:h264_stream_parser
/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
H A Dvideo_encoder_device_v4l2.h72 unsigned long profile; member in struct:msm_venc_profile
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_q6vdec.h254 u32 profile; member in struct:vdec_dec_attributes
291 u32 profile; member in union:vdec_property
H A Dmsm_q6venc.h182 u32 profile; member in struct:venc_mpeg4_config
195 u32 profile; member in struct:venc_h263_config
200 u32 profile; member in struct:venc_h264_config
H A Dmsm_vidc_enc.h317 unsigned long profile; member in struct:venc_profile
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_q6vdec.h225 u32 profile; member in struct:vdec_dec_attributes
260 u32 profile; member in union:vdec_property
H A Dmsm_q6venc.h150 u32 profile; member in struct:venc_mpeg4_config
161 u32 profile; member in struct:venc_h263_config
166 u32 profile; member in struct:venc_h264_config
H A Dmsm_vidc_enc.h72 /*Video codec profile types.*/
73 #define VEN_PROFILE_MPEG4_SP 1/* 1 - MPEG4 SP profile */
74 #define VEN_PROFILE_MPEG4_ASP 2/* 2 - MPEG4 ASP profile */
75 #define VEN_PROFILE_H264_BASELINE 3/* 3 - H264 Baseline profile */
76 #define VEN_PROFILE_H264_MAIN 4/* 4 - H264 Main profile */
77 #define VEN_PROFILE_H264_HIGH 5/* 5 - H264 High profile */
78 #define VEN_PROFILE_H263_BASELINE 6/* 6 - H263 Baseline profile */
80 /*Video codec profile level types.*/
517 unsigned long profile; member in struct:venc_profile
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp493 // Find a direct output profile compatible with the parameters passed, even if the input flags do
507 IOProfile *profile = mHwModules[i]->mOutputProfiles[j]; local
509 if (profile->isCompatibleProfile(device, samplingRate, format,
512 if (mAvailableOutputDevices & profile->mSupportedDevices) {
517 if (profile->isCompatibleProfile(device, samplingRate, format,
520 if (mAvailableOutputDevices & profile->mSupportedDevices) {
591 IOProfile *profile = NULL; local
594 profile = getProfileForDirectOutput(device,
601 if (profile != NULL) {
606 if (!desc->isDuplicated() && (profile
933 IOProfile *profile = getInputProfile(device, local
1512 IOProfile *profile = getProfileForDirectOutput(AUDIO_DEVICE_NONE /*ignore device */, local
1858 IOProfile *profile = profiles[profile_index]; local
1998 IOProfile *profile = mHwModules[i]->mOutputProfiles[j]; local
2677 IOProfile *profile = mHwModules[i]->mInputProfiles[j]; local
3249 AudioOutputDescriptor( const IOProfile *profile) argument
3402 AudioInputDescriptor(const IOProfile *profile) argument
3761 loadSamplingRates(char *name, IOProfile *profile) argument
3783 loadFormats(char *name, IOProfile *profile) argument
3806 loadInChannels(char *name, IOProfile *profile) argument
3831 loadOutChannels(char *name, IOProfile *profile) argument
3861 IOProfile *profile = new IOProfile(module); local
3902 IOProfile *profile = new IOProfile(module); local
4060 IOProfile *profile; local
[all...]
/hardware/qcom/msm8x74/kernel-headers/linux/
H A Dmsm_vidc_enc.h340 unsigned long profile; member in struct:venc_profile
/hardware/qcom/msm8x74/original-kernel-headers/linux/
H A Dmsm_vidc_enc.h75 /*Video codec profile types.*/
76 #define VEN_PROFILE_MPEG4_SP 1/* 1 - MPEG4 SP profile */
77 #define VEN_PROFILE_MPEG4_ASP 2/* 2 - MPEG4 ASP profile */
78 #define VEN_PROFILE_H264_BASELINE 3/* 3 - H264 Baseline profile */
79 #define VEN_PROFILE_H264_MAIN 4/* 4 - H264 Main profile */
80 #define VEN_PROFILE_H264_HIGH 5/* 5 - H264 High profile */
81 #define VEN_PROFILE_H263_BASELINE 6/* 6 - H263 Baseline profile */
83 /*Video codec profile level types.*/
565 unsigned long profile; member in struct:venc_profile

Completed in 4240 milliseconds