Home
last modified time | relevance | path

Searched refs:NewProfile (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/wrs_omxil_core/core/src/
Dintel_video_config_parser.cpp181 uint32 NewProfile = 0; in intel_video_config_parser() local
209NewProfile = (NewSeqHeader & 0xC0) >> 6; // 0 - simple , 1- main, 3 - complex, 2-forbidden in intel_video_config_parser()
222 NewProfile = (NewSeqHeader & 0xC0) >> 6; // this must be 3 in intel_video_config_parser()
228 NewProfile = 0; in intel_video_config_parser()
232 aOutputs->profile = NewProfile; in intel_video_config_parser()
/hardware/ti/omap3/omx/ti_omx_config_parser/src/
Dti_video_config_parser.cpp196 uint32 NewProfile = 0; in ti_video_config_parser() local
224NewProfile = (NewSeqHeader & 0xC0) >> 6; // 0 - simple , 1- main, 3 - complex, 2-forbidden in ti_video_config_parser()
237 NewProfile = (NewSeqHeader & 0xC0) >> 6; // this must be 3 in ti_video_config_parser()
243 NewProfile = 0; in ti_video_config_parser()
247 aOutputs->profile = NewProfile; in ti_video_config_parser()