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

/hardware/intel/common/wrs_omxil_core/core/src/
H A Dintel_video_config_parser.cpp67 OSCL_EXPORT_REF int16 intel_video_config_parser(pvVideoConfigParserInputs *aInputs, pvVideoConfigParserOutputs *aOutputs) argument
91 aOutputs->width = (uint32)display_width;
92 aOutputs->height = (uint32)display_height;
93 aOutputs->profile = (uint32)profile_level; // for mp4, profile/level info is packed
94 aOutputs->level = 0;
100 aOutputs->width = 0;
101 aOutputs->height = 0;
102 aOutputs->profile = 0;
103 aOutputs->level = 0;
151 aOutputs
[all...]

Completed in 36 milliseconds