Home
last modified time | relevance | path

Searched refs:vc1 (Results 1 – 7 of 7) sorted by relevance

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
DMakefile.am7 VC1PATH=./../codecs/vc1/parser
15 -I./vc1/include \
16 -I../codecs/vc1/include \
20 -I../codecs/vc1/parser
Dvbp_utils.c120 SET_FUNC_POINTER(VBP_VC1, vc1); in vbp_utils_initialize_context()
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
Dviddec_vc1_workload.c65 attrs->vc1.tfcntr = info->picLayerHeader.TFCNTR; in translate_parser_info_to_frame_attributes()
68 attrs->vc1.tff = info->picLayerHeader.TFF; in translate_parser_info_to_frame_attributes()
69 attrs->vc1.rptfrm = info->picLayerHeader.RPTFRM; in translate_parser_info_to_frame_attributes()
70 attrs->vc1.rff = info->picLayerHeader.RFF; in translate_parser_info_to_frame_attributes()
73 attrs->vc1.ps_present = info->picLayerHeader.PS_PRESENT; in translate_parser_info_to_frame_attributes()
74 attrs->vc1.num_of_pan_scan_windows = info->picLayerHeader.number_of_pan_scan_window; in translate_parser_info_to_frame_attributes()
75 for (i=0;i<attrs->vc1.num_of_pan_scan_windows;i++) { in translate_parser_info_to_frame_attributes()
76 attrs->vc1.pan_scan_window[i].hoffset = info->picLayerHeader.PAN_SCAN_WINDOW[i].hoffset; in translate_parser_info_to_frame_attributes()
77 attrs->vc1.pan_scan_window[i].voffset = info->picLayerHeader.PAN_SCAN_WINDOW[i].voffset; in translate_parser_info_to_frame_attributes()
78 attrs->vc1.pan_scan_window[i].width = info->picLayerHeader.PAN_SCAN_WINDOW[i].width; in translate_parser_info_to_frame_attributes()
[all …]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/include/
Dviddec_fw_frame_attr.h274 viddec_vc1_frame_attributes_t vc1; member
/hardware/ti/omap4-aah/kernel-headers-ti/video/
Ddsscomp.h230 struct dss2_vc1_range_map_info vc1; member
/hardware/ti/omap4xxx/hwc/
Dhwc.c449 oc->vc1.enable = 0; in omap4_hwc_setup_layer_base()
/hardware/ti/omap4-aah/hwc/
Dhwc.c638 oc->vc1.enable = 0; in omap4_hwc_setup_layer_base()