Searched refs:NewProfile (Results 1 – 2 of 2) sorted by relevance
181 uint32 NewProfile = 0; in intel_video_config_parser() local209 … NewProfile = (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()
196 uint32 NewProfile = 0; in ti_video_config_parser() local224 … NewProfile = (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()