OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:right_offset
(Results
1 - 3
of
3
) sorted by null
/hardware/intel/common/wrs_omxil_core/core/src/
intel_m4v_config_parser.cpp
932
uint left_offset,
right_offset
, top_offset, bottom_offset;
local
1060
ue_v(psBits, (uint32*)&
right_offset
);
1064
*display_width = *width - 2 * (
right_offset
+ left_offset);
[
all
...]
/hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_m4v_config_parser.cpp
934
uint left_offset,
right_offset
, top_offset, bottom_offset;
local
1070
ue_v(psBits, (uint32*)&
right_offset
);
1074
*display_width = *width - 2 * (
right_offset
+ left_offset);
[
all
...]