OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PAN_SCAN_WINDOW
(Results
1 - 3
of
3
) sorted by null
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
vc1parse_pic_com_adv.c
128
VC1_GET_BITS(18, picLayerHeader->
PAN_SCAN_WINDOW
[i].hoffset); /* PS_HOFFSET. */
129
VC1_GET_BITS(18, picLayerHeader->
PAN_SCAN_WINDOW
[i].voffset); /* PS_VOFFSET. */
130
VC1_GET_BITS(14, picLayerHeader->
PAN_SCAN_WINDOW
[i].width); /* PS_WIDTH. */
131
VC1_GET_BITS(14, picLayerHeader->
PAN_SCAN_WINDOW
[i].height); /* PS_HEIGHT. */
293
VC1_GET_BITS(18, picLayerHeader->
PAN_SCAN_WINDOW
[i].hoffset); /* PS_HOFFSET. */
294
VC1_GET_BITS(18, picLayerHeader->
PAN_SCAN_WINDOW
[i].voffset); /* PS_VOFFSET. */
295
VC1_GET_BITS(14, picLayerHeader->
PAN_SCAN_WINDOW
[i].width); /* PS_WIDTH. */
296
VC1_GET_BITS(14, picLayerHeader->
PAN_SCAN_WINDOW
[i].height); /* PS_HEIGHT. */
vc1parse_common_defs.h
562
viddec_vc1_pan_scan_window_t
PAN_SCAN_WINDOW
[VIDDEC_PANSCAN_MAX_OFFSETS];
viddec_vc1_workload.c
76
attrs->vc1.
pan_scan_window
[i].hoffset = info->picLayerHeader.
PAN_SCAN_WINDOW
[i].hoffset;
77
attrs->vc1.
pan_scan_window
[i].voffset = info->picLayerHeader.
PAN_SCAN_WINDOW
[i].voffset;
78
attrs->vc1.
pan_scan_window
[i].width = info->picLayerHeader.
PAN_SCAN_WINDOW
[i].width;
79
attrs->vc1.
pan_scan_window
[i].height = info->picLayerHeader.
PAN_SCAN_WINDOW
[i].height;
Completed in 727 milliseconds