Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/ti_omx_config_parser/src/
Dti_m4v_config_parser.cpp934 uint left_offset, right_offset, top_offset, bottom_offset; in DecodeSPS() local
1072 ue_v(psBits, (uint32*)&bottom_offset); in DecodeSPS()
1075 *display_height = *height - 2 * (top_offset + bottom_offset); in DecodeSPS()
/hardware/intel/common/wrs_omxil_core/core/src/
Dintel_m4v_config_parser.cpp932 uint left_offset, right_offset, top_offset, bottom_offset; in DecodeSPS() local
1062 ue_v(psBits, (uint32*)&bottom_offset); in DecodeSPS()
1065 *display_height = *height - 2 * (top_offset + bottom_offset); in DecodeSPS()