Searched refs:temp32 (Results 1 – 2 of 2) sorted by relevance
/hardware/ti/omap3/omx/ti_omx_config_parser/src/ |
D | ti_m4v_config_parser.cpp | 1097 uint32 temp32; in DecodeVUI() local 1139 ReadBits(psBits, 32, &temp32); /* num_unit_in_tick*/ in DecodeVUI() 1140 ReadBits(psBits, 32, &temp32); /* time_scale */ in DecodeVUI() 1152 ReadBits(psBits, 1, &temp32); /* vcl_hrd_parameters_present_flag*/ in DecodeVUI() 1153 if (temp32) in DecodeVUI() 1160 if (temp || temp32) in DecodeVUI()
|
/hardware/intel/common/wrs_omxil_core/core/src/ |
D | intel_m4v_config_parser.cpp | 1089 uint32 temp32; in DecodeVUI() local 1131 ReadBits(psBits, 32, &temp32); /* num_unit_in_tick*/ in DecodeVUI() 1132 ReadBits(psBits, 32, &temp32); /* time_scale */ in DecodeVUI() 1144 ReadBits(psBits, 1, &temp32); /* vcl_hrd_parameters_present_flag*/ in DecodeVUI() 1145 if (temp32) in DecodeVUI() 1152 if (temp || temp32) in DecodeVUI()
|